@colbymchenry/cmem 0.2.33 → 0.2.37
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 +3 -0
- package/dist/cli.js +1145 -569
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,6 +62,8 @@ Ever closed your terminal and lost that perfect Claude conversation? The one whe
|
|
|
62
62
|
|
|
63
63
|
🔄 **Automatic Sync** — A background daemon watches your Claude Code sessions and keeps everything indexed in real-time.
|
|
64
64
|
|
|
65
|
+
💾 **Never Lost** — Every conversation is automatically backed up. Even if Claude Code clears its storage, cmem restores your sessions instantly when you resume them.
|
|
66
|
+
|
|
65
67
|
📦 **100% Local & Private** — Everything runs on your machine. No cloud services, no API keys, no external servers. Just SQLite + local AI embeddings.
|
|
66
68
|
|
|
67
69
|
## Quick Start
|
|
@@ -215,6 +217,7 @@ Browse sessions organized by project folder.
|
|
|
215
217
|
All data is stored locally in `~/.cmem/`:
|
|
216
218
|
- `sessions.db` — SQLite database with vector embeddings
|
|
217
219
|
- `models/` — Downloaded embedding model (~130MB)
|
|
220
|
+
- `backups/` — Full copies of all conversation JSONLs (auto-restored if Claude deletes them)
|
|
218
221
|
|
|
219
222
|
Claude Code sessions are read from `~/.claude/`.
|
|
220
223
|
|