Skip to content

v3.5.0

Choose a tag to compare

@joenandez joenandez released this 20 Feb 20:13
· 364 commits to main since this release

v3.5.0

New

  • Bootstrap hook cleans stale files from plugin cache on session start
  • spectre-guide skill replaces spectre-next-steps for rendering contextual next steps

Changed

  • All hook scripts migrated from Python to Node.js (.cjs) — no external runtime dependency
  • Hook scripts use child_process.fork() for non-blocking background work
  • 47 tests ported to node:test runner

Fixed

  • Hooks now load reliably for all plugin users

Removed

  • Todo capture system (capture-todos, UserPromptSubmit hook)
  • Python hook scripts