@dzhechkov/harness-cli 0.3.240 → 0.3.241

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": "1356d1ebf22352d0ab57ebe17fb91bb8c4df17da8b6968863a92b92402921bb7"
12
+ "sha256": "5b07e06ab04301ad1edfa9207b705266b57f3288f474f19ef7f22747237b6e67"
13
13
  },
14
14
  {
15
15
  "path": "coverage/coverage-final.json",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  {
75
75
  "path": "package.json",
76
- "sha256": "b729864fd3fb9fc4cf2fcab96c6aa36f13ed181f3aa2bb37c6b3ca0c893afd76"
76
+ "sha256": "dc78329bbed8510db61dc597124a455a1ce367f4ce1f0258a171ee6207ebb1e6"
77
77
  },
78
78
  {
79
79
  "path": "src/bin.ts",
@@ -101,5 +101,5 @@
101
101
  }
102
102
  ]
103
103
  },
104
- "signature": "qMYFndIEe8HqlomfBmJrqsujcr/krjDvnlUuzoSIuw5v6muHu/4VQxha9DnqUpyfyz1MNAHgfo6N841osW0UCg=="
104
+ "signature": "cgLA1on1Innvb62VlQWouPeWuDW5Lo1E0W8Yq6p0N1rZ36HGvOxoLsYAYfFjYSikQ2QhM3NxE1CESshVuPh6Bw=="
105
105
  }
package/README.md CHANGED
@@ -471,10 +471,20 @@ dz skills-verify: FAIL — nothing can register: 24 layout problem(s) and no reg
471
471
  [buried-skill-md] health-advisor/skills/clinical-decision-support/SKILL.md is 2+ levels deep …
472
472
  ```
473
473
 
474
- A `.claude-plugin/plugin.json` under `.claude/skills/` is reported as an **advisory**, not a failure:
475
- that layout may load under workspace trust, so the verdict asks the session whether the plugin actually
476
- loaded (`init.plugins`) instead of judging the layout. A container with skills inside and no matching
477
- loaded plugin fails, and says exactly that.
474
+ **What it promises about plugins and what it deliberately does not.** A `.claude-plugin/plugin.json`
475
+ under `.claude/skills/` makes that directory a plugin *container*. The gate attributes it by the
476
+ session's `init.plugins[].path` (never by the directory name), and:
477
+
478
+ - container declares a plugin that **did not load** → **FAIL**, naming it;
479
+ - container's plugin **loaded** → **PASS**, plus an advisory stating that its *individual* skills were
480
+ **not** verified.
481
+
482
+ That last line is a deliberate limit, not an oversight. Verifying each plugin skill means reproducing
483
+ Claude Code's command-name resolution — a skill's frontmatter `name` replaces the final command segment,
484
+ and a manifest's `skills` field may be a string, a list, or a directory of children. Six cross-model
485
+ review rounds showed every attempt to model that contract introduced a NEW wrong verdict. A narrow
486
+ promise kept exactly is worth more than a broad one kept unreliably, so the gap is printed rather than
487
+ guessed.
478
488
 
479
489
  **Exit codes: `0` pass · `1` fail · `2` inconclusive.** The third is the point — a missing `claude`
480
490
  binary, a login prompt, a timeout, or a session that read a *different* project all yield
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.240",
3
+ "version": "0.3.241",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "@dzhechkov/skills-reverse-engineering": "^0.1.0",
58
58
  "@dzhechkov/skills-presentation-storyteller": "^0.1.0",
59
59
  "@dzhechkov/skills-website-cloner": "^0.1.0",
60
- "@dzhechkov/harness-core": "0.3.131"
60
+ "@dzhechkov/harness-core": "0.3.132"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@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": "1356d1ebf22352d0ab57ebe17fb91bb8c4df17da8b6968863a92b92402921bb7"
28
+ "content": "5b07e06ab04301ad1edfa9207b705266b57f3288f474f19ef7f22747237b6e67"
29
29
  }
30
30
  ]
31
31
  },
@@ -185,7 +185,7 @@
185
185
  "hashes": [
186
186
  {
187
187
  "alg": "SHA-256",
188
- "content": "b729864fd3fb9fc4cf2fcab96c6aa36f13ed181f3aa2bb37c6b3ca0c893afd76"
188
+ "content": "dc78329bbed8510db61dc597124a455a1ce367f4ce1f0258a171ee6207ebb1e6"
189
189
  }
190
190
  ]
191
191
  },