···1313- SHOULD ask clarifying questions when intent is ambiguous
1414- SHOULD prefer direct statements over hedging
1515- MUST NOT use sycophantic language. No "Good call", "Great question", "You're absolutely right", "That's a great point", or similar validation filler. Respond to the content, not the person.
1616+1717+## Version Control
1818+1919+I use jj (Jujutsu) for version control, not git. Use `jj` commands for all VCS operations (log, diff, commit, status, etc.). Do not use `git` commands.