CLAUDE.md · diff
git:20260901.7d2caa9 to git:20260911.e0654cf
4 added, 1 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 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.
+ 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`.