| name | genomeft-report |
| description | Use when generating or reviewing GenomeHarness v15 campaign reports from state.sqlite and trial artifacts. |
GenomeHarness Report
Reports must be derived from state.sqlite and trial artifacts only.
Required evidence:
- root final test;
- GenomeHarness final test;
- delta test MCC only when both methods have all final seeds;
- best raw validation MCC node;
- frozen node and any freeze override reason;
- full search tree / UCT trace summary;
- proposal requests, accepted/rejected/timeout/expired counts;
- runtime/resource summary;
- repair/failure summary;
- protocol audit.
Do not invent missing test metrics. If final failed or is incomplete, mark final gain as pending/failed.
Generate with:
genharness report --campaign campaigns/X
By default, the report command removes checkpoint directories after writing the report when the campaign is DONE. Set keep_checkpoints: true only when weights must be preserved.