diff options
Diffstat (limited to 'doc/AI_RULES.md')
| -rw-r--r-- | doc/AI_RULES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/AI_RULES.md b/doc/AI_RULES.md new file mode 100644 index 0000000..c526a39 --- /dev/null +++ b/doc/AI_RULES.md @@ -0,0 +1,6 @@ +## Project Rules +- Use existing patterns +- No refactors unless explicitly requested +- All changes must keep tests passing +- Prefer small, reviewable commits +- after a task, a 'big' final commit should contain a short handoff tag like "handoff(Gemini):..." if you're gemini-cli, or "handoff(Claude): ..." if you're claude-code. |
