-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 876 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "stability",
"version": "0.1.0",
"description": "Agent stability, introspection, and anti-drift framework for OpenClaw. Provides entropy monitoring, confabulation detection, loop guards, principle-aligned growth tracking, and structured heartbeat decisions.",
"main": "index.js",
"keywords": [
"openclaw",
"plugin",
"stability",
"entropy",
"introspection",
"anti-hallucination",
"identity",
"heartbeat"
],
"author": "Chris Hunt & Clint",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"openclaw": {
"extensions": ["./index.js"]
},
"files": [
"index.js",
"openclaw.plugin.json",
"config.default.json",
"lib/",
"hooks/",
"services/",
"templates/"
],
"repository": {
"type": "git",
"url": "https://github.com/CoderofTheWest/openclaw-plugin-stability"
}
}