@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.
- package/README.md +1 -1
- package/SKILL.md +15 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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:
|