@dzhechkov/harness-cli 0.8.19 → 0.8.20

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": "45af5a47278e24f2049789ac96bba2c18597e29e26f3a9df3ac95fc5b52719c2"
12
+ "sha256": "c0a20ecaf17559f5493f7b8ca5b23c946daa7f0e218a5e64bc2030bf609e8463"
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": "5f0c597e704b7b515d40f4a95b784b26d4fe2a5adf1f1309a350541506eb14d4"
152
+ "sha256": "061c6ef25e82139629e9653eec4d8ef2e3e5249220a4c4eedf0ca1f5229bbdd3"
153
153
  },
154
154
  {
155
155
  "path": "src/bin.ts",
@@ -185,5 +185,5 @@
185
185
  }
186
186
  ]
187
187
  },
188
- "signature": "1vbOCeL1oGfDCIQdlI/7HuS4wzM4sFzFyBzMNB4bd6qBYqL9o7Ai1OrNFupbWJ0Sr09N7pl+xMUmaxLD+7yxDA=="
188
+ "signature": "QSY8d8zh9pIN95GmytJ9L5yfhQgHeUgLjSCFfx8fxiVJL7DPD/gi/XrlDDEAz6cr1oMqObxvOgFJdL/O9kPGBw=="
189
189
  }
package/README.md CHANGED
@@ -3082,8 +3082,9 @@ dz mcp-scan . --reconcile --fail-on-undergrant # CI: exit 1 if a skill declare
3082
3082
 
3083
3083
  For a live publish, the CLI prints `published` only after npm answers with the exact new package
3084
3084
  version, followed by the receipt text `confirmed by registry after N probes`. A zero exit from
3085
- `pnpm publish` alone is not success. The publisher tries up to 30 registry probes with 10-second
3086
- pauses between misses; an unconfirmed version is an error and its local bump is restored.
3085
+ `pnpm publish` alone is not success. The publisher uses 90 probes × 10 s (15 min); measured registry
3086
+ visibility lag was 3 to >5 min on 2026-09-10. An unconfirmed version is an error and its local bump is
3087
+ restored.
3087
3088
  `--dry-run` and `--bump-only` do not probe for this receipt because neither performs a live publish.
3088
3089
  When the receipt never arrives, the CLI adds one line telling you what to check: `npm view <pkg>@<version>` —
3089
3090
  if the registry answers, the publish DID land and only the local bump was rolled back; re-apply it by hand.
@@ -4697,7 +4698,7 @@ refusal as the honest answer.
4697
4698
 
4698
4699
  ## Status
4699
4700
 
4700
- `harness-core v0.8.26` · `harness-cli v0.8.19` — **this release: the instruments stopped lying in
4701
+ `harness-core v0.8.27` · `harness-cli v0.8.20` — **this release: the instruments stopped lying in
4701
4702
  four measured ways.** (1) A test run's exit code no longer conflates "a test failed" with "the runner
4702
4703
  choked": `classifyRunFailure` names `runner-infrastructure` with the closed reason
4703
4704
  `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.19",
3
+ "version": "0.8.20",
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,23 +42,23 @@
42
42
  "src"
43
43
  ],
44
44
  "dependencies": {
45
- "@dzhechkov/harness-core": "^0.8.27",
45
+ "@dzhechkov/harness-core": "^0.8.28",
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-meta": "^0.9.55",
52
- "@dzhechkov/skills-academic": "^0.3.7",
52
+ "@dzhechkov/skills-ecc": "^0.1.12",
53
53
  "@dzhechkov/skills-qe": "^0.3.14",
54
54
  "@dzhechkov/skills-news": "^0.1.16",
55
- "@dzhechkov/skills-ecc": "^0.1.12",
55
+ "@dzhechkov/skills-academic": "^0.3.7",
56
56
  "@dzhechkov/skills-pm": "^0.1.5",
57
57
  "@dzhechkov/skills-taste": "^0.1.5",
58
- "@dzhechkov/skills-idea2prd": "^0.1.15",
59
58
  "@dzhechkov/skills-reverse-engineering": "^0.3.4",
60
59
  "@dzhechkov/skills-website-cloner": "^0.1.5",
61
- "@dzhechkov/skills-presentation-storyteller": "^0.1.14"
60
+ "@dzhechkov/skills-presentation-storyteller": "^0.1.14",
61
+ "@dzhechkov/skills-idea2prd": "^0.1.15"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^25.6.0",
package/sbom.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "hashes": [
26
26
  {
27
27
  "alg": "SHA-256",
28
- "content": "45af5a47278e24f2049789ac96bba2c18597e29e26f3a9df3ac95fc5b52719c2"
28
+ "content": "c0a20ecaf17559f5493f7b8ca5b23c946daa7f0e218a5e64bc2030bf609e8463"
29
29
  }
30
30
  ]
31
31
  },
@@ -379,7 +379,7 @@
379
379
  },
380
380
  {
381
381
  "name": "dz:canonical-json-sha256-v2",
382
- "value": "5f0c597e704b7b515d40f4a95b784b26d4fe2a5adf1f1309a350541506eb14d4"
382
+ "value": "061c6ef25e82139629e9653eec4d8ef2e3e5249220a4c4eedf0ca1f5229bbdd3"
383
383
  }
384
384
  ]
385
385
  },