CLAUDE.md ยท git:20260730.3c487f7 ยท 2026-07-30 ยท sha256 7833c4681eaea4d6
CLAUDE.md git:20260730.3c487f7A
Immutable. This exact content is served forever at /api/v1/blob/7833c4681eaea4d6.
# Agent Workflow Guide **Read `AGENTS.md` (root) โ it is the single canonical source for all agent instruction.** ## ๐ฏ Critical Convention: Knowledge Storage **All plans, specs, decisions, and debriefs go to `wiki/`. This applies regardless of which agent (Claude/Cursor/Codex/Aider/etc.) you are.** | Content | Location | |---------|----------| | Implementation plans | `wiki/Planning/Implementation-Plans/YYYY-MM-DD-<feature>.md` | | Architecture specs | `wiki/Architecture/Design-Specs/YYYY-MM-DD-<spec>.md` | | Decisions / RFCs | `wiki/Decisions/YYYY-MM-DD-<decision>.md` | | Debriefs | `wiki/Research/Debriefs/YYYY-MM-DD-<feature>-debrief.md` | | Audit reports | `wiki/Research/Audit-Reports-YYYY-MM-DD/` | ### โ ๏ธ For superpowers:writing-plans skill The skill defaults to `docs/superpowers/plans/`. **OVERRIDE this default to `wiki/Planning/Implementation-Plans/`.** The `docs/` directory was eliminated in May 2026 consolidation. Writing to it creates orphaned files outside the knowledge graph. ### Why this matters - **Single source of truth** โ agents share knowledge across sessions - **Token optimization** โ one vault, one index, one query - **Cross-agent continuity** โ Cursor reads Claude's plans, etc. - **No clutter** โ root has 10 .md files (entry points), all knowledge lives in `wiki/` --- See also: - `AGENTS.md` โ canonical agent workflow + build commands (root) - `NAVIGATION.md` โ repo structure + entry points (root) - `wiki/Home.md` โ knowledge vault index - `wiki/Hot.md` โ recent context cache (read for current state) - `apps/cortex/AGENTS.md` โ when working in that app - `README.md` โ user-facing API overview - `CHANGELOG.md` โ release history