@bjlee2024/claude-mem 13.4.9 → 13.4.18

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.
@@ -10,9 +10,9 @@
10
10
  "plugins": [
11
11
  {
12
12
  "name": "claude-mem",
13
- "version": "13.4.0",
13
+ "version": "13.4.18",
14
14
  "source": "./plugin",
15
- "description": "Persistent memory system for Claude Code - context compression across sessions"
15
+ "description": "Memory compression system for Claude Code - persist context across sessions"
16
16
  }
17
17
  ]
18
18
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bjlee2024/claude-mem",
3
- "version": "13.4.9",
3
+ "version": "13.4.18",
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
@@ -183,6 +183,12 @@ The installer handles dependencies, plugin setup, AI provider configuration, wor
183
183
 
184
184
  ## Documentation
185
185
 
186
+ > 🍴 **This is a fork of [`thedotmack/claude-mem`](https://github.com/thedotmack/claude-mem), published as `@bjlee2024/claude-mem`.**
187
+ > **→ [Fork Guide & Changelog](docs/FORK.md)** — everything that differs from upstream: the
188
+ > multi-device **[Server & Client Modes](docs/public/server-client-modes.mdx)**, subscription/local-model
189
+ > generation, client-mode search, the full version history, and how to use it all.
190
+ > [Compare every change ↗](https://github.com/thedotmack/claude-mem/compare/main...bjlee2024:claude-mem:main)
191
+
186
192
  📚 **[View Full Documentation](https://docs.claude-mem.ai/)** - Browse on official website
187
193
 
188
194
  ### Getting Started