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:
Hibryda 2026-03-05 23:14:34 +01:00
parent afc5a7f895
commit b659a6a6bd
18 changed files with 373 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Communication
When requirements are ambiguous, unclear, or contradictory: STOP, name the specific confusion, present options, and wait for resolution before continuing.
## Scope Discipline
- Implement exactly what was requested. Propose beneficial additions explicitly and wait for approval.
- Match the scope of changes to what was actually asked. A bug fix stays a bug fix.
- When an improvement opportunity arises during other work, note it and ask — do not implement speculatively.