You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/claim-evidence-map.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ fidelity claims.
49
49
| Public claim | Evidence class | Evidence | Command or artifact | Boundary |
50
50
| --- | --- | --- | --- | --- |
51
51
| Evaluation reports carry provenance and claim boundaries. |`checkout-tested`; `release-gated`|`tests/test_provenance.py`, `tests/test_evaluation_and_planning.py`, `docs/src/evaluation.md`|`uv run worldforge eval --suite planning --provider mock --format json`| Scores are deterministic contract signals, not physical or media-quality metrics. |
52
+
| Failed evaluation reports include issue-ready failure galleries. |`checkout-tested`; `release-gated`|`tests/test_evaluation_failure_gallery.py`, `docs/src/evaluation.md`, `docs/src/api/python.md`|`uv run worldforge eval --suite planning --provider mock --format json` plus `report.artifacts()["failure_gallery.json"]`| Galleries are sanitized deterministic contract triage, not provider ranking or fidelity evidence. |
52
53
| Benchmark reports carry provenance, budgets, and preset gates. |`checkout-tested`; `release-gated`|`tests/test_benchmark.py`, `tests/test_benchmark_presets.py`, `docs/src/benchmarking.md`|`uv run worldforge benchmark --preset release-evidence --format json --run-workspace .worldforge`| Timings are process-local adapter-path measurements, not machine-independent performance claims. |
53
54
| Benchmark budget changes have a preserved baseline review path. |`checkout-tested`; `release-gated`|`tests/test_benchmark_budget_calibration.py`, `scripts/calibrate_benchmark_budgets.py`, `docs/src/benchmarking.md`|`uv run python scripts/calibrate_benchmark_budgets.py --report .worldforge/reports/benchmark-<timestamp>-<run-id>.json --current-budget src/worldforge/benchmark_presets/_data/budget-release-evidence.json`| Candidate budgets are review artifacts; they do not automatically weaken release gates. |
54
55
| Evaluation evidence bundles package preserved runs. |`checkout-tested`; `release-gated`|`tests/test_evidence_bundle.py`, `scripts/generate_evidence_bundle.py`, `docs/src/evaluation.md`|`uv run python scripts/generate_evidence_bundle.py --workspace-dir .worldforge`| Unsafe, local-only, signed, or binary artifacts are excluded or marked; the bundle does not upload anything. |
0 commit comments