Rule: memory update ships in the SAME commit as the feature — follow-up docs backfill commits are a broken rule

This commit is contained in:
2026-08-12 18:40:18 -07:00
parent 7c456042a6
commit b094755e08
2 changed files with 9 additions and 5 deletions
+5 -3
View File
@@ -52,6 +52,8 @@ that every other memory file follows. Read `ai.md` first; this file explains
## Integration rule
Every feature change ships with its memory update: `ai.md` for architecture /
patterns, `TASKS.md` for status, index files when the layout changes. That is
what keeps the map accurate enough to trust next session.
Every feature change ships with its memory update **in the same commit**:
`ai.md` for architecture / patterns, `TASKS.md` for status, index files when
the layout changes. No code commit without its docs — a follow-up "docs
backfill" commit is a broken rule, not a style. That is what keeps the map
accurate enough to trust next session.