User-level CLAUDE.md
A global preference file for your personal Claude Code defaults across repositories.
# Personal Preferences
## Communication
- Be concise by default.
- Explain the reasoning behind non-obvious changes.
- Suggest next steps only when they are natural.
## Implementation
- Prefer specialized tools over shell commands for file edits.
- Run tests after significant changes when the repo already has them.
- Keep output ASCII unless a file already uses Unicode.