Skip to content

Agent Dispatch Harness v6.0.0

Choose a tag to compare

@SUNRNEHUI SUNRNEHUI released this 14 Jul 01:12
· 14 commits to main since this release
7502e7b

Agent Dispatch Harness v6.0.0

Universal task execution OS for coding agents (Codex / Claude / Grok / others).

Highlights

  • Density first: Direct → Spec Synthesis → Lite → Full (lightest process that still controls false completion)
  • Spec Synthesis for fuzzy / improvement-shaped goals (init_run.py --with-synthesis)
  • Progressive reference loading and shorter entry prompts
  • Optional plan quality scoring (score_harness.py) — never product acceptance
  • Universal runtime adapter + bilingual README / VERSION management
  • Preserved runtime safety from main: manager state/trace API, atomic JSON, timeout budgets, workspace binding

Install

git clone https://github.com/SUNRNEHUI/agent-dispatch-harness.git
cd agent-dispatch-harness
git checkout v6.0.0
python3 scripts/package_skill.py --verify-source
python3 scripts/package_skill.py --output /tmp/agent-dispatch-harness-runtime --force
mkdir -p ~/.codex/skills/agent-dispatch-harness
rsync -a --delete /tmp/agent-dispatch-harness-runtime/ ~/.codex/skills/agent-dispatch-harness/

Verification

  • test_runtime_behavior.py PASS
  • score_skill_protocol.py 100 / A