@dzhechkov/harness-cli 0.8.17 → 0.8.18

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
@@ -9,7 +9,7 @@
9
9
  },
10
10
  {
11
11
  "path": "README.md",
12
- "sha256": "0a9553b413db2cf2e1ac11fa7809974dbba743e457bc2898850e32536f70a000"
12
+ "sha256": "7188b390d9105e8d440468cde453309ee5ac8e9b6505f3ebe609393224dd6926"
13
13
  },
14
14
  {
15
15
  "path": "dist/bin.d.ts",
@@ -149,7 +149,7 @@
149
149
  },
150
150
  {
151
151
  "path": "package.json",
152
- "sha256": "1db45f8ab165516a8592bf9bb9dba68993f66e0f4a8b8e42b93c1cfa140a85f7"
152
+ "sha256": "9d2e42a35ece84729f572ffbf225665cf5ac9c815c88381dfbd79cd69b4661cd"
153
153
  },
154
154
  {
155
155
  "path": "src/bin.ts",
@@ -185,5 +185,5 @@
185
185
  }
186
186
  ]
187
187
  },
188
- "signature": "pMVdgsF1bhazSOV4x1vzs+67DwlCf+cXrQ3qLIjnxgjL+cdMNtny7gop0jF1qpwXw5fQx8JBixMly8tZl49qDw=="
188
+ "signature": "mNtrVxRpvSORGA3ncJqLRrOUsXWZpQT4VwrQPu/0Ev92RVXbvZQfa4JoJeBf/Rabd6cXdlc1Sq1S35KeVOSzDg=="
189
189
  }
package/README.md CHANGED
@@ -3087,6 +3087,7 @@ pauses between misses; an unconfirmed version is an error and its local bump is
3087
3087
  `--dry-run` and `--bump-only` do not probe for this receipt because neither performs a live publish.
3088
3088
  When the receipt never arrives, the CLI adds one line telling you what to check: `npm view <pkg>@<version>` —
3089
3089
  if the registry answers, the publish DID land and only the local bump was rolled back; re-apply it by hand.
3090
+ Registry probes run `npm view … --prefer-online`, because the publisher itself warms the packument cache before publishing (measured 2026-09-10: 30 misses on a landed package).
3090
3091
 
3091
3092
  ```bash
3092
3093
  dz publish --dry-run # preview what would publish
@@ -4692,7 +4693,7 @@ refusal as the honest answer.
4692
4693
 
4693
4694
  ## Status
4694
4695
 
4695
- `harness-core v0.8.24` · `harness-cli v0.8.17` — **this release: the instruments stopped lying in
4696
+ `harness-core v0.8.25` · `harness-cli v0.8.18` — **this release: the instruments stopped lying in
4696
4697
  four measured ways.** (1) A test run's exit code no longer conflates "a test failed" with "the runner
4697
4698
  choked": `classifyRunFailure` names `runner-infrastructure` with the closed reason
4698
4699
  `worker-rpc-timeout` when zero tests failed AND the runner's own worker-RPC pattern is present — an
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.8.17",
3
+ "version": "0.8.18",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 87 commands, 14 presets, 10 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -42,22 +42,22 @@
42
42
  "src"
43
43
  ],
44
44
  "dependencies": {
45
- "@dzhechkov/harness-core": "^0.8.24",
45
+ "@dzhechkov/harness-core": "^0.8.25",
46
46
  "@dzhechkov/harness-presets": "^0.5.18",
47
- "@dzhechkov/skills-devops": "^0.3.17",
48
47
  "@dzhechkov/scout": "^0.8.11",
48
+ "@dzhechkov/skills-devops": "^0.3.17",
49
49
  "@dzhechkov/skills-mcp": "^0.3.10",
50
50
  "@dzhechkov/skills-web3": "^0.2.9",
51
51
  "@dzhechkov/skills-qe": "^0.3.14",
52
52
  "@dzhechkov/skills-meta": "^0.9.55",
53
+ "@dzhechkov/skills-academic": "^0.3.7",
53
54
  "@dzhechkov/skills-ecc": "^0.1.12",
54
55
  "@dzhechkov/skills-news": "^0.1.16",
55
- "@dzhechkov/skills-academic": "^0.3.7",
56
56
  "@dzhechkov/skills-pm": "^0.1.5",
57
- "@dzhechkov/skills-idea2prd": "^0.1.15",
58
57
  "@dzhechkov/skills-taste": "^0.1.5",
59
- "@dzhechkov/skills-presentation-storyteller": "^0.1.14",
58
+ "@dzhechkov/skills-idea2prd": "^0.1.15",
60
59
  "@dzhechkov/skills-reverse-engineering": "^0.3.4",
60
+ "@dzhechkov/skills-presentation-storyteller": "^0.1.14",
61
61
  "@dzhechkov/skills-website-cloner": "^0.1.5"
62
62
  },
63
63
  "devDependencies": {
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "0a9553b413db2cf2e1ac11fa7809974dbba743e457bc2898850e32536f70a000"
28
+ "content": "7188b390d9105e8d440468cde453309ee5ac8e9b6505f3ebe609393224dd6926"
29
29
  }
30
30
  ]
31
31
  },
@@ -379,7 +379,7 @@
379
379
  },
380
380
  {
381
381
  "name": "dz:canonical-json-sha256-v2",
382
- "value": "1db45f8ab165516a8592bf9bb9dba68993f66e0f4a8b8e42b93c1cfa140a85f7"
382
+ "value": "9d2e42a35ece84729f572ffbf225665cf5ac9c815c88381dfbd79cd69b4661cd"
383
383
  }
384
384
  ]
385
385
  },