@hddz/plugin-harness 0.1.15 → 0.1.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # @hddz/plugin-harness
2
2
 
3
3
  > **Harness Engineering 插件** - 为 AI Agent 构建约束、反馈与控制系统
4
- > **版本**: 0.1.15
4
+ > **版本**: 0.1.16
5
5
  > **作者**: 蓝山
6
6
  > **许可**: MIT
7
7
 
@@ -2,7 +2,7 @@
2
2
  "id": "harness",
3
3
  "name": "Harness Engineering",
4
4
  "description": "Constraints, feedback loops, and control systems for AI agents",
5
- "version": "0.1.15",
5
+ "version": "0.1.16",
6
6
  "kind": "engineering",
7
7
  "configSchema": {
8
8
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hddz/plugin-harness",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
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",