openclaw-memory-decay 0.1.2 → 0.1.4

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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "id": "memory-decay",
3
+ "name": "Memory Decay",
4
+ "description": "Human-like memory with decay and reinforcement for OpenClaw agents",
5
+ "version": "0.1.3",
6
+ "configSchema": {
7
+ "type": "object",
8
+ "additionalProperties": false,
9
+ "properties": {}
10
+ }
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-memory-decay",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "OpenClaw memory plugin backed by memory-decay engine",
6
6
  "main": "./src/index.js",
@@ -12,7 +12,8 @@
12
12
  },
13
13
  "files": [
14
14
  "src/",
15
- "scripts/"
15
+ "scripts/",
16
+ "openclaw.plugin.json"
16
17
  ],
17
18
  "scripts": {
18
19
  "build": "tsc",