CLAUDE.md · git:20260911.e0654cf · 2026-09-11 · sha256 1b7f9abe818d0efd
CLAUDE.md git:20260911.e0654cfA
Immutable. This exact content is served forever at /api/v1/blob/1b7f9abe818d0efd.
@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 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. The `advisor` tool is part of the policy too: implementers and the spec-reviewer consult it at their own decision points, and the model that answers is the native `advisorModel` setting in `.claude/settings.json` — `fable` here, `opus` the alternative. It is a project setting, never agent 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`.