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/.codex-plugin/plugin.json +2 -2
- package/LICENSE +202 -630
- package/README.md +10 -13
- package/dist/npx-cli/index.js +219 -208
- package/openclaw/openclaw.plugin.json +4 -3
- package/openclaw/package.json +1 -0
- package/package.json +12 -4
- package/plugin/.claude-plugin/plugin.json +2 -2
- package/plugin/.codex-plugin/plugin.json +2 -2
- package/plugin/package.json +1 -1
- package/plugin/scripts/context-generator.cjs +42 -42
- package/plugin/scripts/mcp-server.cjs +26 -26
- package/plugin/scripts/server-beta-service.cjs +9655 -0
- package/plugin/scripts/worker-service.cjs +10061 -445
- package/plugin/skills/version-bump/SKILL.md +3 -3
- package/plugin/ui/viewer-bundle.js +2 -2
- package/dist/binaries/worker-service-v10.3.1-win-x64.exe +0 -0
- package/dist/index.d.ts +0 -7
- package/dist/index.js +0 -8
- package/dist/sdk/index.d.ts +0 -109
- package/dist/sdk/index.js +0 -183
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-
|
|
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
|
-
|
|
388
|
+
Claude-Mem is licensed under the Apache License 2.0.
|
|
389
389
|
|
|
390
|
-
|
|
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
|
-
**
|
|
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** | **
|
|
413
|
+
**Built with Claude Agent SDK** | **Works with Claude Code** | **Made with TypeScript**
|
|
417
414
|
|
|
418
415
|
---
|
|
419
416
|
|