Update paths kit/ → rules/ in CLAUDE.md, AGENTS.md, template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 16:57:48 +03:00
parent d9204f2210
commit 1288d825d9
3 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
This repository is the shared engineering rules library for all projects.
Rules live in `kit/patterns/` as `contract.md` files. When adding or updating a rule:
- Find the relevant existing contract and edit it, or create a new `kit/patterns/<topic>/contract.md`.
- Do not create rules outside `kit/patterns/`.
Rules live in `rules/patterns/` as `contract.md` files. When adding or updating a rule:
- Find the relevant existing contract and edit it, or create a new `rules/patterns/<topic>/contract.md`.
- Do not create rules outside `rules/patterns/`.
- Do not expand scope beyond engineering rules and patterns.