@wipcomputer/wip-ldm-os 0.2.3 → 0.2.4
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/SKILL.md +5 -6
- package/package.json +1 -1
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.2.
|
|
8
|
+
version: "0.2.4"
|
|
9
9
|
homepage: "https://github.com/wipcomputer/wip-ldm-os"
|
|
10
10
|
author: "Parker Todd Brooks"
|
|
11
11
|
category: infrastructure
|
|
@@ -69,12 +69,11 @@ npm install -g @wipcomputer/wip-ldm-os
|
|
|
69
69
|
ldm init --dry-run
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
Show the user the dry run output. Explain what
|
|
72
|
+
Show the user the dry run output. Explain what it creates:
|
|
73
73
|
- `~/.ldm/extensions/` ... where tools and plugins live
|
|
74
|
-
- `~/.ldm/agents/` ...
|
|
75
|
-
- `~/.ldm/memory/` ... shared memory
|
|
76
|
-
- `~/.ldm/state/` ...
|
|
77
|
-
- `~/.ldm/secrets/` ... encryption keys
|
|
74
|
+
- `~/.ldm/agents/` ... each AI gets its own identity, personality, and memory here
|
|
75
|
+
- `~/.ldm/memory/` ... shared memory across all your AIs
|
|
76
|
+
- `~/.ldm/state/` ... configuration and sync state
|
|
78
77
|
|
|
79
78
|
When the user approves:
|
|
80
79
|
```bash
|