CLI flags¶
Reference page. The canonical CLI argument list lives in the framework source — this page is being authored to mirror it.
Argument definitions are at:
Most-used flags¶
| Flag | Default | Purpose |
|---|---|---|
--problem-file <path> |
required | Path to a ProblemSpec JSON file. |
--infra=<manual\|auto> |
manual |
Whether to enable Tier C infrastructure generation. |
--infer-infrastructure |
off | Run MCDA scoring to pick technologies when infrastructure_choices is omitted. |
--deterministic |
off | Pin all tiers to temperature=0 and route every LLM call through the response cache. Identical inputs return cached outputs on subsequent runs. |
--replicates <N> |
1 | Run the pipeline N times with different seeds; report mean ± stddev. |
--prompt-cache / --no-prompt-cache |
on | Toggle Anthropic prompt caching. |
--max-cost-usd <N> |
unbounded | Graceful exit when run cost exceeds N. |
--resume <run_dir> |
n/a | Resume a crashed run from its CHECKPOINT.json. |
--rebuild-dashboard |
n/a | Aggregate meta-evaluation-results/ into the static HTML dashboard. |
--custom-patterns <path> |
n/a | Load a custom-pattern manifest (see Extend). |
See also¶
- Get started — the canonical 5-step run.
- Verify a run — how to read what the CLI wrote.