claude-mem 2.0.7 → 2.0.8

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 (3) hide show
  1. package/README.md +2 -2
  2. package/claude-mem +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ claude-mem install
32
32
 
33
33
  2. **Restart Claude Code** to load the new hooks
34
34
 
35
- 3. **Use `/compact` in Claude Code** to trigger memory compression
35
+ 3. **Use `/clear` and `/compact` in Claude Code** to trigger memory compression
36
36
 
37
37
  4. **Start new sessions** with automatic context loading
38
38
 
@@ -47,7 +47,7 @@ claude-mem install
47
47
 
48
48
  ## How It Works
49
49
 
50
- 1. When you use `/compact` in Claude Code, claude-mem automatically compresses your conversation
50
+ 1. When you use `/clear` or `/compact` in Claude Code, claude-mem automatically compresses your conversation
51
51
  2. Entities (components, patterns, fixes, etc.) are extracted and stored
52
52
  3. When you start a new Claude Code session, relevant context is automatically loaded
53
53
  4. Your knowledge base grows smarter with each session
package/claude-mem CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Memory compression system for Claude Code - persist context across sessions",
5
5
  "keywords": [
6
6
  "claude",