guidance
01Agent
The agents stack injects host API keys into the container and persists CLI auth state in named volumes.
One-command devcontainer sandbox CLI for AI agent development (Claude Code / Codex / Gemini CLI)
Agent
The agents stack injects host API keys into the container and persists CLI auth state in named volumes.
Agent
One-command devcontainer sandbox CLI for AI agent development (Claude Code / Codex / Gemini CLI).
Agent
One-command devcontainer sandbox CLI for AI agent development (Claude Code / Codex / Gemini CLI).
Agent
Repository-grounded planner. Dispatched when the orchestrator detects a task touching 3+ files, unknown code, schema/API/auth/secrets/infra changes, or when the user explicitly asks for a plan. Does not edit files.
Agent
Diff reviewer. Dispatched after the implementer finishes a slice and BEFORE the verifier runs. Reads the diff for taste, regressions, missing tests, and plan adherence. Cites paths and lines.
Agent
Mechanical verifier. Invokes .claude/hooks/verify.sh and parses its structured output. Compares against the plan's Acceptance Criteria. Does NOT review for taste.