refactor: replace custom installer with native Claude plugin commands

Delegates to `claude plugin marketplace add` + `claude plugin install`
instead of manually copying files, registering marketplace/plugin JSON,
running npm install, and dispatching IDE-specific setup. 536 → 36 lines.

Also fixes double-shebang in npx-cli bundle (source + esbuild banner).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-04-04 14:35:06 -07:00
parent 4de417663c
commit 21b10b4696
2 changed files with 21 additions and 521 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/**
* NPX CLI entry point for claude-mem.
*