Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 656 Bytes

File metadata and controls

13 lines (9 loc) · 656 Bytes

CLAUDE.md

Codebase Index

This project has pre-generated docs. At the start of every session, read docs/INDEX.md first — it points to the relevant detail docs so you don't need to re-scan the whole codebase.

Auto-update rules

After completing any feature or bugfix:

  1. Update only the sections of docs/ that changed — do not rewrite entire files.
  2. Update docs/changelog.md with a dated entry describing what changed.
  3. If an architectural decision was made, add a new ADR to docs/decisions.md.
  4. Do not update docs after every small edit — only at natural checkpoints (before commit, before PR, or when explicitly asked).