genesis-compiler 1.3.1 → 1.3.2
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/package.json
CHANGED
|
@@ -26,6 +26,12 @@ Genesis operation or `genesis --version` as an availability probe.
|
|
|
26
26
|
unavailable. Never install or update Genesis merely to satisfy a workflow
|
|
27
27
|
instruction.
|
|
28
28
|
|
|
29
|
+
Successful invocation resolution is routine. Do not narrate whether Genesis is
|
|
30
|
+
project-pinned or on `PATH`, and never describe direct `PATH` use as a fallback.
|
|
31
|
+
Mention how the invocation was selected only when resolution fails or the user
|
|
32
|
+
explicitly asks. This does not suppress an otherwise-required work update about
|
|
33
|
+
using Genesis; keep that update about the project work, not executable selection.
|
|
34
|
+
|
|
29
35
|
## Load the effective project instructions once
|
|
30
36
|
|
|
31
37
|
A Deslop request may arrive either as a complete Genesis-generated prompt or
|
|
@@ -43,6 +43,12 @@ Genesis operation or `genesis --version` as an availability probe.
|
|
|
43
43
|
unavailable. Never install or update Genesis merely to satisfy a workflow
|
|
44
44
|
instruction.
|
|
45
45
|
|
|
46
|
+
Successful invocation resolution is routine. Do not narrate whether Genesis is
|
|
47
|
+
project-pinned or on `PATH`, and never describe direct `PATH` use as a fallback.
|
|
48
|
+
Mention how the invocation was selected only when resolution fails or the user
|
|
49
|
+
explicitly asks. This does not suppress an otherwise-required work update about
|
|
50
|
+
using Genesis; keep that update about the project work, not executable selection.
|
|
51
|
+
|
|
46
52
|
## Resolve explicit technology choices
|
|
47
53
|
|
|
48
54
|
Before external technology research or implementation, when the user explicitly
|