CLAUDE.md · git:20260828.ef5a176 · 2026-08-28 · sha256 c1682a23a85ccdc4

CLAUDE.md git:20260828.ef5a176A

Immutable. This exact content is served forever at /api/v1/blob/c1682a23a85ccdc4.

<!-- agentic-dispatch:claude-shim v2 -->
# CLAUDE.md — masterplan

Thin Claude Code shim. Canonical repo instructions are imported below; do not
add vendor-neutral policy here — put it in AGENTS.md.

@AGENTS.md

Central cross-repo policy (AUQ, Serena, Hindsight, context-mode, model
routing) resolves from the repo-local `policy/workflow-map.json` (a checked-in
copy of the fleet workflow routing map) and the fleet dispatch policy at
`/srv/workflows/policy/dispatch.md`. Never copy that policy here.

## Claude Code specifics

- All user-facing questions go through `AskUserQuestion`; never end a turn with prose questions.
- Use Claude Code plugins, hooks, plan mode, and slash commands only as documented by repo-local `AGENTS.md` or active plugin settings.

<!-- agentic-dispatch:claude-notes — repo-specific Claude notes below this line survive re-migration -->

- This repo IS the Claude Code plugin: `/masterplan` routes through `commands/masterplan.md`; manifests live in `.claude-plugin/`. AGENTS.md (imported above) is a thin index — the five-layer architecture lives in `docs/internals.md`, and build/test + contributor discipline in `docs/development.md`.