@deleted-ai/deleted 0.1.277 → 0.1.281
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 +5 -1
- package/bundled/linux-arm64.tar.gz +0 -0
- package/lib/platform.js +3 -2
- package/package.json +1 -1
- package/release-manifest.json +3 -3
package/README.md
CHANGED
|
@@ -11,13 +11,17 @@ On install (or first run), the package extracts the bundled linux-arm64 release
|
|
|
11
11
|
binary (or downloads from GitHub Releases when authenticated). No kernel source
|
|
12
12
|
ships in this package.
|
|
13
13
|
|
|
14
|
+
Author docs ship with the binary under `share/docs/` (for example
|
|
15
|
+
`build-a-box.md`, `harness-runtime.md`, `install-deleted.md`). `deleted init`
|
|
16
|
+
prints the local path — no private GitHub login required.
|
|
17
|
+
|
|
14
18
|
## Requirements
|
|
15
19
|
|
|
16
20
|
- Node.js `^22.19 || >=24`
|
|
17
21
|
- Linux arm64
|
|
18
22
|
|
|
19
23
|
Other platforms print a clear error and defer to the tarball install path
|
|
20
|
-
(
|
|
24
|
+
(`share/docs/install-deleted.md` in a linux-arm64 release).
|
|
21
25
|
|
|
22
26
|
## Monorepo / CI
|
|
23
27
|
|
|
Binary file
|
package/lib/platform.js
CHANGED
|
@@ -12,8 +12,9 @@ export function unsupportedPlatformMessage() {
|
|
|
12
12
|
return [
|
|
13
13
|
'@deleted-ai/deleted: Linux arm64 only (Deleted AI v0 support floor).',
|
|
14
14
|
`Your platform: ${platform} ${arch}.`,
|
|
15
|
-
'
|
|
16
|
-
'
|
|
15
|
+
'macOS, Windows, and linux-x64 are deferred — this package will not run here.',
|
|
16
|
+
'On a Linux arm64 host, install with npx @deleted-ai/deleted or the',
|
|
17
|
+
'linux-arm64 release tarball; author docs are then at share/docs/.',
|
|
17
18
|
].join('\n');
|
|
18
19
|
}
|
|
19
20
|
|
package/package.json
CHANGED
package/release-manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
3
|
-
"gitSha": "
|
|
4
|
-
"tarballSha256": "
|
|
2
|
+
"version": "0.1.281",
|
|
3
|
+
"gitSha": "fecb208",
|
|
4
|
+
"tarballSha256": "4825d4aa77e062aa292daeb58dac8b438940be70340f0fadeb2084c35220d1e7",
|
|
5
5
|
"repo": "cdlconsultants/deleted-ai",
|
|
6
6
|
"tarballPrefix": "deleted-linux-arm64",
|
|
7
7
|
"releaseTagPrefix": "npm-v"
|