Skip to main content

Module cmd

Module cmd 

Source

Structs§

MigrateArgs
The parsed ev migrate invocation (built in main.rs from the clap subcommand).

Functions§

brief
Boot-read: the live user-ruled decisions and the roads they rejected. A near-zero-cost, 0-network read (read_all only; no git, no receipts) for a fresh agent to load the decisions it must respect and the options it must not re-propose. Load-bearing rulings (those that closed a road) sort FIRST — pinned above the cap regardless of recency — then by recency (held_since), then id. Capped to the effective limit, with a remainder footer that counts how many hidden rulings closed a road so the elision stays visible.
check
decide
guard
init
list
List every decision in the ledger: id, status, decision (sorted by id, deterministic).
log
Show the decision lineage from HEAD back to genesis (newest first).
migrate
reopen
show
verify_cmd
why