@dzhechkov/harness-cli 0.7.7 → 0.7.8
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 +9 -4
- package/package.json +5 -5
- 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": "a4000a6a9a99f570f9f8955b135fe4742ca74ab9e8c12e7feee0d859c6ab0576"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/bin.d.ts",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"path": "package.json",
|
|
136
|
-
"sha256": "
|
|
136
|
+
"sha256": "1b1e7ae1af22dd91a6bc92fe1070a5b1d1710e50434abbd8e707f95bbb8f3b14"
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"path": "src/bin.ts",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
}
|
|
166
166
|
]
|
|
167
167
|
},
|
|
168
|
-
"signature": "
|
|
168
|
+
"signature": "PVgkr7G4wCORcFU6EDG7gNQv8GiaqhZNJ9PNiM13CEjtWBuRyGmidP523RVPSGzXGbYrVdo/8g6Z0tpu6tE8Dg=="
|
|
169
169
|
}
|
package/README.md
CHANGED
|
@@ -4096,7 +4096,7 @@ npx @dzhechkov/p-replicator init
|
|
|
4096
4096
|
|
|
4097
4097
|
## Status
|
|
4098
4098
|
|
|
4099
|
-
`v0.7.
|
|
4099
|
+
`v0.7.8` — **the observability pass, one new verb, and a publisher that stops rewriting history.** `dz feature-adr-record --backfill` fills the
|
|
4100
4100
|
run-cost ledger from the host's own workflow record — dry-run by default, `--yes` writes atomically.
|
|
4101
4101
|
A derived number is MARKED (`filledFrom`/`filledBy`), a number you typed is never overwritten and any
|
|
4102
4102
|
disagreement is reported, and every unfillable row comes back NAMED rather than silently skipped.
|
|
@@ -4111,12 +4111,17 @@ Ledger rows now carry a join key at all: the sandboxed workflow cannot know its
|
|
|
4111
4111
|
unambiguous — and stamps it as `runIdSource: 'resolved-at-write'`, because a resolved id is an
|
|
4112
4112
|
inference and not something the pipeline knew.
|
|
4113
4113
|
|
|
4114
|
+
`dz publish` stops relabelling old changelog entries. Keeping the README footer in lock-step with
|
|
4115
|
+
the bump was done by replacing every occurrence of the outgoing version, which rewrote the heading
|
|
4116
|
+
documenting what that release contained — four headings in one shipped README had collapsed onto one
|
|
4117
|
+
version. Entry-shaped lines are now left alone; footers and install examples still move.
|
|
4118
|
+
|
|
4114
4119
|
`dz feature-adr-checkpoint` stamps the write instant, so "how long did this stage take" becomes
|
|
4115
4120
|
answerable for every future run. `dz doctor` reports AQE store integrity from a log that had 1508
|
|
4116
4121
|
rows and no readers. `dz score` gains an `observability-declared` discipline: does the architecture
|
|
4117
4122
|
artifact say how anyone would know this feature works? Descriptive, never a gate.
|
|
4118
4123
|
|
|
4119
|
-
`v0.7.
|
|
4124
|
+
`v0.7.6` — **`dz drift-check` and `dz sync-canonical` stop being a `.claude/skills` gate.** Skill-copy
|
|
4120
4125
|
discovery searched `packages/` plus one hardcoded install root, so the four other per-target install
|
|
4121
4126
|
trees were ungated — measurably: this repo's own Codex install of `feature-adr` under `.agents/skills`
|
|
4122
4127
|
drifted for a day while `dz sync-canonical feature-adr --check` reported "all 3 copies match
|
|
@@ -4130,7 +4135,7 @@ written by `dz init --enrich` is exempt from both the drift verdict and the heal
|
|
|
4130
4135
|
cannot delete it. Also: `dz tg-post` gains `--max-per-day`, previously read by the code but
|
|
4131
4136
|
unregistered.
|
|
4132
4137
|
|
|
4133
|
-
`v0.7.
|
|
4138
|
+
`v0.7.6` — **the channel sender stops trusting itself.** `dz tg-post` could format-check, provenance-check
|
|
4134
4139
|
and time-check a post and still publish it twice, or ten more times, or right through an operator who
|
|
4135
4140
|
wanted everything stopped: nothing counted what had already gone out. It now runs three guards FAIL-CLOSED
|
|
4136
4141
|
in a fixed order — a **stop-cord** file that halts even a perfect post before any cheaper check, **dedup**
|
|
@@ -4144,7 +4149,7 @@ and never inferred from its shape. Also: `dz challenge` is now discoverable from
|
|
|
4144
4149
|
(it existed and was reachable only if you already knew the name), and the adversary it assembles is fed all
|
|
4145
4150
|
five calibration documents rather than a subset.
|
|
4146
4151
|
|
|
4147
|
-
`v0.7.
|
|
4152
|
+
`v0.7.5` — **a signature-only republish.** `0.7.0` shipped through `pnpm publish` rather than
|
|
4148
4153
|
`dz publish`, so the re-signing step was skipped and 17 of 497 files in the published core did not
|
|
4149
4154
|
match their signed hashes — the content was correct, the manifest was ten hours stale. Nothing in
|
|
4150
4155
|
the shipped behaviour changes between `0.7.0` and `0.7.7`; the integrity check stops reporting these
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/harness-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 67 commands, 14 presets, 10 platform targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
"sbom.json"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@dzhechkov/harness-core": "^0.7.
|
|
44
|
+
"@dzhechkov/harness-core": "^0.7.10",
|
|
45
45
|
"@dzhechkov/harness-presets": "^0.5.14",
|
|
46
46
|
"@dzhechkov/scout": "^0.8.7",
|
|
47
47
|
"@dzhechkov/skills-devops": "^0.3.13",
|
|
48
48
|
"@dzhechkov/skills-mcp": "^0.3.6",
|
|
49
49
|
"@dzhechkov/skills-web3": "^0.2.5",
|
|
50
50
|
"@dzhechkov/skills-qe": "^0.3.10",
|
|
51
|
-
"@dzhechkov/skills-academic": "^0.3.3",
|
|
52
51
|
"@dzhechkov/skills-meta": "^0.9.51",
|
|
52
|
+
"@dzhechkov/skills-academic": "^0.3.3",
|
|
53
53
|
"@dzhechkov/skills-ecc": "^0.1.8",
|
|
54
|
+
"@dzhechkov/skills-news": "^0.1.12",
|
|
54
55
|
"@dzhechkov/skills-pm": "^0.1.1",
|
|
55
56
|
"@dzhechkov/skills-taste": "^0.1.1",
|
|
56
57
|
"@dzhechkov/skills-idea2prd": "^0.1.11",
|
|
57
|
-
"@dzhechkov/skills-reverse-engineering": "^0.1.9",
|
|
58
58
|
"@dzhechkov/skills-presentation-storyteller": "^0.1.10",
|
|
59
|
-
"@dzhechkov/skills-
|
|
59
|
+
"@dzhechkov/skills-reverse-engineering": "^0.1.9",
|
|
60
60
|
"@dzhechkov/skills-website-cloner": "^0.1.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "a4000a6a9a99f570f9f8955b135fe4742ca74ab9e8c12e7feee0d859c6ab0576"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"hashes": [
|
|
336
336
|
{
|
|
337
337
|
"alg": "SHA-256",
|
|
338
|
-
"content": "
|
|
338
|
+
"content": "1b1e7ae1af22dd91a6bc92fe1070a5b1d1710e50434abbd8e707f95bbb8f3b14"
|
|
339
339
|
}
|
|
340
340
|
]
|
|
341
341
|
},
|