Skip to content

v0.7.0

Choose a tag to compare

@matt82198 matt82198 released this 31 Jul 03:37
· 334 commits to main since this release
a705059

[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.
  • Auto-merge: Eliminated shell=True command injection vulnerability.
  • 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.
  • Documentation: Fixed cross-file drift, updated domain CLAUDE.md entries, corrected test counts, resolved multi-instance contradictions.
  • Guardrail enforcement: Added missing tool entries, corrected dispatch_lint pattern suppression, fixed benchmark fixture state reversion, corrected arithmetic in sum function test.