Reference
build
Run specs through raise → verify → codegen. Raise writes IR under dirs.ir; verify runs Z3 checks; codegen runs a sandboxed AI agent and syncs output to dirs.code. Phases run sequentially, spec-at-a-time.
Optional
all | N | #000N
argumentSelect specs: all for every spec, N or #000N for specs 1..N inclusive.
phase
argumentOptional trailing phase: raise, verify, or codegen (same as -p / --phase).
-n
integerBuild specs 1..N inclusive (dev shorthand).
-p
stringRun only raise, verify, or codegen (--phase is an alias).
--phase
stringRun only raise, verify, or codegen.
--plan
boolean default falseShow stages and steps that would run, without executing.
--prompt
string default "auto"Codegen prompt name within the codegen/ stdprompt collection.
--clean
boolean default falseBlank dirs.ir and dirs.code before running.
--additive
boolean default falseOverlay dirs.code without deleting stray files (default: clean sync that rebuilds the output directory).
--no-explain
boolean default falseSkip LLM explanations of verify failures.
--agent
stringAgent config name from overplane.yaml (for example codex) or a backend id: claude-code, codex, gemini-cli, or opencode (-a).
--output
stringFinal code output directory, overriding dirs.code (-o).
--model
stringModel id (-m); defaults to the backend's default model.
--json
boolean default falseEmit a canonical JSON result instead of progress text.
--tui
boolean default falseFull-screen matrix TUI for build progress and streaming output.
--tui-debug
boolean default falseInclude debug-level logs in the TUI output pane.