@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",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CLI_COMMANDS,
3
3
  CLI_COMMAND_CATEGORIES
4
- } from "../chunk-5CV3LGEU.js";
4
+ } from "../chunk-U7P5372N.js";
5
5
  export {
6
6
  CLI_COMMANDS,
7
7
  CLI_COMMAND_CATEGORIES
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  import {
8
8
  CLI_COMMANDS,
9
9
  CLI_COMMAND_CATEGORIES
10
- } from "./chunk-5CV3LGEU.js";
10
+ } from "./chunk-U7P5372N.js";
11
11
  import {
12
12
  chunkByAST,
13
13
  chunkByLines,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragments-sdk/context",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "license": "FSL-1.1-MIT",
5
5
  "description": "Code intelligence and RAG primitives for design system and codebase indexing",
6
6
  "author": "Conan McNicholl",