Skip to content

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:24
· 97 commits to main since this release

Fixed

  • Manifest recorded before verify: init called recordWire() before verifyTool(). Failed wiring still left a manifest entry. Now records only after verify passes.
  • RTK verify required PATH: Claude Code and OpenCode verify("rtk") required isOnPath("rtk") in addition to the hook/plugin. Fresh installs with RTK not yet on PATH failed verify after a successful wire. Verify now checks hook/plugin only; PATH health stays in doctor.
  • Copilot IDE instructions stale after unwire: Unwire for codegraph/context-mode/caveman/ponytail/principles removed CLI owners but did not re-sync .github/copilot-instructions.md. Now calls syncCopilotIdeInstructions(); empty body deletes the IDE file.