v5.10.0 - GPT-5.6-aware dispatch routing
Highlights
- Add GPT-5.6-aware Codex routing: use
gpt-5.6-lunawith low reasoning for simple sub-agents, escalate to Terra/Sol by task complexity, risk, and context. - Add bounded fan-out, depth-one nesting, task-local worker context, compact reports, and truthful fallback when model controls are unavailable.
- Add machine-readable token budget state with
actual/estimated/unknownaccounting, exhaustion blockers, and accepted-state validation. - Make Superpowers-style methods optional and risk-triggered, avoiding default TDD/review/worktree ceremony on low-risk work.
- Update bilingual docs, runtime packaging, eval cases, and release metadata to v5.10.0.
Validation
python3 scripts/test_runtime_behavior.py- 23/23 PASSpython3 scripts/tdd_gate_check.py workspace/5-6-strategy-optimization/tdd_trace.jsonl- PASSpython3 scripts/package_skill.py --verify-source- PASSpython3 scripts/sync_version.py- PASS- Python compilation, JSON validation, and
git diff --check- PASS
Notes
This release does not claim numeric token or cost savings; representative end-to-end GPT-5.6 A/B benchmarking remains a follow-up. The release tag points to the published branch commit while PR #3 remains draft for maintainer review.