claude-recall 0.15.2 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,9 +40,10 @@ Your preferences, project structure, workflows, corrections, and coding style ar
40
40
 
41
41
  ```bash
42
42
  cd your-project
43
- npm install claude-recall
43
+ npm cache clean --force && npm install claude-recall@latest
44
44
  claude mcp remove claude-recall 2>/dev/null; claude mcp add claude-recall -- npx -y claude-recall@latest mcp start
45
45
  npx claude-recall setup --install
46
+ npx claude-recall --version
46
47
  ```
47
48
 
48
49
  Then restart your terminal or Claude Code session.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-recall",
3
- "version": "0.15.2",
3
+ "version": "0.15.4",
4
4
  "description": "Persistent memory for Claude Code with native Skills integration, automatic capture, failure learning, and project scoping via MCP server",
5
5
  "main": "dist/index.js",
6
6
  "bin": {