@dzhechkov/harness-core 0.7.6 → 0.7.7
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 +3 -3
- package/README.md +3 -3
- package/package.json +6 -6
- package/sbom.json +2 -2
package/.dz-manifest.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "196e14163a267a84083c01a9c4c7d6a26b49adcf4287ade505600848baa02161"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/__tests__/golden-baseline.test.d.ts",
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
},
|
|
1726
1726
|
{
|
|
1727
1727
|
"path": "package.json",
|
|
1728
|
-
"sha256": "
|
|
1728
|
+
"sha256": "a75aa6acab6e787f214313004d83fcde7a3332e9828b61bf383fdc5e58a98186"
|
|
1729
1729
|
},
|
|
1730
1730
|
{
|
|
1731
1731
|
"path": "src/__tests__/golden-baseline.test.ts",
|
|
@@ -2153,5 +2153,5 @@
|
|
|
2153
2153
|
}
|
|
2154
2154
|
]
|
|
2155
2155
|
},
|
|
2156
|
-
"signature": "
|
|
2156
|
+
"signature": "1sTrkwmTtwNqV4vPKLq96v0nvflBCiSTr2YnIKo+pZJYPkM9H7r+A4eWApXw9xRQ0bdyRSMNVLFDP6aIWBGHBw=="
|
|
2157
2157
|
}
|
package/README.md
CHANGED
|
@@ -238,7 +238,7 @@ A count that cannot be computed is reported as `undefined` — never as `0`.
|
|
|
238
238
|
|
|
239
239
|
## Status
|
|
240
240
|
|
|
241
|
-
`0.7.
|
|
241
|
+
`0.7.7` — **skill-drift discovery stops being a `.claude/skills` gate.** `findSkillDirs` is the one
|
|
242
242
|
seam behind both the `no-skill-drift` HARD rule and `dz sync-canonical`, and it searched `packages/`
|
|
243
243
|
plus a single hardcoded install root. The repo installs into ten targets, five of which emit
|
|
244
244
|
`SKILL.md` dirs, so four install trees were ungated — measurably: the Codex install of `feature-adr`
|
|
@@ -262,7 +262,7 @@ byte-comparison would call that permanent drift AND the healer would DELETE it,
|
|
|
262
262
|
`TARGET_ENRICHMENT_ASSETS` is exempt from both. New exports: `SKILL_INSTALL_ROOTS`,
|
|
263
263
|
`SKILL_INSTALL_ROOT_BY_TARGET`, `DEV_SKILL_ROOT`, `TARGET_ENRICHMENT_ASSETS`.
|
|
264
264
|
|
|
265
|
-
`0.7.
|
|
265
|
+
`0.7.7` — `tg-post.ts` and `provenance.ts` grow the pure half of the channel sender's fail-closed
|
|
266
266
|
autopublish guards. `decideTgSend` gains four inputs (`halted`, `sha256`, `sentLog`, `maxPostsPerDay`)
|
|
267
267
|
and judges them in a FIXED order: the stop-cord first (it halts even a perfect post, before any
|
|
268
268
|
cheaper check, so no bug in a later gate can route around it), then formatting/provenance/hours as
|
|
@@ -275,7 +275,7 @@ one post. `classifySource` adds the `public-url` / `malformed-url` verdicts: a w
|
|
|
275
275
|
`kind: url` is public by construction and clears, while a `file://`, a bare path or any non-URL is
|
|
276
276
|
refused and never inferred from its shape. The pure half reads no files — the CLI passes facts in.
|
|
277
277
|
|
|
278
|
-
`0.7.
|
|
278
|
+
`0.7.7` — a signature-only republish: `0.7.0` went out without the re-signing step, so its published
|
|
279
279
|
manifest was stale against its own shipped files. No behaviour changes.
|
|
280
280
|
|
|
281
281
|
`0.7.0` — the publish gate gained `review-round`, and the vector tier reports what the run did (both above): `mergeHybridHits` keeps the top
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.7",
|
|
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",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"yaml": "^2.0.0",
|
|
32
32
|
"@dzhechkov/adapter-agents-md": "0.1.3",
|
|
33
33
|
"@dzhechkov/adapter-codex": "^0.2.2",
|
|
34
|
-
"@dzhechkov/adapter-cursor": "0.1.3",
|
|
35
34
|
"@dzhechkov/adapter-copilot": "0.1.3",
|
|
35
|
+
"@dzhechkov/adapter-claude": "^0.2.2",
|
|
36
|
+
"@dzhechkov/adapter-cursor": "0.1.3",
|
|
36
37
|
"@dzhechkov/adapter-gemini": "0.1.3",
|
|
37
38
|
"@dzhechkov/adapter-openclaude": "^0.1.2",
|
|
38
|
-
"@dzhechkov/adapter-claude": "^0.2.2",
|
|
39
|
-
"@dzhechkov/adapter-hermes": "^0.2.2",
|
|
40
39
|
"@dzhechkov/adapter-opencode": "^0.2.2",
|
|
41
|
-
"@dzhechkov/core": "0.2.17",
|
|
42
40
|
"@dzhechkov/adapter-windsurf": "0.1.3",
|
|
43
|
-
"@dzhechkov/memory": "0.2.15"
|
|
41
|
+
"@dzhechkov/memory": "0.2.15",
|
|
42
|
+
"@dzhechkov/adapter-hermes": "^0.2.2",
|
|
43
|
+
"@dzhechkov/core": "0.2.17"
|
|
44
44
|
},
|
|
45
45
|
"peerDependenciesMeta": {
|
|
46
46
|
"@ruvector/rvf": {
|
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "196e14163a267a84083c01a9c4c7d6a26b49adcf4287ade505600848baa02161"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -4315,7 +4315,7 @@
|
|
|
4315
4315
|
"hashes": [
|
|
4316
4316
|
{
|
|
4317
4317
|
"alg": "SHA-256",
|
|
4318
|
-
"content": "
|
|
4318
|
+
"content": "a75aa6acab6e787f214313004d83fcde7a3332e9828b61bf383fdc5e58a98186"
|
|
4319
4319
|
}
|
|
4320
4320
|
]
|
|
4321
4321
|
},
|