CLI reference
The commands you will actually use.
bb and buildbrake are aliases. Run either command from the project you want BuildBrake to manage.
bb doctorCheck Python, Git, Codex, and Codex sign-in.
bb serveOpen the local dashboard for the current project.
bb agentRun the saved task through Codex.
bb agent --freshStart a new Codex conversation with a compact project handoff.
bb preflight --prompt "..."Validate a task without starting Codex.
bb statusShow the current outcome contract and latest run.
bb historyList prior receipts in the terminal.
bb evaluate latestRecord whether the latest run proved its intended outcome.
bb benchmarkSummarize historical usage and observed waste patterns.
bb run -- npm testPut a non-agent command under the same runtime contract.
Useful agent options
bb agent --prompt "Implement the smallest change that proves the target"
bb agent --fresh --prompt "Start with clean context"
bb agent --sandbox read-only --prompt "Diagnose the failure"
bb agent --model user-default --prompt "Use my configured model"Non-interactive commands
Use --no-checkpoints in automation where no person can answer the terminal checkpoint. The hard runtime budget still applies.
bb run --no-checkpoints -- npm test