@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 +2 -2
- package/package.json +4 -4
- package/sbom.json +1 -1
package/.dz-manifest.json
CHANGED
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
999
|
"path": "package.json",
|
|
1000
|
-
"sha256": "
|
|
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": "
|
|
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.
|
|
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/
|
|
41
|
-
"@dzhechkov/
|
|
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