@dzhechkov/harness-core 0.3.136 → 0.3.137

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.
package/.dz-manifest.json CHANGED
@@ -997,7 +997,7 @@
997
997
  },
998
998
  {
999
999
  "path": "package.json",
1000
- "sha256": "87dd771f68992eb5ed6d6cfd4d6e1148f684b574eea49c8c669c2b7573c8d97e"
1000
+ "sha256": "10727b48060a6cc11db185edfae24ffcc9300f9451fdc3f69c1d1be912fe0dc0"
1001
1001
  },
1002
1002
  {
1003
1003
  "path": "src/__tests__/golden-baseline.test.ts",
@@ -1557,5 +1557,5 @@
1557
1557
  }
1558
1558
  ]
1559
1559
  },
1560
- "signature": "ldObNyc0sdz89XsgHLKWHh7kyVy+z/54eYugAJILMxBlM7KoIVGw5rMy038Wf4jVC6buXSFEMhkVdC/ZPVO5Bw=="
1560
+ "signature": "5BwDMjjt1Zd0Rolnu5UsmKrMbPNdsZBq+mSVMP5AWV5dm8RYUhzIKxPqghoQ8fGIZFfWX3YL6xuCrUEgXKCCAw=="
1561
1561
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-core",
3
- "version": "0.3.136",
3
+ "version": "0.3.137",
4
4
  "description": "Shared harness logic - skill loading, additive apply, and the init/sync/verify/doctor operations.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -33,12 +33,12 @@
33
33
  "@dzhechkov/adapter-opencode": "^0.2.0",
34
34
  "yaml": "^2.0.0",
35
35
  "@dzhechkov/adapter-agents-md": "0.1.1",
36
- "@dzhechkov/adapter-copilot": "0.1.1",
37
36
  "@dzhechkov/adapter-cursor": "0.1.1",
38
37
  "@dzhechkov/adapter-gemini": "0.1.1",
38
+ "@dzhechkov/adapter-copilot": "0.1.1",
39
39
  "@dzhechkov/adapter-windsurf": "0.1.1",
40
- "@dzhechkov/memory": "0.2.9",
41
- "@dzhechkov/core": "0.2.14"
40
+ "@dzhechkov/core": "0.2.14",
41
+ "@dzhechkov/memory": "0.2.9"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@ruvector/rvf": {
package/sbom.json CHANGED
@@ -2495,7 +2495,7 @@
2495
2495
  "hashes": [
2496
2496
  {
2497
2497
  "alg": "SHA-256",
2498
- "content": "87dd771f68992eb5ed6d6cfd4d6e1148f684b574eea49c8c669c2b7573c8d97e"
2498
+ "content": "10727b48060a6cc11db185edfae24ffcc9300f9451fdc3f69c1d1be912fe0dc0"
2499
2499
  }
2500
2500
  ]
2501
2501
  },