@joshuaswarren/openclaw-engram 9.3.19 → 9.3.20

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,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-engram",
3
3
  "name": "Remnic OpenClaw Plugin",
4
- "version": "9.3.19",
4
+ "version": "9.3.20",
5
5
  "kind": "memory",
6
6
  "description": "Local semantic memory for OpenClaw with bundled Remnic core runtime. Requires plugins.slots.memory set to this plugin id for hooks to fire.",
7
7
  "setup": {
@@ -70,34 +70,6 @@
70
70
  "beforeReset": true
71
71
  },
72
72
  "contracts": {
73
- "commands": [
74
- "remnic"
75
- ],
76
- "hooks": [
77
- "before_prompt_build",
78
- "before_agent_start",
79
- "agent_end",
80
- "before_compaction",
81
- "after_compaction",
82
- "before_reset",
83
- "session_start",
84
- "session_end",
85
- "before_tool_call",
86
- "after_tool_call",
87
- "llm_output",
88
- "subagent_spawning",
89
- "subagent_ended",
90
- "commands.list"
91
- ],
92
- "memoryCapabilities": [
93
- "openclaw-engram"
94
- ],
95
- "memoryPromptSections": [
96
- "engram-memory"
97
- ],
98
- "services": [
99
- "openclaw-engram"
100
- ],
101
73
  "tools": [
102
74
  "compounding_promote_candidate",
103
75
  "compounding_weekly_synthesize",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaswarren/openclaw-engram",
3
- "version": "9.3.19",
3
+ "version": "9.3.20",
4
4
  "description": "Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,8 +31,8 @@
31
31
  ]
32
32
  },
33
33
  "dependencies": {
34
- "@remnic/plugin-openclaw": "^1.0.33",
35
- "@remnic/core": "^1.1.10"
34
+ "@remnic/core": "^1.1.11",
35
+ "@remnic/plugin-openclaw": "^1.0.34"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "openclaw": ">=2026.4.8"