@hddz/plugin-harness 0.1.18 → 0.1.19

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.

@@ -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.18",
5
+ "version": "0.1.19",
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.18",
3
+ "version": "0.1.19",
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",
@@ -41,11 +41,6 @@
41
41
  "openclaw": ">=2026.3.0"
42
42
  },
43
43
  "openclaw": {
44
- "extensions": [
45
- {
46
- "id": "harness",
47
- "path": "./dist/index.js"
48
- }
49
- ]
44
+ "extensions": ["./dist/index.js"]
50
45
  }
51
46
  }