@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 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
- ([`docs/install-deleted.md`](../../docs/install-deleted.md)).
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
- 'Deferred platforms (macOS, Windows, linux-x64): use the tarball from',
16
- 'https://github.com/cdlconsultants/deleted-ai/blob/main/docs/install-deleted.md',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deleted-ai/deleted",
3
- "version": "0.1.277",
3
+ "version": "0.1.281",
4
4
  "description": "Deleted AI CLI wrapper — downloads the linux-arm64 native binary on install",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.1.277",
3
- "gitSha": "94f0aa6",
4
- "tarballSha256": "8f21d60a29f5d90c10ee365a549d36d3a10da713132cc6b03943421f8b4dadbb",
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"