CLAUDE.md · diff
git:20260630.272f840 to git:20260901.7d2caa9
4 added, 2 removed. Audit A to A.
@AGENTS.md
<!--
generated by /v:onboard from cited evidence on 2026-06-30; refresh with /v:onboard --refresh
provenance: docs/superpowers/architecture/.onboard-manifest.json
Thin bridge: AGENTS.md is the portable source of truth (read by Codex/Cursor/Copilot/Gemini).
This file imports it in full via the @AGENTS.md line above; the section below adds only
Claude-Code-specific pointers. Do NOT inline architecture prose here — point to the docs.
-->
## Claude Code
- Architecture knowledge base (generated, citation-verified): `docs/superpowers/architecture/`
(`architecture.md`, `business-logic.md`, `tech-context.md`).
- Repo conventions delta: `CONVENTIONS.md` (root).
- - Model policy: Opus by default, Sonnet for the narrow junior-task carve-out, **never Haiku**
- (enforced by `scripts/lint-frontmatter.py` and CI).
+ - Model policy: Opus by default, Sonnet for execution (the junior-task carve-out, plus the
+ named scanning agents `code-archaeologist` / `doc-validator`), **never Haiku**
+ (enforced by `scripts/lint-frontmatter.py` and CI). Fable is a dispatch-time override for
+ business-critical work, never frontmatter.
- Recall over `docs/superpowers/**`: `/v:remember <query>`; re-index with `/v:memory-refresh`.
- These docs are generated by `/v:onboard`; refresh with `/v:onboard --refresh`.