@undes.ai/core-darwin-arm64 0.0.4 → 0.0.5

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
@@ -3,10 +3,13 @@
3
3
  **Proprietary Undes Rust verification core binary for `darwin-arm64`.**
4
4
 
5
5
  This package ships a single platform-specific `.node` artefact
6
- built from the private `native/undes-napi/` cdylib. It is
7
- consumed by the public `@undes.ai/cli` npm package through
8
- `optionalDependencies`; outside of
9
- that consumption path the package has no public API surface.
6
+ built from the private `native/undes-napi/` cdylib.
7
+
8
+ Do not install this package directly. It is a native runtime dependency for
9
+ `@undes.ai/cli` and `@undes.ai/cli-pro`, installed by npm through
10
+ `optionalDependencies` for the matching operating system and CPU. It is not a
11
+ standalone CLI, does not provide a supported public JavaScript API, and is not
12
+ useful without an Undes CLI package.
10
13
 
11
14
  Build provenance: the binary is produced by the Undes CI matrix
12
15
  running `napi build --target <triple> --release` on a matching
@@ -16,6 +19,11 @@ real binary are never published or tested — see the design doc
16
19
  `ai/design/features/CANDIDATE_A_EVIDENCE_ANCHOR_RUST.md` A3.2b
17
20
  row for the contract.
18
21
 
22
+ Install the CLI packages instead:
23
+
24
+ - Community: <https://www.npmjs.com/package/@undes.ai/cli>
25
+ - Pro: <https://www.npmjs.com/package/@undes.ai/cli-pro>
26
+
19
27
  For details on the broader Undes project: <https://github.com/HominoITea/undes>.
20
28
 
21
29
  ## License
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@undes.ai/core-darwin-arm64",
3
- "version": "0.0.4",
4
- "description": "Undes Rust verification core — macOS arm64 (Apple Silicon) prebuilt binary. Proprietary; consumed by @undes.ai/cli through optionalDependencies. Built from private source in the Undes CI matrix; this package is not directly usable as an API surface.",
3
+ "version": "0.0.5",
4
+ "description": "Native runtime dependency for @undes.ai/cli and @undes.ai/cli-pro on macOS arm64. Not a standalone CLI or supported public API.",
5
5
  "main": "undes-napi.darwin-arm64.node",
6
6
  "files": [
7
7
  "undes-napi.darwin-arm64.node",
Binary file