@wipcomputer/wip-ldm-os 0.4.85-alpha.5 → 0.4.85-alpha.6
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.
|
@@ -152,6 +152,8 @@ A markdown file that teaches agents when and how to use the tool. The instructio
|
|
|
152
152
|
|
|
153
153
|
**Install:** the skill folder is deployed to every supported local agent skill surface, including OpenClaw, Codex, Claude Code, and WIP agent compatibility paths when present. If `references/` exists, it is deployed alongside SKILL.md and to `settings/docs/skills/<name>/` in the workspace.
|
|
154
154
|
|
|
155
|
+
**Npm package shape:** a public skill package can expose `SKILL.md` at package root. For example, `@wipcomputer/wip-ai-chat-ui` is sourced from a private repo folder at `design/skills/wip-ai-chat-ui/`, but publishes a tarball with `SKILL.md`, `agents/`, and `references/` at package root so `ldm install @wipcomputer/wip-ai-chat-ui` installs the skill directly.
|
|
156
|
+
|
|
155
157
|
**Structure:**
|
|
156
158
|
```
|
|
157
159
|
repo/
|