genesis-compiler 1.2.16 → 1.2.17
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
|
@@ -22,12 +22,13 @@ codebase, tests, Git review, or the coding agent.
|
|
|
22
22
|
agent's own installed skill catalog.
|
|
23
23
|
|
|
24
24
|
For an existing application's first Stack selection, inspect its real setup,
|
|
25
|
-
build, and
|
|
25
|
+
build, and output commands before relying on component defaults. A selected
|
|
26
26
|
component describes its current foundation; it does not silently port older
|
|
27
27
|
source. When the existing commands differ, keep the implementation unchanged
|
|
28
|
-
and declare exact project-owned
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
and declare exact project-owned consumer-operation overrides (for Vibe64,
|
|
29
|
+
`## Workspace setup` and `## Outputs`). Genesis composes those sections as
|
|
30
|
+
opaque text; the named consumer alone owns their meaning and execution. Do not
|
|
31
|
+
claim the inherited component recipe is usable until it matches the source.
|
|
31
32
|
|
|
32
33
|
Program is concise, fallible explanation. Its Sources and optional
|
|
33
34
|
Implementation maps aid navigation but never substitute for reading code,
|
|
@@ -42,11 +43,12 @@ Neither is authority or proof; both may be regenerated with `genesis index`.
|
|
|
42
43
|
- Work directly in the current Git tree and leave useful edits visible in the
|
|
43
44
|
ordinary diff.
|
|
44
45
|
- Do not edit the Blueprint, Program, or `.genesis/` during implementation; the
|
|
45
|
-
separate reconciliation turn owns explanatory updates. Keep
|
|
46
|
-
|
|
47
|
-
intentionally changes
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
separate reconciliation turn owns explanatory updates. Keep exact
|
|
47
|
+
consumer-owned operation declarations, such as Vibe64 `## Outputs`, aligned
|
|
48
|
+
when implementation intentionally changes the corresponding commands or
|
|
49
|
+
capabilities. Record only capability metadata and environment-variable names
|
|
50
|
+
there, never values or secrets; do not infer or execute the section as
|
|
51
|
+
Genesis behavior.
|
|
50
52
|
- Follow established project and technology seams instead of creating parallel
|
|
51
53
|
frameworks, persistence layers, transports, validators, or UI systems.
|
|
52
54
|
- Never invent unavailable external-resource values or pass literal
|