@tekyzinc/gsd-t 2.69.10 → 2.69.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to GSD-T are documented here. Updated with each release.
4
4
 
5
+ ## [2.69.11] - 2026-04-05
6
+
7
+ ### Changed (gsd-t-design-audit)
8
+ - **Auto-fix prompt** — after audit completes, if CRITICAL/HIGH deviations found, automatically prompts `/user:gsd-t-quick` with the audit report as source of truth. Re-runs audit after fixes to verify. Up to 2 fix cycles before stopping.
9
+
5
10
  ## [2.69.10] - 2026-04-05
6
11
 
7
12
  ### Added
@@ -182,9 +182,48 @@ Save the full report to `.gsd-t/design-audit-{page-name}-{YYYY-MM-DD}.md`
182
182
 
183
183
  Display the summary to the user inline.
184
184
 
185
+ ## Step 6: Fix Prompt (auto-triggered if deviations found)
186
+
187
+ If ANY CRITICAL or HIGH deviations were found, automatically prompt the fix workflow:
188
+
189
+ ```
190
+ ───────────────────────────────────────────────────────────────
191
+
192
+ ## ▶ Fix Deviations
193
+
194
+ **{N} CRITICAL + {N} HIGH deviations found.** Fix them now?
195
+
196
+ The audit report at `.gsd-t/design-audit-{page-name}-{YYYY-MM-DD}.md`
197
+ has the exact Figma values for each deviation.
198
+
199
+ `/user:gsd-t-quick fix all CRITICAL and HIGH deviations from .gsd-t/design-audit-{page-name}-{YYYY-MM-DD}.md — use the Figma values in the report as the source of truth`
200
+
201
+ ───────────────────────────────────────────────────────────────
202
+ ```
203
+
204
+ If ONLY MEDIUM or LOW deviations remain, show:
205
+
206
+ ```
207
+ ───────────────────────────────────────────────────────────────
208
+
209
+ ## ▶ Polish (optional)
210
+
211
+ **{N} MEDIUM + {N} LOW deviations.** These are minor — fix if you want pixel-perfect.
212
+
213
+ `/user:gsd-t-quick fix MEDIUM and LOW deviations from .gsd-t/design-audit-{page-name}-{YYYY-MM-DD}.md`
214
+
215
+ ───────────────────────────────────────────────────────────────
216
+ ```
217
+
218
+ If ZERO deviations → display "✅ Pixel-perfect. No fixes needed."
219
+
220
+ After fixes are applied, **re-run the audit automatically** to verify. Loop until:
221
+ - All CRITICAL and HIGH are resolved, OR
222
+ - 2 fix cycles have been attempted (then stop and present remaining deviations to user)
223
+
185
224
  ## Rules
186
225
 
187
- - **You write ZERO code.** Report only. Fixes are a separate step.
226
+ - **You write ZERO code during the audit phase (Steps 1-5).** Report only. Code changes happen in Step 6 via `/user:gsd-t-quick`.
188
227
  - **You do NOT "look close" at anything.** Every property gets an exact value from Figma and an exact value from the build. They match or they don't.
189
228
  - **You do NOT skip widgets.** Every widget in the Figma AND every widget in the build gets audited.
190
229
  - **You call `get_design_context` per widget node.** Do not classify from a page-level screenshot.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekyzinc/gsd-t",
3
- "version": "2.69.10",
3
+ "version": "2.69.11",
4
4
  "description": "GSD-T: Contract-Driven Development for Claude Code — 54 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",