@tekyzinc/gsd-t 2.56.14 → 2.56.15
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.
|
@@ -295,9 +295,15 @@ Execute the task above:
|
|
|
295
295
|
Data visualizations expand into multiple rows: chart type, orientation, axis labels, legend
|
|
296
296
|
position, bar/segment colors, data labels, grid lines, center text, tooltip style.
|
|
297
297
|
If a full-page inventory has fewer than 30 elements, you missed items — go back.
|
|
298
|
-
c. **
|
|
299
|
-
|
|
300
|
-
|
|
298
|
+
c. **Open side-by-side browser sessions for direct visual comparison**:
|
|
299
|
+
Start the dev server if not running. Open TWO views simultaneously:
|
|
300
|
+
- **View 1 — Built frontend**: Use Claude Preview, Chrome MCP, or Playwright to open the
|
|
301
|
+
implemented page at the correct URL. Navigate to the exact route/component being verified.
|
|
302
|
+
- **View 2 — Original design**: If Figma URL → open the Figma page in another browser tab.
|
|
303
|
+
If design image file → open the image in a browser tab (`file://` path or HTML wrapper).
|
|
304
|
+
If Figma MCP screenshot → open that screenshot image.
|
|
305
|
+
Walk through each component with both views visible. Compare element-by-element at matching
|
|
306
|
+
zoom levels. Capture screenshot pairs (design + implementation) at each target breakpoint:
|
|
301
307
|
- Mobile: 375px width
|
|
302
308
|
- Tablet: 768px width
|
|
303
309
|
- Desktop: 1280px width
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekyzinc/gsd-t",
|
|
3
|
-
"version": "2.56.
|
|
3
|
+
"version": "2.56.15",
|
|
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",
|
|
@@ -461,13 +461,31 @@ MANDATORY:
|
|
|
461
461
|
│ Write each element as a row in the comparison table (Step 4).
|
|
462
462
|
│ If the inventory has fewer than 20 elements for a full page, you missed items.
|
|
463
463
|
│
|
|
464
|
-
├── Step 3:
|
|
464
|
+
├── Step 3: OPEN SIDE-BY-SIDE BROWSER SESSIONS
|
|
465
465
|
│ Start the dev server (npm run dev, etc.)
|
|
466
|
-
│ Open
|
|
467
|
-
│
|
|
468
|
-
│
|
|
469
|
-
│
|
|
470
|
-
│
|
|
466
|
+
│ Open TWO browser views simultaneously for direct visual comparison:
|
|
467
|
+
│
|
|
468
|
+
│ VIEW 1 — BUILT FRONTEND:
|
|
469
|
+
│ Open the implemented page using Claude Preview, Chrome MCP, or Playwright
|
|
470
|
+
│ Navigate to the exact route/component being verified
|
|
471
|
+
│ You MUST see real rendered output — not just read the code
|
|
472
|
+
│
|
|
473
|
+
│ VIEW 2 — ORIGINAL DESIGN REFERENCE:
|
|
474
|
+
│ If Figma URL available → open the Figma page in a browser tab/window
|
|
475
|
+
│ Use the Figma URL from the design contract Source Reference field
|
|
476
|
+
│ Navigate to the specific frame/component being compared
|
|
477
|
+
│ If design image file → open the image in a browser tab/window
|
|
478
|
+
│ Use: file://{absolute-path-to-image} or render in an HTML page
|
|
479
|
+
│ If Figma MCP screenshot was captured → open that screenshot image
|
|
480
|
+
│
|
|
481
|
+
│ COMPARISON APPROACH:
|
|
482
|
+
│ With both views open, walk through each component/section:
|
|
483
|
+
│ - Position views side-by-side (or switch between tabs)
|
|
484
|
+
│ - Compare each element visually at the same zoom level
|
|
485
|
+
│ - Screenshot BOTH views at matching viewport sizes
|
|
486
|
+
│ Capture implementation screenshots at each target breakpoint:
|
|
487
|
+
│ Mobile (375px), Tablet (768px), Desktop (1280px) minimum
|
|
488
|
+
│ Each breakpoint is a separate screenshot pair (design + implementation)
|
|
471
489
|
│
|
|
472
490
|
├── Step 4: STRUCTURED ELEMENT-BY-ELEMENT COMPARISON (MANDATORY FORMAT)
|
|
473
491
|
│ You MUST produce a comparison table with this exact structure.
|