chore: add 17 operational rules and rule index
- Create .claude/rules/ with all 17 standard rule files (01-security through 17-document-imports) - Add Operational Rules section with Rule Index to .claude/CLAUDE.md
This commit is contained in:
parent
afc5a7f895
commit
b659a6a6bd
18 changed files with 373 additions and 0 deletions
10
.claude/rules/07-documentation.md
Normal file
10
.claude/rules/07-documentation.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Documentation Maintenance
|
||||
|
||||
Keep documentation current as development progresses.
|
||||
|
||||
## Rules
|
||||
|
||||
- Keep `README.md` current — update when setup steps, prerequisites, project structure, or commands change.
|
||||
- After significant changes, update root `CLAUDE.md` and `.claude/CLAUDE.md`. Keep both in sync.
|
||||
- Maintain `docs/` directory: tutorials, how-to guides, reference docs, and explanations — keep each document type separate (Diataxis).
|
||||
- When adding features, add documentation. When removing features, remove documentation.
|
||||
Loading…
Add table
Add a link
Reference in a new issue