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.
- package/.codex-plugin/plugin.json +1 -1
- package/README.md +1 -0
- package/dist/npx-cli/index.js +196 -196
- package/dist/opencode-plugin/index.js +9 -9
- package/openclaw/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/package.json +1 -1
- package/plugin/scripts/context-generator.cjs +91 -86
- package/plugin/scripts/mcp-server.cjs +20 -20
- package/plugin/scripts/server-service.cjs +120 -120
- package/plugin/scripts/transcript-watcher.cjs +17 -17
- package/plugin/scripts/worker-service.cjs +264 -249
- package/plugin/skills/cloud-sync/SKILL.md +163 -0
- package/plugin/sqlite/SessionStore.js +113 -108
- package/plugin/sqlite/observations/files.js +3 -3
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
|
|