v10.2.2
thedotmack/claude-memv10.2.2Feb 17, 2026by thedotmack
AI Summary
This is a maintenance release focused on cleanup and simplification. It removes an unused dev dependency (`node-addon-api`) that was only needed for the already-removed `sharp` library, and simplifies native module cache clearing by replacing ~30 lines of brittle file system manipulation with a clean Bun CLI command (`bun pm cache rm`).
Key Highlights
- Removed unused `node-addon-api` dev dependency
- Simplified native module cache clearing using `bun pm cache rm`
- Reduced ~30 lines of brittle file system manipulation to a clean Bun CLI command
- Cleanup in `smart-install.js` and `sync-marketplace.cjs` scripts
Full Release Notes
## Bug Fixes - **Removed `node-addon-api` dev dependency** — was only needed for `sharp`, which was already removed in v10.2.1 - **Simplified native module cache clearing** in `smart-install.js` and `sync-marketplace.cjs` — replaced targeted `@img/sharp` directory deletion and lockfile removal with `bun pm cache rm` - Reduced ~30 lines of brittle file system manipulation to a clean Bun CLI command