@decantr/cli 1.6.6 → 1.6.7

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": "@decantr/cli",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Decantr CLI — search the registry, validate essence files, and access design intelligence from the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Enforcement Tier: Guided**
4
4
 
5
- You are adding new pages or features to an existing Decantr project. Guided mode enforces rules 1-5 (DNA) + 6, 8 (Blueprint).
5
+ You are adding new pages or features to an existing Decantr project. Guided mode enforces rules 1-5 (DNA) + 6, 7 (Blueprint).
6
6
 
7
7
  ---
8
8
 
@@ -70,7 +70,7 @@ decantr_read_essence()
70
70
 
71
71
  For the page you're modifying, verify:
72
72
 
73
- - Page ID exists in `blueprint.pages[]`
73
+ - Page ID exists in `blueprint.sections[].pages[]`
74
74
  - Shell matches the page's `shell` property
75
75
  - Patterns match the page's `layout[]` in order
76
76
  - Theme matches `theme.style`
@@ -90,7 +90,7 @@ Before writing code:
90
90
  Before modifying:
91
91
 
92
92
  - [ ] Page exists in essence structure
93
- - [ ] I know the layout order for the target page (check `blueprint.pages[]` or `blueprint.sections[]`)
93
+ - [ ] I know the layout order for the target page (check `blueprint.sections[].pages[]`)
94
94
  - [ ] I will use theme: `{{THEME_STYLE}}`
95
95
  - [ ] I will follow density: `{{DENSITY}}`
96
96