@agimon-ai/doompi-runner-rmux-linux-arm64 0.0.1-alpha.21 → 0.0.1-alpha.22

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.
Files changed (2) hide show
  1. package/README.md +7 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # @agimon-ai/doompi-runner-rmux-linux-arm64
2
2
 
3
- **The `rmux` runtime for ARM64 Linux.**
3
+ Prebuilt RMUX runtime for ARM64 Linux (`linux-arm64`).
4
4
 
5
- This package contains the prebuilt `linux-arm64` binary used by
6
- [`@agimon-ai/doompi-runner`](https://www.npmjs.com/package/@agimon-ai/doompi-runner) to
7
- supervise background processes.
5
+ > **Alpha:** native artifact for the current DoomPi alpha release line.
8
6
 
9
- Do not install it directly. Runner declares every platform build as an optional dependency
10
- and npm chooses the one matching the current OS and CPU. On another platform, this package
11
- is supposed to be skipped.
7
+ [`@agimon-ai/doompi-runner`](https://www.npmjs.com/package/@agimon-ai/doompi-runner) declares this package as an optional dependency. npm selects the package that matches the host OS and CPU, so install Runner rather than installing this artifact directly.
12
8
 
13
- Part of [Doompi](https://www.npmjs.com/package/@agimon-ai/doompi).
9
+ The package contains the native executable used for process supervision. It exposes package metadata only and has no JavaScript API. Native Linux ABI compatibility still depends on the host libc and system environment; a matching CPU alone is not sufficient. Runner also expects `/bin/bash`.
10
+
11
+ Part of the composable [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
14
12
 
15
13
  ## License
16
14
 
17
- MIT
15
+ MIT OR Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-runner-rmux-linux-arm64",
3
- "version": "0.0.1-alpha.21",
3
+ "version": "0.0.1-alpha.22",
4
4
  "description": "Bundled RMUX runtime for doom-runner on Linux arm64",
5
5
  "keywords": [
6
6
  "ai",