@jungjaehoon/clawdbot-mama 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -45,7 +45,7 @@ async function initMAMA(): Promise<void> {
45
45
  }
46
46
 
47
47
  const mamaPlugin = {
48
- id: "mama",
48
+ id: "clawdbot-mama",
49
49
  name: "MAMA Memory",
50
50
  description: "Semantic decision memory - Direct Gateway integration (no HTTP)",
51
51
  kind: "memory" as const,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungjaehoon/clawdbot-mama",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MAMA Memory Plugin for Clawdbot - Semantic decision memory with reasoning graph",
5
5
  "type": "module",
6
6
  "main": "index.ts",