@wipcomputer/wip-ldm-os 0.4.25 → 0.4.26

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 (3) hide show
  1. package/README.md +1 -1
  2. package/SKILL.md +15 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ LDM OS is a shared infrastructure that enables:
20
20
  Open your AI and paste this:
21
21
 
22
22
  ```
23
- Read wip.computer/install/wip-ldm-os.txt
23
+ Read https://wip.computer/install/wip-ldm-os.txt
24
24
 
25
25
  Then explain:
26
26
  1. What is LDM OS?
package/SKILL.md CHANGED
@@ -5,7 +5,7 @@ license: MIT
5
5
  interface: [cli, skill]
6
6
  metadata:
7
7
  display-name: "LDM OS"
8
- version: "0.4.25"
8
+ version: "0.4.26"
9
9
  homepage: "https://github.com/wipcomputer/wip-ldm-os"
10
10
  author: "Parker Todd Brooks"
11
11
  category: infrastructure
@@ -32,6 +32,20 @@ compatibility: Requires git, npm, node. Node.js 18+.
32
32
 
33
33
  # LDM OS
34
34
 
35
+ ## CRITICAL: Bootstrap (read this first)
36
+
37
+ If `ldm` is not installed, run this BEFORE anything else:
38
+
39
+ ```bash
40
+ npm install -g @wipcomputer/wip-ldm-os
41
+ ```
42
+
43
+ Then check: `ldm --version`. If that works, proceed with `ldm install --dry-run`.
44
+
45
+ If npm/node is not installed, the user needs Node.js 18+ from https://nodejs.org first.
46
+
47
+ ---
48
+
35
49
  You use Claude Code, GPT, OpenClaw, others. They don't share memory. They don't know each other. They don't know how to work together.
36
50
 
37
51
  LDM OS is the shared infrastructure layer. Install it once and every AI you use gets:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ldm-os",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "type": "module",
5
5
  "description": "LDM OS: identity, memory, and sovereignty infrastructure for AI agents",
6
6
  "main": "src/boot/boot-hook.mjs",