chore: tighten scheduling review coverage

This commit is contained in:
lda
2026-09-09 21:50:24 +07:00 Verified
parent afb291d55c
commit 2ecdbdaa7f
17 changed files with 358 additions and 366 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def test_thesis_retires_campaign_without_removing_historical_evidence() -> None:
archive = ROOT / "docs/historical/thesis/2026-09-07-retired-agent-evaluation.md"
historical = archive.read_text(encoding="utf-8")
assert "# Agent Challenge Harness" in historical
assert "36" in historical
assert "36 audited trials" in historical
def test_thesis_bundle_has_reproducible_agent_evaluation_assets() -> None: