@tekyzinc/gsd-t 2.66.10 → 2.66.11

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": "@tekyzinc/gsd-t",
3
- "version": "2.66.10",
3
+ "version": "2.66.11",
4
4
  "description": "GSD-T: Contract-Driven Development for Claude Code — 51 slash commands with headless CI/CD mode, graph-powered code analysis, real-time agent dashboard, execution intelligence, task telemetry, doc-ripple enforcement, backlog management, impact analysis, test sync, milestone archival, and PRD generation",
5
5
  "author": "Tekyz, Inc.",
6
6
  "license": "MIT",
@@ -196,4 +196,12 @@ Page-level verification runs AFTER all widgets pass their own verification. Page
196
196
 
197
197
  ## Composes Elements (direct, not via widgets)
198
198
 
199
- {List any element contracts referenced directly by the page (rare — usually everything goes through widgets). E.g., `button-primary` for a floating action button.}
199
+ Split into two lists:
200
+
201
+ **Existing element contracts used directly:**
202
+ - {e.g., `button-primary` — FAB}
203
+
204
+ **Inline stubs (promotion candidates):**
205
+ - {e.g., `page-topbar` — used by: dashboard-shell-page. Promote when ≥2 pages use it.}
206
+
207
+ The first list is atoms that already have their own contracts and are composed into this page without a wrapping widget. The second list is atoms that DON'T have contracts yet but should be extracted once ≥2 pages use them. Keep them distinct.