Skip to content

Cookbook

End-to-end recipes. Each page: goal → commands → expected signals → failure modes.

RecipeTimeWhat you practice
Security audit a repo~10 minDISPATCH-style analysis, streaming, gates
Refactor a module safely~15 minPlan mode → run → review
CI full-auto lint fix~15 minNon-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.

MIT Licensed — Built for multi-agent orchestration.