claude-mem 12.7.4 → 13.0.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/README.md CHANGED
@@ -49,7 +49,7 @@
49
49
 
50
50
  <p align="center">
51
51
  <a href="LICENSE">
52
- <img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License">
52
+ <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
53
53
  </a>
54
54
  <a href="package.json">
55
55
  <img src="https://img.shields.io/badge/version-6.5.0-green.svg" alt="Version">
@@ -385,20 +385,17 @@ See [Development Guide](https://docs.claude-mem.ai/development) for contribution
385
385
 
386
386
  ## License
387
387
 
388
- This project is licensed under the **GNU Affero General Public License v3.0** (AGPL-3.0).
388
+ Claude-Mem is licensed under the Apache License 2.0.
389
389
 
390
- Copyright (C) 2025 Alex Newman (@thedotmack). All rights reserved.
390
+ We chose Apache-2.0 because durable agentic memory should be easy to embed in
391
+ developer tools, local agents, MCP servers, enterprise systems, robotics stacks,
392
+ and production agent harnesses.
391
393
 
392
- See the [LICENSE](LICENSE) file for full details.
394
+ See the [LICENSE](LICENSE) file for full details. See [docs/license.md](docs/license.md)
395
+ and [docs/ip-boundary.md](docs/ip-boundary.md) for licensing scope and the
396
+ open/commercial boundary.
393
397
 
394
- **What This Means:**
395
-
396
- - You can use, modify, and distribute this software freely
397
- - If you modify and deploy on a network server, you must make your source code available
398
- - Derivative works must also be licensed under AGPL-3.0
399
- - There is NO WARRANTY for this software
400
-
401
- **Note on Ragtime**: The `ragtime/` directory is licensed separately under the **PolyForm Noncommercial License 1.0.0**. See [ragtime/LICENSE](ragtime/LICENSE) for details.
398
+ **Note on Ragtime**: The `ragtime/` directory is licensed under the **Apache License 2.0**. See [ragtime/LICENSE](ragtime/LICENSE) for details.
402
399
 
403
400
  ---
404
401
 
@@ -413,7 +410,7 @@ See the [LICENSE](LICENSE) file for full details.
413
410
 
414
411
  ---
415
412
 
416
- **Built with Claude Agent SDK** | **Powered by Claude Code** | **Made with TypeScript**
413
+ **Built with Claude Agent SDK** | **Works with Claude Code** | **Made with TypeScript**
417
414
 
418
415
  ---
419
416