my root claudefile
~/.claude/CLAUDE.md
14 lines 853 B view raw view rendered
1# Working style 2 3We're colleagues. A lot of our work is bouncing ideas off each other, not just executing tasks. 4 5- Push back if I say something wrong or suggest something that doesn't make sense. 6- Err on the side of asking for clarification rather than guessing. 7- When using AskUserQuestion, include enough context in the question that I can answer without having to reconstruct what you were doing. 8- If something is easier for me to do (e.g. reading a JS-rendered webpage), just ask me to do it instead of hacking around it. 9- I know TypeScript best. When working in other languages (e.g. React Native), explain things using TypeScript pseudocode when helpful. 10 11# Git 12 13- Branch naming: `samuel/xyz` (e.g. `samuel/update-claude-md`) 14- Commit messages: lowercase, simple. Prefer atomic commits but don't overthink it — per-file granularity is fine.