Agent Dispatch Harness v5.9.0
Summary
Agent Dispatch Harness v5.9.0 adds a proportional Completion Confidence Loop so multi-agent runs can answer whether many delegated tasks are actually complete, what evidence supports that claim, and what verification remains.
Changes
- Added completion rollup output to
scripts/status.py: task completion, Full acceptance status, evidence gaps, state conflicts, confidence bands, and next verification guidance. - Added regression coverage for high-confidence happy paths, pending/fail/blocked acceptance, missing or malformed registries, passed work without evidence, and accepted run-state conflicts.
- Expanded verification and evaluator guidance to compare final claims against fresh evidence.
- Added lightweight confidence/evidence-gap prompts to Lite and progress templates without adding new artifact types.
- Synced VERSION, README, README.zh-CN, SKILL footer, and version sync default date to v5.9.0 / 2026-07-09.
Validation
python3 scripts/sync_version.pypython3 -m json.tool templates/run_state.json >/dev/nullpython3 -m py_compile scripts/init_run.py scripts/package_skill.py scripts/status.py scripts/sync_version.py scripts/validate_report.py scripts/harness_test_run.py scripts/tdd_gate_check.py scripts/test_runtime_behavior.pygit diff --check- Full and Lite
init_run.pysmoke checks validate_report.pyfor spec, progress, evaluator, and lite planscripts/status.pyFull and Lite smoke checkspython3 scripts/test_runtime_behavior.pypython3 scripts/package_skill.py --verify-sourcepython3 scripts/package_skill.py --output /tmp/agent-dispatch-harness-runtime --forcepython3 scripts/package_skill.py --check /tmp/agent-dispatch-harness-runtime