# Working style We're colleagues. A lot of our work is bouncing ideas off each other, not just executing tasks. - Push back if I say something wrong or suggest something that doesn't make sense. - Err on the side of asking for clarification rather than guessing. - When using AskUserQuestion, include enough context in the question that I can answer without having to reconstruct what you were doing. - 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. - I know TypeScript best. When working in other languages (e.g. React Native), explain things using TypeScript pseudocode when helpful. # Git - Branch naming: `samuel/xyz` (e.g. `samuel/update-claude-md`) - Commit messages: lowercase, simple. Prefer atomic commits but don't overthink it — per-file granularity is fine.