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.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
`## Guidance` is concise
|
|
134
|
-
|
|
135
|
-
|
|
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
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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