@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.
- package/README.md +19 -3
- package/SKILL.md +1 -1
- 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
|
|
23
|
+
Read https://wip.computer/install/wip-ldm-os.txt
|
|
24
24
|
|
|
25
|
-
|
|
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
|
-
|
|
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