@almadar/skills 1.4.0 → 1.4.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/dist/index.js +17 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2147,6 +2147,23 @@ function getIconLibraryCompact() {
|
|
|
2147
2147
|
function getFixingWorkflowSection() {
|
|
2148
2148
|
return `## Fixing Workflow
|
|
2149
2149
|
|
|
2150
|
+
### Step 0: Read the Existing Schema
|
|
2151
|
+
|
|
2152
|
+
**BEFORE anything else, read schema.orb:**
|
|
2153
|
+
|
|
2154
|
+
\`\`\`
|
|
2155
|
+
Read("schema.orb")
|
|
2156
|
+
\`\`\`
|
|
2157
|
+
|
|
2158
|
+
You are FIXING an existing schema, NOT creating a new one.
|
|
2159
|
+
|
|
2160
|
+
**Rules:**
|
|
2161
|
+
- The schema already exists at \`schema.orb\` \u2014 READ it first
|
|
2162
|
+
- Understand the current entities, traits, and pages before making changes
|
|
2163
|
+
- NEVER generate new orbitals or entities \u2014 only fix validation errors in what exists
|
|
2164
|
+
- NEVER overwrite schema.orb with a new schema \u2014 only apply targeted edits
|
|
2165
|
+
- If schema.orb does not exist, STOP and report the issue (do not create a new schema)
|
|
2166
|
+
|
|
2150
2167
|
### Understanding Validation Errors
|
|
2151
2168
|
|
|
2152
2169
|
Validation output format:
|