@tekyzinc/gsd-t 2.54.10 → 2.54.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.54.
|
|
3
|
+
"version": "2.54.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",
|
|
@@ -39,7 +39,10 @@ MANDATORY:
|
|
|
39
39
|
│ Use MCP to get exact colors, spacing, typography, component structure
|
|
40
40
|
│ MCP values are authoritative — override visual estimates
|
|
41
41
|
├── If no Figma MCP but source is Figma:
|
|
42
|
-
│
|
|
42
|
+
│ Recommend setup: "For precise extraction, install the Figma MCP server.
|
|
43
|
+
│ Remote (recommended): https://mcp.figma.com/mcp
|
|
44
|
+
│ Or install the Figma Plugin for Claude Code which includes MCP settings."
|
|
45
|
+
│ Fallback: request a screenshot/export of each component at 1x and 2x
|
|
43
46
|
│ Use visual analysis — note reduced precision in the design contract
|
|
44
47
|
├── Log which tools were used in the design contract Source section
|
|
45
48
|
└── Future MCPs (Sketch, Adobe XD, Penpot) follow the same pattern
|