@wipcomputer/wip-ldm-os 0.4.27 → 0.4.28

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 +19 -3
  2. package/SKILL.md +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -20,11 +20,27 @@ LDM OS is a shared infrastructure that enables:
20
20
  Open your AI and paste this:
21
21
 
22
22
  ```
23
- Read https://wip.computer/install/wip-ldm-os.txt and follow the instructions.
23
+ Read https://wip.computer/install/wip-ldm-os.txt
24
24
 
25
- Explain what LDM OS is and what it does. Check if it's already installed.
25
+ Then explain:
26
+ 1. What is LDM OS?
27
+ 2. What does it install on my system?
28
+ 3. What changes for us? (this AI)
29
+ 4. What changes across all my AIs?
26
30
 
27
- If not installed, walk me through setup. Don't install anything until I say "install".
31
+ Check if LDM OS is already installed.
32
+
33
+ If it is, show me what I have and what's new.
34
+
35
+ If not, walk me through setup.
36
+
37
+ Then ask:
38
+ - Do you have questions?
39
+ - Want to see a dry run?
40
+
41
+ If I say yes: I can run ldm install --dry-run if LDM OS is already installed. If not, I'll need to install the CLI first (npm install -g @wipcomputer/wip-ldm-os) to run the dry run.
42
+
43
+ Show me exactly what will change. Don't install anything until I say "install".
28
44
  ```
29
45
 
30
46
  That's it. Your AI reads the spec, explains what it does, and walks you through a dry run before touching anything.
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.27"
8
+ version: "0.4.28"
9
9
  homepage: "https://github.com/wipcomputer/wip-ldm-os"
10
10
  author: "Parker Todd Brooks"
11
11
  category: infrastructure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ldm-os",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
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",