diff options
Diffstat (limited to 'doc/AI_RULES.md')
| -rw-r--r-- | doc/AI_RULES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AI_RULES.md b/doc/AI_RULES.md index 27d2d47..7a616c5 100644 --- a/doc/AI_RULES.md +++ b/doc/AI_RULES.md @@ -2,7 +2,7 @@ - Use existing patterns - No refactors unless explicitly requested - All changes must keep tests passing -- Prefer small, reviewable commits +- Prefer small, reviewable commits. Don't sign commits with "Co-Authored-By: Claude..." - All `cmake --build` commands must use the `-j4` option for parallel building. - Medium/large sub-system changes require top-level doc update (summarize, streamline, archive). - 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. |
