@fragments-sdk/context 0.4.0 → 0.4.2
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.
|
@@ -417,6 +417,17 @@ var CLI_COMMANDS = [
|
|
|
417
417
|
]
|
|
418
418
|
},
|
|
419
419
|
// ── Utility ──
|
|
420
|
+
{
|
|
421
|
+
name: "doctor",
|
|
422
|
+
description: "Diagnose design system configuration issues (styles import, ThemeProvider, seed values, peer deps, MCP config)",
|
|
423
|
+
category: "utility",
|
|
424
|
+
usage: "fragments doctor [options]",
|
|
425
|
+
options: [
|
|
426
|
+
{ flags: "--root <dir>", description: "Project root directory", default: "cwd" },
|
|
427
|
+
{ flags: "--json", description: "Output results as JSON" },
|
|
428
|
+
{ flags: "--fix", description: "Auto-fix issues where possible" }
|
|
429
|
+
]
|
|
430
|
+
},
|
|
420
431
|
{
|
|
421
432
|
name: "view",
|
|
422
433
|
description: "Generate a static HTML viewer for fragments.json",
|
package/dist/index.js
CHANGED