@jungjaehoon/clawdbot-mama 0.1.0 → 0.1.1

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,5 +1,5 @@
1
1
  {
2
- "id": "mama",
2
+ "id": "clawdbot-mama",
3
3
  "name": "MAMA Memory",
4
4
  "description": "Memory-Augmented MCP Architecture - Semantic decision memory",
5
5
  "kind": "memory",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungjaehoon/clawdbot-mama",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MAMA Memory Plugin for Clawdbot - Semantic decision memory with reasoning graph",
5
5
  "type": "module",
6
6
  "main": "index.ts",