core/CLAUDE.md
Shay 7b8f14a032 docs(agents): add Reasoning and Problem-Solving Discipline protocol
Extracts the reasoning protocol demonstrated in the contemplation
refactor session into a canonical, reusable guide in AGENTS.md.

- New section: Reasoning and Problem-Solving Discipline (7 steps)
- Covers: read-first, shape-finding, leverage ranking, precise
  enumeration, claims-grounded proof, cognitive model connection,
  and commit discipline
- Documents the failure modes each step prevents
- CLAUDE.md + GEMINI.md: add pointer to the new protocol section
2026-07-06 07:59:00 -07:00

14 lines
554 B
Markdown

# CORE Agent Instructions for Claude
`AGENTS.md` is the canonical governance file for this repo. If this file
conflicts with `AGENTS.md`, follow `AGENTS.md`.
Claude-specific startup: read `AGENTS.md`, read
`docs/specs/runtime_contracts.md`, inspect the working tree, then use the
smallest validation lane that proves the change.
Before any non-trivial edit, apply the Reasoning and Problem-Solving
Discipline protocol in `AGENTS.md`.
Do not place architecture, invariants, memory rules, or alternate workflow
policy here. Update `AGENTS.md` instead.