@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.
Files changed (2) hide show
  1. package/SKILL.md +5 -6
  2. 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.3"
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 each directory is for:
72
+ Show the user the dry run output. Explain what it creates:
73
73
  - `~/.ldm/extensions/` ... where tools and plugins live
74
- - `~/.ldm/agents/` ... agent identity files (SOUL.md, journals, daily logs)
75
- - `~/.ldm/memory/` ... shared memory database
76
- - `~/.ldm/state/` ... watermarks, role config
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ldm-os",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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",