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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesis-compiler",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "type": "module",
5
5
  "description": "An agent-independent prompt, multi-language code-index, cleanup, and verification companion with optional Codex hooks.",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesis",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Makes Codex aware of optional Genesis adoption for existing projects.",
5
5
  "author": {
6
6
  "name": "Mobily Enterprises"
@@ -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 launch commands before relying on component defaults. A selected
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 `## Workspace setup` and `## Launch` overrides.
29
- Do not claim the inherited component recipe is usable until it matches the
30
- source.
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 an exact Stack
46
- `## Launch` declaration aligned when the implementation establishes or
47
- intentionally changes how the project is started or how a preview host may request
48
- an application preview identity. Record only capability metadata and
49
- environment variable names there, never environment values or secrets.
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