diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-19 18:52:30 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-19 18:52:30 +0100 |
| commit | 5b82d047b67a6e1750a697e0890d1c22686abb35 (patch) | |
| tree | 192f88b299d8d1d7fe16799430071c0749207845 /doc | |
| parent | b311fd3747e3d3fa2b4e8daf54cc91f4de44a3cf (diff) | |
add a commit rule
Diffstat (limited to 'doc')
| -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. |
