Synopsis
$ zevron statusShow the state of the current build: units, statuses, tiers reached, cost per unit, and total spend.
Example
zevron — status
zevron ❯ zevron status
build todo-cli · 6 units · registry 3,120 patterns
cli.parser trusted T3 mutation 0.86 $0.04
store.sqlite trusted T3 mutation 0.91 $0.06
task.model trusted T3 mutation 0.84 $0.03
search.index verifying T2 — $0.05
export.markdown trusted T3 mutation 0.88 $0.04
import.csv not trusted T2 mutation 0.61 $0.02
5 / 6 trusted · held-out pass-rate 77% · spend $0.24
Flags
| Flag | Default | Description |
|---|---|---|
| --unit | all | Show a single unit by name. |
| --watch | off | Refresh continuously while a build runs. |
| --json | off | Emit machine-readable output. |
Reading it
Each row is a unit: its status — trusted, verifying, or not trusted — the furthest tier it reached, its mutation score, and its cost. The summary line reports how many units are trusted, the held-out pass-rate, and total spend.
For the evidence behind any verdict, run zevron trust.
