Simplify Windows fix: use idempotent npm install instead of custom installer

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-23 21:50:35 +00:00
parent 8d5bfec90e
commit e50c6142bb
9 changed files with 18 additions and 199 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ npm install -g claude-mem
1. **Automatic Dependency Installation**
The plugin automatically installs required dependencies (`better-sqlite3`) on first run. This happens when you first start Claude Code after installation. The process is cross-platform and works on Windows, macOS, and Linux.
Dependencies are installed automatically during plugin installation. The SessionStart hook also ensures dependencies are up-to-date on each session start (this is fast and idempotent). Works cross-platform on Windows, macOS, and Linux.
2. **Verify Plugin Installation**