@dzhechkov/skills-bto 1.4.6 → 1.4.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 CHANGED
@@ -13,7 +13,7 @@
13
13
  },
14
14
  {
15
15
  "path": "README.md",
16
- "sha256": "a622d32ed16bdd3b0db021ad84c5eba87da18e63fe2dd96b10ab1e3f86e24a36"
16
+ "sha256": "53cfb254d1d4dafb3cb3b39530f2475bae0416fe3adbd9cd4415fabca9c948bb"
17
17
  },
18
18
  {
19
19
  "path": "bin/cli.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  {
23
23
  "path": "package.json",
24
- "sha256": "9839dd71824f9a3afd12cbdaf8980a58feaf50f3819b7907c2e53abe749e1380"
24
+ "sha256": "d9f05777de453205f821523e3d06ca1f54cb9d962216808bc9352981b6985098"
25
25
  },
26
26
  {
27
27
  "path": "src/cli.js",
@@ -153,5 +153,5 @@
153
153
  }
154
154
  ]
155
155
  },
156
- "signature": "ezdTFC/VW4NTmmXgbaYjicbX1xBdirfxqA/dzlwd93mWMkOkZjDnm40c36OlXtvaWc+2e6wvJNaY/OmR/mvFAQ=="
156
+ "signature": "3bDGd6+zGhaKf69BbVaqbszVXBJU0lMdv/r6FJqkQ+LydypDK66jgikuikkDX4qf5MczqlfK9X0lleaVsshoBA=="
157
157
  }
package/README.md CHANGED
@@ -238,7 +238,7 @@ sufficient: it passes on a tree whose fence is missing, so `dz list` is the disc
238
238
 
239
239
  ## Links
240
240
 
241
- - **GitHub:** [https://github.com/dzhechko/product-keysarium-2026](https://github.com/dzhechko/product-keysarium-2026)
242
- - **Issues:** [https://github.com/dzhechko/product-keysarium-2026/issues](https://github.com/dzhechko/product-keysarium-2026/issues)
241
+ - **GitHub:** [https://github.com/djd1m/dz-harness](https://github.com/djd1m/dz-harness)
242
+ - **Issues:** [https://github.com/djd1m/dz-harness/issues](https://github.com/djd1m/dz-harness/issues)
243
243
  - **npm:** [https://www.npmjs.com/package/@dzhechkov/skills-bto](https://www.npmjs.com/package/@dzhechkov/skills-bto)
244
244
  - **Keysarium:** [https://www.npmjs.com/package/@dzhechkov/keysarium](https://www.npmjs.com/package/@dzhechkov/keysarium)
package/bin/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@dzhechkov/skills-bto",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Build-Benchmark-Test-Optimize skill pack for Claude Code — deterministic benchmarking, quality gates, witness chain, judge attestation, and optimization",
5
5
  "main": "src/cli.js",
6
+ "scripts": {
7
+ "test": "node --test test/*.test.mjs"
8
+ },
6
9
  "bin": {
7
10
  "skills-bto": "./bin/cli.js"
8
11
  },
@@ -52,8 +55,5 @@
52
55
  },
53
56
  "publishConfig": {
54
57
  "access": "public"
55
- },
56
- "scripts": {
57
- "test": "node --test test/*.test.mjs"
58
58
  }
59
- }
59
+ }
package/sbom.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "hashes": [
36
36
  {
37
37
  "alg": "SHA-256",
38
- "content": "a622d32ed16bdd3b0db021ad84c5eba87da18e63fe2dd96b10ab1e3f86e24a36"
38
+ "content": "53cfb254d1d4dafb3cb3b39530f2475bae0416fe3adbd9cd4415fabca9c948bb"
39
39
  }
40
40
  ]
41
41
  },
@@ -59,7 +59,7 @@
59
59
  },
60
60
  {
61
61
  "name": "dz:canonical-json-sha256-v2",
62
- "value": "9839dd71824f9a3afd12cbdaf8980a58feaf50f3819b7907c2e53abe749e1380"
62
+ "value": "d9f05777de453205f821523e3d06ca1f54cb9d962216808bc9352981b6985098"
63
63
  }
64
64
  ]
65
65
  },