Skip to content

Agent Dispatch Harness v5.9.0

Choose a tag to compare

@SUNRNEHUI SUNRNEHUI released this 09 Jul 03:39
· 18 commits to main since this release

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.py
  • python3 -m json.tool templates/run_state.json >/dev/null
  • python3 -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.py
  • git diff --check
  • Full and Lite init_run.py smoke checks
  • validate_report.py for spec, progress, evaluator, and lite plan
  • scripts/status.py Full and Lite smoke checks
  • python3 scripts/test_runtime_behavior.py
  • python3 scripts/package_skill.py --verify-source
  • python3 scripts/package_skill.py --output /tmp/agent-dispatch-harness-runtime --force
  • python3 scripts/package_skill.py --check /tmp/agent-dispatch-harness-runtime