Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 01:29
· 98 commits to main since this release

Added

  • Verify-after-wire regression test: 6 new tests confirm dry-run wire does not pass verify for any agent×tool combo. Exposes missing dryRun guards in wire functions.

Fixed

  • WireCaveman dryRun writes owner marker: Claude Code and Antigravity wireCaveman() called writeOwner() even with dryRun: true, causing verify to falsely report caveman as wired. writeOwner now correctly skipped on dryRun.