genesis-compiler 1.2.23 → 1.2.24

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/README.md CHANGED
@@ -127,12 +127,12 @@ complete directory into `.agents/skills/`, including its `references/`,
127
127
  `scripts/`, `assets/`, and agent metadata. Every relative Markdown link and image
128
128
  must resolve within that same Skill directory after relocation; a missing
129
129
  target or path that escapes the Skill root makes the Skill invalid. The agent
130
- loads valid resources only when the Skill requires them. For example, the
131
- `genesis-stack` catalog's JSKIT piece installs the JSKIT package's own `jskit`
132
- skill. A piece's optional
133
- `## Guidance` is concise
134
- supplemental project-work guidance; it does not create or replace a generic
135
- technology skill.
130
+ loads valid resources only when the Skill requires them. A technology does not
131
+ need a Skill to be selectable: the curated JSKIT piece, like ordinary framework
132
+ pieces, links its authoritative framework documentation through Stack prose and
133
+ declares no Skill. A piece's optional `## Guidance` is concise supplemental
134
+ project-work guidance; it does not create or replace a generic technology
135
+ skill.
136
136
 
137
137
  `.agents/skills/.genesis-managed.json` records only copies Genesis owns.
138
138
  Genesis never overwrites an unmanaged skill and preserves locally modified
@@ -46,10 +46,11 @@ Genesis keeps each instruction at one useful level:
46
46
  selected profile in every implementation and cleanup path.
47
47
  - The generated JSON block contains current structural facts and warnings.
48
48
 
49
- Detailed technology manuals belong in the technology skill's `references/`
50
- directory. Concise rules Genesis needs beyond that skill belong in Stack
51
- `Guidance`; they are composed into relevant prompts without creating a
52
- colliding generic skill.
49
+ Detailed technology manuals belong to the technology's authoritative
50
+ documentation, which Stack prose may link directly. A technology may also
51
+ offer a separately installable Skill with its own `references/` directory.
52
+ Concise rules needed in project prompts belong in Stack `Guidance`; they are
53
+ composed without creating a colliding generic skill.
53
54
 
54
55
  ## Existing projects
55
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesis-compiler",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
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.23",
3
+ "version": "1.2.24",
4
4
  "description": "Makes Codex aware of optional Genesis adoption for existing projects.",
5
5
  "author": {
6
6
  "name": "Mobily Enterprises"