canonic eval is an operator command; it makes live model calls, so it is not run in CI (only the deterministic harness internals are unit-tested).
eval baseline
Run candidate models through a labeled dataset over the real draft (or reconcile) path and publish a per-release baseline doc.
| Flag | Description |
|---|---|
--candidates, -c | YAML list of openai_compatible candidate models. |
--dataset, -d | Labeled JSONL set (defaults to the shipped set). |
--out, -o | Where to write the markdown baseline doc (default reports/baseline-models.md). |
--task | Task to evaluate; only draft has a live call site in v1; reconcile is also supported. |
--adherence-floor | Minimum structured-output adherence required to recommend a candidate. |