claude-mem 13.10.0 → 13.10.2

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.0",
3
+ "version": "13.10.2",
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
@@ -382,6 +382,11 @@ Contributions are welcome! Please:
382
382
  4. Update documentation
383
383
  5. Submit a Pull Request
384
384
 
385
+ Claude-Mem ships from three branches: `main` (stable), `core-dev`, and
386
+ `community-edge`. Only `main` is published to npm; the others are run from source.
387
+ See [Release Branches](https://docs.claude-mem.ai/branches) for the strategy and
388
+ how to run the non-stable lines locally.
389
+
385
390
  See [Development Guide](https://docs.claude-mem.ai/development) for contribution workflow.
386
391
 
387
392
  ---