Cookbook
End-to-end recipes. Each page: goal → commands → expected signals → failure modes.
| Recipe | Time | What you practice |
|---|---|---|
| Security audit a repo | ~10 min | DISPATCH-style analysis, streaming, gates |
| Refactor a module safely | ~15 min | Plan mode → run → review |
| CI full-auto lint fix | ~15 min | Non-interactive mode, exit codes |
Conventions
All recipes assume you are in the Commander monorepo root after pnpm install, with one API key exported.
bash
# Source checkout
npx tsx packages/core/src/cliEntry.ts <command>
# After building @commander/core
commander <command>New to Commander? Start with Quick Start.