@the-open-engine/zeroshot 6.42.0 → 6.43.0

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/README.md CHANGED
@@ -39,7 +39,9 @@ Requires **Node ≥ 22** and one supported provider. Guided setup detects instal
39
39
 
40
40
  This repository also contains **Zeroshot Rust**, the independent native product and `zeroshot-rust`
41
41
  CLI. It has its own releases and self-hosted target image; see the
42
- [distribution contract](docs/zeroshot-rust-distribution.md) and
42
+ [Markdown CLI reference](docs/zeroshot-rust-cli.md),
43
+ [standalone HTML CLI reference](docs/zeroshot-rust-cli.html),
44
+ [distribution contract](docs/zeroshot-rust-distribution.md), and
43
45
  [target image guide](docker/zeroshot-rust-target/README.md). The remainder of this README describes
44
46
  the established Node product.
45
47
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@the-open-engine/zeroshot",
3
- "version": "6.42.0",
3
+ "version": "6.43.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@the-open-engine/zeroshot",
9
- "version": "6.42.0",
9
+ "version": "6.43.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-open-engine/zeroshot",
3
- "version": "6.42.0",
3
+ "version": "6.43.0",
4
4
  "description": "Independent executor–verifier orchestration for software changes.",
5
5
  "main": "src/orchestrator.js",
6
6
  "bin": {