| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-25 | 781 Bytes | |
| v1.86.1 source code.tar.gz | 2026-05-25 | 2.2 MB | |
| v1.86.1 source code.zip | 2026-05-25 | 2.3 MB | |
| Totals: 3 Items | 4.5 MB | 0 | |
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