claude-mem 3.5.6 → 3.5.7
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.
- package/README.md +28 -0
- package/dist/claude-mem.min.js +232 -188
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,30 @@ That’s it. Restart Claude Code and you’re good. No config. No tedious setup
|
|
|
18
18
|
- Starts new sessions with the right context
|
|
19
19
|
- Works quietly in the background
|
|
20
20
|
- One-command install and status check
|
|
21
|
+
- **🎭 Shakespeare's Memory Theatre**: Transform operations into theatrical magnificence!
|
|
22
|
+
|
|
23
|
+
## 🎭 NEW: Shakespeare's Memory Theatre
|
|
24
|
+
|
|
25
|
+
*"All the world's a stage, And all memory merely players"*
|
|
26
|
+
|
|
27
|
+
Experience claude-mem operations as a dramatic performance! Choose from five theatrical acts:
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
claude-mem theatre # Full theatrical experience
|
|
31
|
+
claude-mem theatre --act I # Tragedy of Defensive Validation
|
|
32
|
+
claude-mem theatre --act II # Romeo and Chroma_Add
|
|
33
|
+
claude-mem compress-theatrical file # Compress with Shakespearean flair
|
|
34
|
+
claude-mem status-theatrical # Check status dramatically
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**Interactive Features:**
|
|
38
|
+
- 🎪 Choose dialogue responses
|
|
39
|
+
- 🍅 Throw tomatoes at bad code
|
|
40
|
+
- 👏 Standing ovation meter
|
|
41
|
+
- 📜 Soliloquy generator
|
|
42
|
+
- 🎺 Trumpet fanfares
|
|
43
|
+
|
|
44
|
+
[📖 Full Shakespeare Theatre Documentation](docs/shakespeare-theatre.md)
|
|
21
45
|
|
|
22
46
|
## 🗑️ Smart Trash™ (Your Panic Button)
|
|
23
47
|
|
|
@@ -45,6 +69,10 @@ claude-mem uninstall # Remove hooks
|
|
|
45
69
|
# Extras
|
|
46
70
|
claude-mem trash-view # See what’s in Smart Trash™
|
|
47
71
|
claude-mem restore # Restore deleted items
|
|
72
|
+
# 🎭 Shakespeare's Memory Theatre Commands
|
|
73
|
+
claude-mem theatre # Experience memory operations dramatically
|
|
74
|
+
claude-mem compress-theatrical file.jsonl # Theatrical compression
|
|
75
|
+
claude-mem status-theatrical # Dramatic status check
|
|
48
76
|
```
|
|
49
77
|
|
|
50
78
|
## 📁 Where Stuff Lives (super simple)
|