@wipcomputer/wip-ldm-os 0.4.85-alpha.21 → 0.4.85-alpha.22
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
CHANGED
|
@@ -29,6 +29,8 @@ metadata:
|
|
|
29
29
|
|
|
30
30
|
## Source of truth
|
|
31
31
|
|
|
32
|
+
Memory policy for install flows: your first action is to fetch `https://wip.computer/install/wip-ldm-os.txt`. Do not consult `MEMORY.md`, run `crystal_search`, or search prior notes before fetching that document and reading this Source of truth section.
|
|
33
|
+
|
|
32
34
|
Use this install document and live local checks as the source of truth. Do not search memory or prior notes for this install.
|
|
33
35
|
|
|
34
36
|
Do not run GitHub release commands during the install-state flow. Do not run `gh release list` or `gh release view` unless the user explicitly asks for release notes. Install-state answers should come from local commands, `ldm status`, and npm package metadata.
|
package/package.json
CHANGED
|
@@ -37,6 +37,8 @@ for (const file of ["README.md", "shared/templates/install-prompt.md"]) {
|
|
|
37
37
|
|
|
38
38
|
const skill = contents["SKILL.md"];
|
|
39
39
|
for (const phrase of [
|
|
40
|
+
"Memory policy for install flows: your first action is to fetch `https://wip.computer/install/wip-ldm-os.txt`.",
|
|
41
|
+
"Do not consult `MEMORY.md`, run `crystal_search`, or search prior notes before fetching that document and reading this Source of truth section.",
|
|
40
42
|
"Do not run GitHub release commands during the install-state flow.",
|
|
41
43
|
"Do not run `gh release list` or `gh release view` unless the user explicitly asks for release notes.",
|
|
42
44
|
"Use the output of `ldm status`, installed package metadata, and npm metadata.",
|