Read and follow AGENTS.md first. It is the canonical project guide for this repository.
Additional Claude-specific notes:
- Apply
AGENTS.mdas the source of truth. If this file andAGENTS.mdever differ,AGENTS.mdwins. - Keep changes aligned with the chain-of-processors architecture. Do not bypass approval gating,
blockForAuth, waiting-authorization checks, or audit logging. - Prefer the existing build, test, lint, and format commands listed in
AGENTS.md. - Project slash commands are defined as skills in
.agents/skills/. - Treat
.claude/worktrees/as local machine state. Do not rely on it or commit changes from it.