@wipcomputer/wip-ldm-os 0.2.10 → 0.2.11
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/LICENSE.md +52 -0
- package/README.md +18 -16
- package/SKILL.md +11 -1
- package/lib/detect.mjs +7 -0
- package/package.json +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
Dual License: MIT + AGPLv3
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 WIP Computer, Inc.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
1. MIT License (local and personal use)
|
|
7
|
+
---------------------------------------
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
+
in the Software without restriction, including without limitation the rights
|
|
12
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
+
furnished to do so, subject to the following conditions:
|
|
15
|
+
|
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17
|
+
copies or substantial portions of the Software.
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
SOFTWARE.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
2. GNU Affero General Public License v3.0 (commercial and cloud use)
|
|
29
|
+
--------------------------------------------------------------------
|
|
30
|
+
|
|
31
|
+
If you run this software as part of a hosted service, cloud platform,
|
|
32
|
+
marketplace listing, or any network-accessible offering for commercial
|
|
33
|
+
purposes, the AGPLv3 terms apply. You must either:
|
|
34
|
+
|
|
35
|
+
a) Release your complete source code under AGPLv3, or
|
|
36
|
+
b) Obtain a commercial license.
|
|
37
|
+
|
|
38
|
+
This program is free software: you can redistribute it and/or modify
|
|
39
|
+
it under the terms of the GNU Affero General Public License as published
|
|
40
|
+
by the Free Software Foundation, either version 3 of the License, or
|
|
41
|
+
(at your option) any later version.
|
|
42
|
+
|
|
43
|
+
This program is distributed in the hope that it will be useful,
|
|
44
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
45
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
46
|
+
GNU Affero General Public License for more details.
|
|
47
|
+
|
|
48
|
+
You should have received a copy of the GNU Affero General Public License
|
|
49
|
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
AGPLv3 for personal use is free. Commercial licenses available.
|
package/README.md
CHANGED
|
@@ -20,23 +20,25 @@ LDM OS is a shared infrastructure that enables:
|
|
|
20
20
|
Open your AI and paste this:
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
Read
|
|
23
|
+
Read wip.computer/install/ldm-os.txt
|
|
24
24
|
|
|
25
|
-
Then explain
|
|
26
|
-
1. What
|
|
27
|
-
2. What
|
|
28
|
-
3. What
|
|
29
|
-
4. What
|
|
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?
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
- Do you have more questions?
|
|
33
|
-
- Do you want to install it?
|
|
31
|
+
Check if LDM OS is already installed.
|
|
34
32
|
|
|
35
|
-
If
|
|
33
|
+
If it is, show me what I have and what's new.
|
|
34
|
+
|
|
35
|
+
Then ask:
|
|
36
|
+
- Do you have questions?
|
|
37
|
+
- Want to see a dry run?
|
|
36
38
|
|
|
37
|
-
|
|
39
|
+
If I say yes, run: ldm install --dry-run
|
|
38
40
|
|
|
39
|
-
|
|
41
|
+
Show me exactly what will change. Don't install anything until I say "install".
|
|
40
42
|
```
|
|
41
43
|
|
|
42
44
|
That's it. Your AI reads the spec, explains what it does, and walks you through a dry run before touching anything.
|
|
@@ -65,7 +67,7 @@ Ships with LDM OS.
|
|
|
65
67
|
|
|
66
68
|
**LUME**
|
|
67
69
|
- Language for Unified Memory and Emergence. A memory language for AI agents to document their own learning and maintain continuity across sessions. Not a programming language. A way for your AI to write memories to itself, retrieve past learnings, track unfinished thoughts, and pass context between sessions.
|
|
68
|
-
- [Read more about LUME](https://
|
|
70
|
+
- [Read more about LUME](https://wip.computer/lume/)
|
|
69
71
|
|
|
70
72
|
## Optional Skills
|
|
71
73
|
|
|
@@ -124,7 +126,7 @@ AGPLv3 for personal use is free. Commercial licenses available.
|
|
|
124
126
|
|
|
125
127
|
**Need a commercial license:**
|
|
126
128
|
- Bundle into a product you sell
|
|
127
|
-
- List on a marketplace (VS Code,
|
|
129
|
+
- List on a marketplace (Claude Marketplace, OAI GPT/Apps, Clawhub.ai, VS Code, etc.)
|
|
128
130
|
- Offer as part of a hosted/SaaS platform
|
|
129
131
|
- Redistribute commercially
|
|
130
132
|
|
|
@@ -132,8 +134,8 @@ Using these tools to build your own software is fine. Reselling the tools themse
|
|
|
132
134
|
|
|
133
135
|
By submitting a PR, you agree to the [Contributor License Agreement](CLA.md).
|
|
134
136
|
|
|
135
|
-
Built by Parker Todd Brooks, Lēsa (OpenClaw, Claude Opus 4.6), Claude Code (Claude Opus 4.6).
|
|
136
|
-
|
|
137
137
|
---
|
|
138
138
|
|
|
139
|
+
Built by Parker Todd Brooks, Lēsa (OpenClaw, Claude Opus 4.6), Claude Code (Claude Opus 4.6), GPT 5.x, Grok 4.20).
|
|
140
|
+
|
|
139
141
|
*WIP.computer. Learning Dreaming Machines.*
|
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.10"
|
|
8
|
+
version: "0.2.11".2.10"
|
|
9
9
|
homepage: "https://github.com/wipcomputer/wip-ldm-os"
|
|
10
10
|
author: "Parker Todd Brooks"
|
|
11
11
|
category: infrastructure
|
|
@@ -174,3 +174,13 @@ LDM OS is the runtime. Skills plug into it:
|
|
|
174
174
|
- **Bridge** ... `wipcomputer/wip-bridge`
|
|
175
175
|
|
|
176
176
|
Run `ldm install` anytime to add more skills.
|
|
177
|
+
|
|
178
|
+
## Claude Code Marketplace
|
|
179
|
+
|
|
180
|
+
If you're running Claude Code, you can browse and install all LDM OS plugins available from WIP Computer:
|
|
181
|
+
|
|
182
|
+
```
|
|
183
|
+
/plugin marketplace add wipcomputer/claude-plugins
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
This adds LDM OS skills to Claude Code's Discover tab alongside Anthropic's official plugins. Install any skill with `/plugin install`.
|
package/lib/detect.mjs
CHANGED
|
@@ -65,6 +65,12 @@ export function detectInterfaces(repoPath) {
|
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
// 7. Claude Code Plugin: .claude-plugin/plugin.json
|
|
69
|
+
const ccPluginManifest = join(repoPath, '.claude-plugin', 'plugin.json');
|
|
70
|
+
if (existsSync(ccPluginManifest)) {
|
|
71
|
+
interfaces.claudeCodePlugin = { manifest: readJSON(ccPluginManifest), path: ccPluginManifest };
|
|
72
|
+
}
|
|
73
|
+
|
|
68
74
|
return { interfaces, pkg };
|
|
69
75
|
}
|
|
70
76
|
|
|
@@ -88,6 +94,7 @@ export function describeInterfaces(interfaces) {
|
|
|
88
94
|
if (interfaces.openclaw) lines.push(`OpenClaw Plugin: ${interfaces.openclaw.config?.name || 'detected'}`);
|
|
89
95
|
if (interfaces.skill) lines.push(`Skill: SKILL.md`);
|
|
90
96
|
if (interfaces.claudeCodeHook) lines.push(`Claude Code Hook: ${interfaces.claudeCodeHook.event || 'PreToolUse'}`);
|
|
97
|
+
if (interfaces.claudeCodePlugin) lines.push(`Claude Code Plugin: ${interfaces.claudeCodePlugin.manifest?.name || 'detected'}`);
|
|
91
98
|
|
|
92
99
|
return `${names.length} interface(s): ${names.join(', ')}\n${lines.map(l => ` ${l}`).join('\n')}`;
|
|
93
100
|
}
|