| name | build-paper-artifacts |
| description | Build all paper figures and tables from registered runs and verify claim coverage. |
The paper artifact build is fully script-driven. No artifact in paper/figures/ or paper/tables/ may be edited by hand.
Steps:
- Confirm every claim in
reports/claim_to_evidence_matrix.md has a registered run. Reject if any claim is missing evidence.
- Run:
python scripts/build_paper_artifacts.py \
--runs experiments/runs \
--registry experiments/registry \
--out paper
- Validate:
python scripts/check_markdown_links.py paper
make validate-schemas
- Report the list of generated artifacts and any claim that still has no artifact.
Do not generate any artifact from in-memory state — every figure and table reads from saved predictions.