TOOL · 01R
cbc run
Execute a task against a sandboxed workspace; iterate until the verification oracle certifies or aborts.
--mode--controller--sandbox--agent
TOOL · 02S
cbc solve
Free-form prompt → synthetic task spec → bounded solve loop with auto-generated oracles.
--prompt--max-attempts
TOOL · 03C
cbc compare
A/B benchmark baseline vs. treatment across a curated oracle subset; emits delta report.
--baseline--treatment--seed
TOOL · 04V
cbc controller-compare
Race sequential vs. gearbox orchestration on the same task set. Latency + verdict stats.
TOOL · 05P
cbc poc
Live Codex sampling: seeded repeats, pairwise stats, confidence intervals.
--seed--sample-size
TOOL · 06E
cbc review
Generate a structured code-review report for a completed run ledger.
TOOL · 07E
cbc review-artifact
Read a stored run artifact and export the review as JSON.
TOOL · 08W
cbc review-workspace
Review an arbitrary workspace tree against a task spec, no run required.
TOOL · 09G
cbc ci
CI gate: task + workspace → verdict. Exit code reflects mergeability.
TOOL · 10G
cbc ci-artifact
Recompute a CI gate from a frozen artifact for deterministic audit trails.
TOOL · 11T
cbc trends
Aggregate ledger stats: success rate, avg attempts, cost curves over rolling windows.
TOOL · 12B
cbc benchmark-artifact
Replay a saved benchmark report and re-render the comparison metrics.
TOOL · 13A
cbc api
Start the FastAPI control plane: SSE streams, REST queries, Supabase mirror hook.
--host--port