v1.86.1

EvoMap/evolverv1.86.1May 26, 2026by autogame-17

AI Summary

A patch release that improves the robustness of hook installation by allowing setup-hooks to run in clean sandboxes. It also scopes memory recall to the current workspace and ignores read-only tool use.

Key Highlights

  • Setup-hooks can run in clean sandboxes without heavy runtime dependencies.
  • Session-start memory recall is now scoped to the current workspace.
  • Non-write PostToolUse payloads are ignored to prevent false evolution signals.

Full Release Notes

Patch release for clean Claude Code and Codex hook installation from the public npm package.

Highlights:
- setup-hooks can run in clean sandboxes without loading heavier runtime dependencies.
- Claude Code and Codex hook installs copy all required helper scripts.
- Session-start memory recall is scoped to the current workspace and aligned with the writer-side workspace-id resolution.
- Non-write PostToolUse payloads are ignored so read-only tool use does not create false evolution signals.

Validation:
- node --test test/adapters.test.js test/adaptersSyntax.test.js test/adapters.kiro.test.js test/adapters.opencode.test.js
- npm pack --dry-run
- npm publish --dry-run --access public
- registry smoke install of @evomap/evolver@1.86.1 with claude-code and codex setup-hooks