You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.7.0] - 2026-07-31
Added
Guardrails: Fixture-intent manifest validator (#603), dispatch_lint for merge automation enforcement, CLAUDE.md sync gate (G5), workflow model pin linter (G7), git-stash prohibition check (G8), encoding validation (G10), commit message linter, docstring coverage checker, dead code detector, import cycle detector, TODO/FIXME tracker, test coverage gap finder, file size linter, bash_guard_check for exec-guard validation.
Tools: Port-fidelity-check validator, init-project scaffolder, batch auto-merge tool (auto_merge.py), state-query temporal API, cost forecasting for budget runway, tracker reconciliation (zombie detection), wave-history event store analyzer, health subcommand for fleet visibility, dependency graph generator.
Dashboard: Tooling panel for guardrail/tool metrics summary, benchmark results cache and display panel.
Core: Multi-instance orchestration MVP with lease-based SQLite claims; REST API for state-query time-travel.
Documentation: Architecture decision records (ADR-1 through ADR-6), test strategy document, architecture Mermaid diagrams, cost transparency section in README.
Changed
Benchmarks: Enhanced fake-green detection scoring; corrected cost-honesty HALT check.
Instance manager: Consistency fixes for multi-instance coordination.
Fixed
Multi-instance coordination: Lease-claim split-brain bug (path normalization), TOCTOU race on atomic check-and-insert, tracker migration marker/completion separation to prevent resurrection of closed items, acceptanceCriteria field preservation on write.
CI/test hygiene: Fixed workflow actions env vars, added BASH_SOURCE exec guards to all shell scripts, isolated orchestration tests from live orchestrator state, corrected Windows cp1252 encoding in test file opens, fixed race conditions in instance_manager tests.
CI gates: Removed fail-open continue-on-error from cross-OS drift workflow, verified gate runability on unknown CLI flags, repaired Windows temp-dir exemption that silently disabled a gate.