Skip to main content

cmd_eval

Function cmd_eval 

Source
pub fn cmd_eval(args: &EvalArgs) -> i32
Expand description

decided eval [--check | --update-baseline] [--json] ... — score retrieval against the fixture benchmark, or gate against the baseline (ADR-066). Modes win over --json (eval brief, landmine 7); every EvalUsageError exits 2 with a decided eval: stderr prefix — including a missing baseline under --check, discovered only AFTER the benchmark has run (statement order mirrors the oracle’s single try block).