calma demo # zero-setup: catch a bundled real inflated backtest (offline, seconds)
calma verify <folder> "<claim>" # check a result against a claim (exit codes below)
calma verify <folder> # no claim: just check the result reproduces
calma batch <dir>... | --manifest m.tsv # verify MANY results + one summary table (CI/sprint)
calma recipes # the 500 built-in metrics, grouped by family
calma verify ... --json # machine-readable verdict (for agents / CI)
calma verify ... --check-determinism # run twice; flaky outputs can't confirm anything
calma verify ... --timeout 300 # raise the re-execution budget (default 120s)
calma verify ... --trust third-party # counterparty code: refuse unless a sandbox tier is live
calma teardown <folder> "<claim>" # shareable "claimed X -> really Y" card (+ --svg)
calma replay <run_dir> # re-run a saved verification; exit 0 iff it reproduces
calma stats <folder> # verification history: catches, hook activity
calma seal <run_dir> [--publish] # sign + RFC-3161 timestamp + counterparty instructions
calma attest keygen # one-time signing key; after this every verify is signed
calma attest verify <bundle> # check a signed bundle, fully offline
calma registry verify [dir] # audit the public catch-history chain offline