@hddz/plugin-harness 0.1.11 → 0.1.12
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.
Potentially problematic release.
This version of @hddz/plugin-harness might be problematic. Click here for more details.
- package/README.md +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @hddz/plugin-harness
|
|
2
2
|
|
|
3
3
|
> **Harness Engineering 插件** - 为 AI Agent 构建约束、反馈与控制系统
|
|
4
|
-
> **版本**: 0.1.
|
|
4
|
+
> **版本**: 0.1.12
|
|
5
5
|
> **作者**: 蓝山
|
|
6
6
|
> **许可**: MIT
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
# 安装插件
|
|
29
|
-
openclaw plugins install @hddz/plugin-harness@0.1.
|
|
29
|
+
openclaw plugins install @hddz/plugin-harness@0.1.12
|
|
30
30
|
|
|
31
31
|
# 重启 Gateway
|
|
32
32
|
openclaw gateway restart
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hddz/plugin-harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Harness Engineering plugin for OpenClaw - constraints, feedback loops, and control systems for AI agents",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,5 +39,8 @@
|
|
|
39
39
|
],
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"openclaw": ">=2026.3.0"
|
|
42
|
+
},
|
|
43
|
+
"openclaw": {
|
|
44
|
+
"extensions": ["./dist/index.js"]
|
|
42
45
|
}
|
|
43
46
|
}
|