claude-mem 13.10.4 → 13.11.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem",
3
- "version": "13.10.4",
3
+ "version": "13.11.0",
4
4
  "description": "Memory compression system for Claude Code - persist context across sessions",
5
5
  "author": {
6
6
  "name": "Alex Newman",
package/README.md CHANGED
@@ -193,6 +193,7 @@ The installer handles dependencies, plugin setup, AI provider configuration, wor
193
193
  - **[Installation Guide](https://docs.claude-mem.ai/installation)** - Quick start & advanced installation
194
194
  - **[Usage Guide](https://docs.claude-mem.ai/usage/getting-started)** - How Claude-Mem works automatically
195
195
  - **[Search Tools](https://docs.claude-mem.ai/usage/search-tools)** - Query your project history with natural language
196
+ - **[Cloud Sync](https://docs.claude-mem.ai/cloud-sync)** - Back up your memories to cmem.ai — no daemon, the worker syncs on write
196
197
 
197
198
  ### Best Practices
198
199