docs(claude): require documentation updates after every code change
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
# Claude Code Rules
|
# Claude Code Rules
|
||||||
|
|
||||||
Always read and respect [docs/DEV.md](docs/DEV.md) at the start of every conversation before doing any work in this project.
|
Always read and respect [docs/DEV.md](docs/DEV.md) at the start of every conversation before doing any work in this project.
|
||||||
|
|
||||||
|
After every code change, update the relevant documentation. This includes:
|
||||||
|
- `docs/` for cross-cutting conventions, architecture decisions, and design rules
|
||||||
|
- co-located `README.md` files in `src/core/<module>/` and `src/features/<feature>/` for module-level behaviour
|
||||||
|
|
||||||
|
No task is complete until all impacted documentation is up to date.
|
||||||
|
|||||||
Reference in New Issue
Block a user