@framingui/mcp-server 0.6.19 → 0.6.21

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.
Files changed (44) hide show
  1. package/README.md +79 -990
  2. package/dist/cli/agent-md-templates.d.ts +0 -12
  3. package/dist/cli/agent-md-templates.d.ts.map +1 -1
  4. package/dist/cli/agent-md-templates.js +73 -255
  5. package/dist/cli/agent-md-templates.js.map +1 -1
  6. package/dist/cli/guide-template.d.ts +0 -7
  7. package/dist/cli/guide-template.d.ts.map +1 -1
  8. package/dist/cli/guide-template.js +58 -157
  9. package/dist/cli/guide-template.js.map +1 -1
  10. package/dist/cli/index.d.ts +1 -1
  11. package/dist/cli/index.js +3 -47
  12. package/dist/cli/index.js.map +1 -1
  13. package/dist/cli/init.d.ts +18 -2
  14. package/dist/cli/init.d.ts.map +1 -1
  15. package/dist/cli/init.js +278 -108
  16. package/dist/cli/init.js.map +1 -1
  17. package/dist/index.js +39 -35
  18. package/dist/index.js.map +1 -1
  19. package/dist/prompts/getting-started.d.ts.map +1 -1
  20. package/dist/prompts/getting-started.js +6 -29
  21. package/dist/prompts/getting-started.js.map +1 -1
  22. package/dist/prompts/screen-workflow.d.ts +1 -4
  23. package/dist/prompts/screen-workflow.d.ts.map +1 -1
  24. package/dist/prompts/screen-workflow.js +84 -234
  25. package/dist/prompts/screen-workflow.js.map +1 -1
  26. package/dist/schemas/mcp-schemas.d.ts +212 -449
  27. package/dist/schemas/mcp-schemas.d.ts.map +1 -1
  28. package/dist/schemas/mcp-schemas.js +15 -69
  29. package/dist/schemas/mcp-schemas.js.map +1 -1
  30. package/dist/tools/get-screen-generation-context.d.ts.map +1 -1
  31. package/dist/tools/get-screen-generation-context.js +74 -117
  32. package/dist/tools/get-screen-generation-context.js.map +1 -1
  33. package/dist/tools/preview-component.js +1 -1
  34. package/dist/tools/preview-component.js.map +1 -1
  35. package/dist/tools/preview-screen-template.d.ts.map +1 -1
  36. package/dist/tools/preview-screen-template.js +0 -1
  37. package/dist/tools/preview-screen-template.js.map +1 -1
  38. package/dist/tools/validate-environment.d.ts.map +1 -1
  39. package/dist/tools/validate-environment.js +1 -84
  40. package/dist/tools/validate-environment.js.map +1 -1
  41. package/dist/tools/validate-screen-definition.d.ts.map +1 -1
  42. package/dist/tools/validate-screen-definition.js +0 -6
  43. package/dist/tools/validate-screen-definition.js.map +1 -1
  44. package/package.json +4 -4
@@ -87,14 +87,14 @@ export declare const GenerateBlueprintInputSchema: z.ZodObject<{
87
87
  iconLibrary: z.ZodOptional<z.ZodString>;
88
88
  componentHints: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- description: string;
91
90
  layout: "dashboard" | "landing" | "single-column" | "two-column" | "sidebar-left" | "sidebar-right";
91
+ description: string;
92
92
  themeId: string;
93
93
  componentHints?: string[] | undefined;
94
94
  iconLibrary?: string | undefined;
95
95
  }, {
96
- description: string;
97
96
  layout: "dashboard" | "landing" | "single-column" | "two-column" | "sidebar-left" | "sidebar-right";
97
+ description: string;
98
98
  themeId: string;
99
99
  componentHints?: string[] | undefined;
100
100
  iconLibrary?: string | undefined;
@@ -553,10 +553,10 @@ export declare const ExportScreenInputSchema: z.ZodObject<{
553
553
  blueprint: z.ZodUnknown;
554
554
  format: z.ZodEnum<["jsx", "tsx", "vue"]>;
555
555
  }, "strip", z.ZodTypeAny, {
556
- format: "tsx" | "jsx" | "vue";
556
+ format: "jsx" | "tsx" | "vue";
557
557
  blueprint?: unknown;
558
558
  }, {
559
- format: "tsx" | "jsx" | "vue";
559
+ format: "jsx" | "tsx" | "vue";
560
560
  blueprint?: unknown;
561
561
  }>;
562
562
  export type ExportScreenInput = z.infer<typeof ExportScreenInputSchema>;
@@ -605,14 +605,14 @@ export declare const HybridExportInputSchema: z.ZodObject<{
605
605
  themeId: z.ZodOptional<z.ZodString>;
606
606
  }, "strip", z.ZodTypeAny, {
607
607
  includeCSS: boolean;
608
- format: "tsx" | "jsx" | "vue";
608
+ format: "jsx" | "tsx" | "vue";
609
609
  tier: "tier1" | "tier2" | "auto";
610
610
  themeId?: string | undefined;
611
611
  blueprint?: unknown;
612
612
  componentName?: string | undefined;
613
613
  componentDescription?: string | undefined;
614
614
  }, {
615
- format: "tsx" | "jsx" | "vue";
615
+ format: "jsx" | "tsx" | "vue";
616
616
  themeId?: string | undefined;
617
617
  includeCSS?: boolean | undefined;
618
618
  blueprint?: unknown;
@@ -630,12 +630,12 @@ export declare const ComponentResolutionSchema: z.ZodObject<{
630
630
  source: z.ZodEnum<["tier1-ui", "tier1-example", "tier2-llm", "tier2-mock"]>;
631
631
  }, "strip", z.ZodTypeAny, {
632
632
  code: string;
633
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
634
633
  componentName: string;
634
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
635
635
  }, {
636
636
  code: string;
637
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
638
637
  componentName: string;
638
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
639
639
  }>;
640
640
  export type ComponentResolution = z.infer<typeof ComponentResolutionSchema>;
641
641
  /**
@@ -655,12 +655,12 @@ export declare const HybridExportOutputSchema: z.ZodObject<{
655
655
  source: z.ZodEnum<["tier1-ui", "tier1-example", "tier2-llm", "tier2-mock"]>;
656
656
  }, "strip", z.ZodTypeAny, {
657
657
  code: string;
658
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
659
658
  componentName: string;
659
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
660
660
  }, {
661
661
  code: string;
662
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
663
662
  componentName: string;
663
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
664
664
  }>, "many">>;
665
665
  /** Tier used for resolution */
666
666
  tierUsed: z.ZodOptional<z.ZodEnum<["tier1", "tier2", "auto"]>>;
@@ -671,8 +671,8 @@ export declare const HybridExportOutputSchema: z.ZodObject<{
671
671
  error?: string | undefined;
672
672
  components?: {
673
673
  code: string;
674
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
675
674
  componentName: string;
675
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
676
676
  }[] | undefined;
677
677
  css?: string | undefined;
678
678
  tierUsed?: "tier1" | "tier2" | "auto" | undefined;
@@ -682,8 +682,8 @@ export declare const HybridExportOutputSchema: z.ZodObject<{
682
682
  error?: string | undefined;
683
683
  components?: {
684
684
  code: string;
685
- source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
686
685
  componentName: string;
686
+ source: "tier1-ui" | "tier1-example" | "tier2-llm" | "tier2-mock";
687
687
  }[] | undefined;
688
688
  css?: string | undefined;
689
689
  tierUsed?: "tier1" | "tier2" | "auto" | undefined;
@@ -970,11 +970,11 @@ export declare const ListTokensInputSchema: z.ZodObject<{
970
970
  tokenType: z.ZodDefault<z.ZodOptional<z.ZodEnum<["shell", "page", "section", "all"]>>>;
971
971
  filter: z.ZodOptional<z.ZodString>;
972
972
  }, "strip", z.ZodTypeAny, {
973
- tokenType: "section" | "shell" | "page" | "all";
973
+ tokenType: "shell" | "page" | "section" | "all";
974
974
  filter?: string | undefined;
975
975
  }, {
976
976
  filter?: string | undefined;
977
- tokenType?: "section" | "shell" | "page" | "all" | undefined;
977
+ tokenType?: "shell" | "page" | "section" | "all" | undefined;
978
978
  }>;
979
979
  export type ListTokensInput = z.infer<typeof ListTokensInputSchema>;
980
980
  /**
@@ -989,15 +989,15 @@ export declare const TokenMetadataSchema: z.ZodObject<{
989
989
  type: z.ZodOptional<z.ZodString>;
990
990
  }, "strip", z.ZodTypeAny, {
991
991
  id: string;
992
- description?: string | undefined;
993
992
  type?: string | undefined;
993
+ description?: string | undefined;
994
994
  name?: string | undefined;
995
995
  platform?: string | undefined;
996
996
  purpose?: string | undefined;
997
997
  }, {
998
998
  id: string;
999
- description?: string | undefined;
1000
999
  type?: string | undefined;
1000
+ description?: string | undefined;
1001
1001
  name?: string | undefined;
1002
1002
  platform?: string | undefined;
1003
1003
  purpose?: string | undefined;
@@ -1017,15 +1017,15 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1017
1017
  type: z.ZodOptional<z.ZodString>;
1018
1018
  }, "strip", z.ZodTypeAny, {
1019
1019
  id: string;
1020
- description?: string | undefined;
1021
1020
  type?: string | undefined;
1021
+ description?: string | undefined;
1022
1022
  name?: string | undefined;
1023
1023
  platform?: string | undefined;
1024
1024
  purpose?: string | undefined;
1025
1025
  }, {
1026
1026
  id: string;
1027
- description?: string | undefined;
1028
1027
  type?: string | undefined;
1028
+ description?: string | undefined;
1029
1029
  name?: string | undefined;
1030
1030
  platform?: string | undefined;
1031
1031
  purpose?: string | undefined;
@@ -1039,15 +1039,15 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1039
1039
  type: z.ZodOptional<z.ZodString>;
1040
1040
  }, "strip", z.ZodTypeAny, {
1041
1041
  id: string;
1042
- description?: string | undefined;
1043
1042
  type?: string | undefined;
1043
+ description?: string | undefined;
1044
1044
  name?: string | undefined;
1045
1045
  platform?: string | undefined;
1046
1046
  purpose?: string | undefined;
1047
1047
  }, {
1048
1048
  id: string;
1049
- description?: string | undefined;
1050
1049
  type?: string | undefined;
1050
+ description?: string | undefined;
1051
1051
  name?: string | undefined;
1052
1052
  platform?: string | undefined;
1053
1053
  purpose?: string | undefined;
@@ -1061,15 +1061,15 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1061
1061
  type: z.ZodOptional<z.ZodString>;
1062
1062
  }, "strip", z.ZodTypeAny, {
1063
1063
  id: string;
1064
- description?: string | undefined;
1065
1064
  type?: string | undefined;
1065
+ description?: string | undefined;
1066
1066
  name?: string | undefined;
1067
1067
  platform?: string | undefined;
1068
1068
  purpose?: string | undefined;
1069
1069
  }, {
1070
1070
  id: string;
1071
- description?: string | undefined;
1072
1071
  type?: string | undefined;
1072
+ description?: string | undefined;
1073
1073
  name?: string | undefined;
1074
1074
  platform?: string | undefined;
1075
1075
  purpose?: string | undefined;
@@ -1089,8 +1089,8 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1089
1089
  success: boolean;
1090
1090
  sections?: {
1091
1091
  id: string;
1092
- description?: string | undefined;
1093
1092
  type?: string | undefined;
1093
+ description?: string | undefined;
1094
1094
  name?: string | undefined;
1095
1095
  platform?: string | undefined;
1096
1096
  purpose?: string | undefined;
@@ -1098,16 +1098,16 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1098
1098
  error?: string | undefined;
1099
1099
  shells?: {
1100
1100
  id: string;
1101
- description?: string | undefined;
1102
1101
  type?: string | undefined;
1102
+ description?: string | undefined;
1103
1103
  name?: string | undefined;
1104
1104
  platform?: string | undefined;
1105
1105
  purpose?: string | undefined;
1106
1106
  }[] | undefined;
1107
1107
  pages?: {
1108
1108
  id: string;
1109
- description?: string | undefined;
1110
1109
  type?: string | undefined;
1110
+ description?: string | undefined;
1111
1111
  name?: string | undefined;
1112
1112
  platform?: string | undefined;
1113
1113
  purpose?: string | undefined;
@@ -1120,8 +1120,8 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1120
1120
  success: boolean;
1121
1121
  sections?: {
1122
1122
  id: string;
1123
- description?: string | undefined;
1124
1123
  type?: string | undefined;
1124
+ description?: string | undefined;
1125
1125
  name?: string | undefined;
1126
1126
  platform?: string | undefined;
1127
1127
  purpose?: string | undefined;
@@ -1129,16 +1129,16 @@ export declare const ListTokensOutputSchema: z.ZodObject<{
1129
1129
  error?: string | undefined;
1130
1130
  shells?: {
1131
1131
  id: string;
1132
- description?: string | undefined;
1133
1132
  type?: string | undefined;
1133
+ description?: string | undefined;
1134
1134
  name?: string | undefined;
1135
1135
  platform?: string | undefined;
1136
1136
  purpose?: string | undefined;
1137
1137
  }[] | undefined;
1138
1138
  pages?: {
1139
1139
  id: string;
1140
- description?: string | undefined;
1141
1140
  type?: string | undefined;
1141
+ description?: string | undefined;
1142
1142
  name?: string | undefined;
1143
1143
  platform?: string | undefined;
1144
1144
  purpose?: string | undefined;
@@ -1172,16 +1172,16 @@ export declare const IconLibraryMetaSchema: z.ZodObject<{
1172
1172
  totalIcons: z.ZodNumber;
1173
1173
  categories: z.ZodArray<z.ZodString, "many">;
1174
1174
  }, "strip", z.ZodTypeAny, {
1175
- description: string;
1176
1175
  version: string;
1176
+ description: string;
1177
1177
  name: string;
1178
1178
  id: string;
1179
1179
  license: string;
1180
1180
  totalIcons: number;
1181
1181
  categories: string[];
1182
1182
  }, {
1183
- description: string;
1184
1183
  version: string;
1184
+ description: string;
1185
1185
  name: string;
1186
1186
  id: string;
1187
1187
  license: string;
@@ -1203,16 +1203,16 @@ export declare const ListIconLibrariesOutputSchema: z.ZodObject<{
1203
1203
  totalIcons: z.ZodNumber;
1204
1204
  categories: z.ZodArray<z.ZodString, "many">;
1205
1205
  }, "strip", z.ZodTypeAny, {
1206
- description: string;
1207
1206
  version: string;
1207
+ description: string;
1208
1208
  name: string;
1209
1209
  id: string;
1210
1210
  license: string;
1211
1211
  totalIcons: number;
1212
1212
  categories: string[];
1213
1213
  }, {
1214
- description: string;
1215
1214
  version: string;
1215
+ description: string;
1216
1216
  name: string;
1217
1217
  id: string;
1218
1218
  license: string;
@@ -1225,8 +1225,8 @@ export declare const ListIconLibrariesOutputSchema: z.ZodObject<{
1225
1225
  success: boolean;
1226
1226
  error?: string | undefined;
1227
1227
  libraries?: {
1228
- description: string;
1229
1228
  version: string;
1229
+ description: string;
1230
1230
  name: string;
1231
1231
  id: string;
1232
1232
  license: string;
@@ -1238,8 +1238,8 @@ export declare const ListIconLibrariesOutputSchema: z.ZodObject<{
1238
1238
  success: boolean;
1239
1239
  error?: string | undefined;
1240
1240
  libraries?: {
1241
- description: string;
1242
1241
  version: string;
1242
+ description: string;
1243
1243
  name: string;
1244
1244
  id: string;
1245
1245
  license: string;
@@ -1397,8 +1397,8 @@ export declare const PreviewIconLibraryOutputSchema: z.ZodObject<{
1397
1397
  defaultVariant: z.ZodOptional<z.ZodString>;
1398
1398
  iconSample: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1399
1399
  }, "strip", z.ZodTypeAny, {
1400
- description: string;
1401
1400
  version: string;
1401
+ description: string;
1402
1402
  name: string;
1403
1403
  id: string;
1404
1404
  license: string;
@@ -1429,8 +1429,8 @@ export declare const PreviewIconLibraryOutputSchema: z.ZodObject<{
1429
1429
  defaultVariant?: string | undefined;
1430
1430
  iconSample?: string[] | undefined;
1431
1431
  }, {
1432
- description: string;
1433
1432
  version: string;
1433
+ description: string;
1434
1434
  name: string;
1435
1435
  id: string;
1436
1436
  license: string;
@@ -1466,8 +1466,8 @@ export declare const PreviewIconLibraryOutputSchema: z.ZodObject<{
1466
1466
  success: boolean;
1467
1467
  error?: string | undefined;
1468
1468
  library?: {
1469
- description: string;
1470
1469
  version: string;
1470
+ description: string;
1471
1471
  name: string;
1472
1472
  id: string;
1473
1473
  license: string;
@@ -1502,8 +1502,8 @@ export declare const PreviewIconLibraryOutputSchema: z.ZodObject<{
1502
1502
  success: boolean;
1503
1503
  error?: string | undefined;
1504
1504
  library?: {
1505
- description: string;
1506
1505
  version: string;
1506
+ description: string;
1507
1507
  name: string;
1508
1508
  id: string;
1509
1509
  license: string;
@@ -1569,16 +1569,16 @@ export declare const ComponentMetaSchema: z.ZodObject<{
1569
1569
  hasSubComponents: z.ZodBoolean;
1570
1570
  tier: z.ZodNumber;
1571
1571
  }, "strip", z.ZodTypeAny, {
1572
- description: string;
1573
1572
  category: "core" | "complex" | "advanced";
1573
+ description: string;
1574
1574
  name: string;
1575
1575
  id: string;
1576
1576
  variantsCount: number;
1577
1577
  hasSubComponents: boolean;
1578
1578
  tier: number;
1579
1579
  }, {
1580
- description: string;
1581
1580
  category: "core" | "complex" | "advanced";
1581
+ description: string;
1582
1582
  name: string;
1583
1583
  id: string;
1584
1584
  variantsCount: number;
@@ -1600,16 +1600,16 @@ export declare const ListComponentsOutputSchema: z.ZodObject<{
1600
1600
  hasSubComponents: z.ZodBoolean;
1601
1601
  tier: z.ZodNumber;
1602
1602
  }, "strip", z.ZodTypeAny, {
1603
- description: string;
1604
1603
  category: "core" | "complex" | "advanced";
1604
+ description: string;
1605
1605
  name: string;
1606
1606
  id: string;
1607
1607
  variantsCount: number;
1608
1608
  hasSubComponents: boolean;
1609
1609
  tier: number;
1610
1610
  }, {
1611
- description: string;
1612
1611
  category: "core" | "complex" | "advanced";
1612
+ description: string;
1613
1613
  name: string;
1614
1614
  id: string;
1615
1615
  variantsCount: number;
@@ -1635,8 +1635,8 @@ export declare const ListComponentsOutputSchema: z.ZodObject<{
1635
1635
  success: boolean;
1636
1636
  error?: string | undefined;
1637
1637
  components?: {
1638
- description: string;
1639
1638
  category: "core" | "complex" | "advanced";
1639
+ description: string;
1640
1640
  name: string;
1641
1641
  id: string;
1642
1642
  variantsCount: number;
@@ -1653,8 +1653,8 @@ export declare const ListComponentsOutputSchema: z.ZodObject<{
1653
1653
  success: boolean;
1654
1654
  error?: string | undefined;
1655
1655
  components?: {
1656
- description: string;
1657
1656
  category: "core" | "complex" | "advanced";
1657
+ description: string;
1658
1658
  name: string;
1659
1659
  id: string;
1660
1660
  variantsCount: number;
@@ -1697,15 +1697,15 @@ export declare const PropDefinitionSchema: z.ZodObject<{
1697
1697
  defaultValue: z.ZodOptional<z.ZodString>;
1698
1698
  description: z.ZodOptional<z.ZodString>;
1699
1699
  }, "strip", z.ZodTypeAny, {
1700
- required: boolean;
1701
1700
  type: string;
1702
1701
  name: string;
1702
+ required: boolean;
1703
1703
  description?: string | undefined;
1704
1704
  defaultValue?: string | undefined;
1705
1705
  }, {
1706
- required: boolean;
1707
1706
  type: string;
1708
1707
  name: string;
1708
+ required: boolean;
1709
1709
  description?: string | undefined;
1710
1710
  defaultValue?: string | undefined;
1711
1711
  }>;
@@ -1762,15 +1762,15 @@ export declare const PreviewComponentOutputSchema: z.ZodObject<{
1762
1762
  defaultValue: z.ZodOptional<z.ZodString>;
1763
1763
  description: z.ZodOptional<z.ZodString>;
1764
1764
  }, "strip", z.ZodTypeAny, {
1765
- required: boolean;
1766
1765
  type: string;
1767
1766
  name: string;
1767
+ required: boolean;
1768
1768
  description?: string | undefined;
1769
1769
  defaultValue?: string | undefined;
1770
1770
  }, {
1771
- required: boolean;
1772
1771
  type: string;
1773
1772
  name: string;
1773
+ required: boolean;
1774
1774
  description?: string | undefined;
1775
1775
  defaultValue?: string | undefined;
1776
1776
  }>, "many">;
@@ -1814,16 +1814,16 @@ export declare const PreviewComponentOutputSchema: z.ZodObject<{
1814
1814
  }>, "many">>;
1815
1815
  accessibility: z.ZodOptional<z.ZodString>;
1816
1816
  }, "strip", z.ZodTypeAny, {
1817
- description: string;
1818
1817
  category: "core" | "complex" | "advanced";
1818
+ description: string;
1819
1819
  name: string;
1820
1820
  id: string;
1821
1821
  importStatement: string;
1822
1822
  tier: number;
1823
1823
  props: {
1824
- required: boolean;
1825
1824
  type: string;
1826
1825
  name: string;
1826
+ required: boolean;
1827
1827
  description?: string | undefined;
1828
1828
  defaultValue?: string | undefined;
1829
1829
  }[];
@@ -1844,16 +1844,16 @@ export declare const PreviewComponentOutputSchema: z.ZodObject<{
1844
1844
  description?: string | undefined;
1845
1845
  }[] | undefined;
1846
1846
  }, {
1847
- description: string;
1848
1847
  category: "core" | "complex" | "advanced";
1848
+ description: string;
1849
1849
  name: string;
1850
1850
  id: string;
1851
1851
  importStatement: string;
1852
1852
  tier: number;
1853
1853
  props: {
1854
- required: boolean;
1855
1854
  type: string;
1856
1855
  name: string;
1856
+ required: boolean;
1857
1857
  description?: string | undefined;
1858
1858
  defaultValue?: string | undefined;
1859
1859
  }[];
@@ -1878,16 +1878,16 @@ export declare const PreviewComponentOutputSchema: z.ZodObject<{
1878
1878
  }, "strip", z.ZodTypeAny, {
1879
1879
  success: boolean;
1880
1880
  component?: {
1881
- description: string;
1882
1881
  category: "core" | "complex" | "advanced";
1882
+ description: string;
1883
1883
  name: string;
1884
1884
  id: string;
1885
1885
  importStatement: string;
1886
1886
  tier: number;
1887
1887
  props: {
1888
- required: boolean;
1889
1888
  type: string;
1890
1889
  name: string;
1890
+ required: boolean;
1891
1891
  description?: string | undefined;
1892
1892
  defaultValue?: string | undefined;
1893
1893
  }[];
@@ -1912,16 +1912,16 @@ export declare const PreviewComponentOutputSchema: z.ZodObject<{
1912
1912
  }, {
1913
1913
  success: boolean;
1914
1914
  component?: {
1915
- description: string;
1916
1915
  category: "core" | "complex" | "advanced";
1916
+ description: string;
1917
1917
  name: string;
1918
1918
  id: string;
1919
1919
  importStatement: string;
1920
1920
  tier: number;
1921
1921
  props: {
1922
- required: boolean;
1923
1922
  type: string;
1924
1923
  name: string;
1924
+ required: boolean;
1925
1925
  description?: string | undefined;
1926
1926
  defaultValue?: string | undefined;
1927
1927
  }[];
@@ -1958,10 +1958,10 @@ export declare const ListScreenTemplatesInputSchema: z.ZodObject<{
1958
1958
  category: z.ZodDefault<z.ZodOptional<z.ZodEnum<["auth", "dashboard", "form", "marketing", "feedback", "all"]>>>;
1959
1959
  search: z.ZodOptional<z.ZodString>;
1960
1960
  }, "strip", z.ZodTypeAny, {
1961
- category: "form" | "dashboard" | "auth" | "marketing" | "all" | "feedback";
1961
+ category: "dashboard" | "form" | "auth" | "marketing" | "all" | "feedback";
1962
1962
  search?: string | undefined;
1963
1963
  }, {
1964
- category?: "form" | "dashboard" | "auth" | "marketing" | "all" | "feedback" | undefined;
1964
+ category?: "dashboard" | "form" | "auth" | "marketing" | "all" | "feedback" | undefined;
1965
1965
  search?: string | undefined;
1966
1966
  }>;
1967
1967
  export type ListScreenTemplatesInput = z.infer<typeof ListScreenTemplatesInputSchema>;
@@ -1983,22 +1983,22 @@ export declare const TemplateMetaSchema: z.ZodObject<{
1983
1983
  version: z.ZodString;
1984
1984
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1985
1985
  }, "strip", z.ZodTypeAny, {
1986
- description: string;
1987
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
1986
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
1988
1987
  version: string;
1988
+ description: string;
1989
1989
  name: string;
1990
1990
  id: string;
1991
1991
  requiredComponentsCount: number;
1992
- layoutType: "sidebar" | "full" | "centered";
1992
+ layoutType: "centered" | "sidebar" | "full";
1993
1993
  tags?: string[] | undefined;
1994
1994
  }, {
1995
- description: string;
1996
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
1995
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
1997
1996
  version: string;
1997
+ description: string;
1998
1998
  name: string;
1999
1999
  id: string;
2000
2000
  requiredComponentsCount: number;
2001
- layoutType: "sidebar" | "full" | "centered";
2001
+ layoutType: "centered" | "sidebar" | "full";
2002
2002
  tags?: string[] | undefined;
2003
2003
  }>;
2004
2004
  export type TemplateMeta = z.infer<typeof TemplateMetaSchema>;
@@ -2017,22 +2017,22 @@ export declare const ListScreenTemplatesOutputSchema: z.ZodObject<{
2017
2017
  version: z.ZodString;
2018
2018
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2019
2019
  }, "strip", z.ZodTypeAny, {
2020
- description: string;
2021
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2020
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2022
2021
  version: string;
2022
+ description: string;
2023
2023
  name: string;
2024
2024
  id: string;
2025
2025
  requiredComponentsCount: number;
2026
- layoutType: "sidebar" | "full" | "centered";
2026
+ layoutType: "centered" | "sidebar" | "full";
2027
2027
  tags?: string[] | undefined;
2028
2028
  }, {
2029
- description: string;
2030
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2029
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2031
2030
  version: string;
2031
+ description: string;
2032
2032
  name: string;
2033
2033
  id: string;
2034
2034
  requiredComponentsCount: number;
2035
- layoutType: "sidebar" | "full" | "centered";
2035
+ layoutType: "centered" | "sidebar" | "full";
2036
2036
  tags?: string[] | undefined;
2037
2037
  }>, "many">>;
2038
2038
  count: z.ZodOptional<z.ZodNumber>;
@@ -2043,14 +2043,14 @@ export declare const ListScreenTemplatesOutputSchema: z.ZodObject<{
2043
2043
  marketing: z.ZodNumber;
2044
2044
  feedback: z.ZodNumber;
2045
2045
  }, "strip", z.ZodTypeAny, {
2046
- form: number;
2047
2046
  dashboard: number;
2047
+ form: number;
2048
2048
  auth: number;
2049
2049
  marketing: number;
2050
2050
  feedback: number;
2051
2051
  }, {
2052
- form: number;
2053
2052
  dashboard: number;
2053
+ form: number;
2054
2054
  auth: number;
2055
2055
  marketing: number;
2056
2056
  feedback: number;
@@ -2060,42 +2060,42 @@ export declare const ListScreenTemplatesOutputSchema: z.ZodObject<{
2060
2060
  success: boolean;
2061
2061
  error?: string | undefined;
2062
2062
  categories?: {
2063
- form: number;
2064
2063
  dashboard: number;
2064
+ form: number;
2065
2065
  auth: number;
2066
2066
  marketing: number;
2067
2067
  feedback: number;
2068
2068
  } | undefined;
2069
2069
  count?: number | undefined;
2070
2070
  templates?: {
2071
- description: string;
2072
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2071
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2073
2072
  version: string;
2073
+ description: string;
2074
2074
  name: string;
2075
2075
  id: string;
2076
2076
  requiredComponentsCount: number;
2077
- layoutType: "sidebar" | "full" | "centered";
2077
+ layoutType: "centered" | "sidebar" | "full";
2078
2078
  tags?: string[] | undefined;
2079
2079
  }[] | undefined;
2080
2080
  }, {
2081
2081
  success: boolean;
2082
2082
  error?: string | undefined;
2083
2083
  categories?: {
2084
- form: number;
2085
2084
  dashboard: number;
2085
+ form: number;
2086
2086
  auth: number;
2087
2087
  marketing: number;
2088
2088
  feedback: number;
2089
2089
  } | undefined;
2090
2090
  count?: number | undefined;
2091
2091
  templates?: {
2092
- description: string;
2093
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2092
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2094
2093
  version: string;
2094
+ description: string;
2095
2095
  name: string;
2096
2096
  id: string;
2097
2097
  requiredComponentsCount: number;
2098
- layoutType: "sidebar" | "full" | "centered";
2098
+ layoutType: "centered" | "sidebar" | "full";
2099
2099
  tags?: string[] | undefined;
2100
2100
  }[] | undefined;
2101
2101
  }>;
@@ -2127,20 +2127,20 @@ export declare const SkeletonSchema: z.ZodObject<{
2127
2127
  slot: z.ZodString;
2128
2128
  required: z.ZodBoolean;
2129
2129
  }, "strip", z.ZodTypeAny, {
2130
- required: boolean;
2131
2130
  name: string;
2131
+ required: boolean;
2132
2132
  id: string;
2133
2133
  slot: string;
2134
2134
  }, {
2135
- required: boolean;
2136
2135
  name: string;
2136
+ required: boolean;
2137
2137
  id: string;
2138
2138
  slot: string;
2139
2139
  }>, "many">;
2140
2140
  }, "strip", z.ZodTypeAny, {
2141
2141
  sections: {
2142
- required: boolean;
2143
2142
  name: string;
2143
+ required: boolean;
2144
2144
  id: string;
2145
2145
  slot: string;
2146
2146
  }[];
@@ -2148,8 +2148,8 @@ export declare const SkeletonSchema: z.ZodObject<{
2148
2148
  page: string;
2149
2149
  }, {
2150
2150
  sections: {
2151
- required: boolean;
2152
2151
  name: string;
2152
+ required: boolean;
2153
2153
  id: string;
2154
2154
  slot: string;
2155
2155
  }[];
@@ -2271,20 +2271,20 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2271
2271
  slot: z.ZodString;
2272
2272
  required: z.ZodBoolean;
2273
2273
  }, "strip", z.ZodTypeAny, {
2274
- required: boolean;
2275
2274
  name: string;
2275
+ required: boolean;
2276
2276
  id: string;
2277
2277
  slot: string;
2278
2278
  }, {
2279
- required: boolean;
2280
2279
  name: string;
2280
+ required: boolean;
2281
2281
  id: string;
2282
2282
  slot: string;
2283
2283
  }>, "many">;
2284
2284
  }, "strip", z.ZodTypeAny, {
2285
2285
  sections: {
2286
- required: boolean;
2287
2286
  name: string;
2287
+ required: boolean;
2288
2288
  id: string;
2289
2289
  slot: string;
2290
2290
  }[];
@@ -2292,8 +2292,8 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2292
2292
  page: string;
2293
2293
  }, {
2294
2294
  sections: {
2295
- required: boolean;
2296
2295
  name: string;
2296
+ required: boolean;
2297
2297
  id: string;
2298
2298
  slot: string;
2299
2299
  }[];
@@ -2376,7 +2376,7 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2376
2376
  };
2377
2377
  }>>;
2378
2378
  }, "strip", z.ZodTypeAny, {
2379
- type: "sidebar" | "full" | "centered";
2379
+ type: "centered" | "sidebar" | "full";
2380
2380
  responsive?: {
2381
2381
  mobile: {
2382
2382
  columns: number;
@@ -2395,7 +2395,7 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2395
2395
  };
2396
2396
  } | undefined;
2397
2397
  }, {
2398
- type: "sidebar" | "full" | "centered";
2398
+ type: "centered" | "sidebar" | "full";
2399
2399
  responsive?: {
2400
2400
  mobile: {
2401
2401
  columns: number;
@@ -2446,10 +2446,9 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2446
2446
  updated: z.ZodString;
2447
2447
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2448
2448
  }, "strip", z.ZodTypeAny, {
2449
- description: string;
2450
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2449
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2451
2450
  layout: {
2452
- type: "sidebar" | "full" | "centered";
2451
+ type: "centered" | "sidebar" | "full";
2453
2452
  responsive?: {
2454
2453
  mobile: {
2455
2454
  columns: number;
@@ -2469,13 +2468,14 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2469
2468
  } | undefined;
2470
2469
  };
2471
2470
  version: string;
2471
+ description: string;
2472
2472
  name: string;
2473
2473
  id: string;
2474
2474
  importStatement: string;
2475
2475
  skeleton: {
2476
2476
  sections: {
2477
- required: boolean;
2478
2477
  name: string;
2478
+ required: boolean;
2479
2479
  id: string;
2480
2480
  slot: string;
2481
2481
  }[];
@@ -2497,10 +2497,9 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2497
2497
  slots?: string[] | undefined;
2498
2498
  } | undefined;
2499
2499
  }, {
2500
- description: string;
2501
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2500
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2502
2501
  layout: {
2503
- type: "sidebar" | "full" | "centered";
2502
+ type: "centered" | "sidebar" | "full";
2504
2503
  responsive?: {
2505
2504
  mobile: {
2506
2505
  columns: number;
@@ -2520,13 +2519,14 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2520
2519
  } | undefined;
2521
2520
  };
2522
2521
  version: string;
2522
+ description: string;
2523
2523
  name: string;
2524
2524
  id: string;
2525
2525
  importStatement: string;
2526
2526
  skeleton: {
2527
2527
  sections: {
2528
- required: boolean;
2529
2528
  name: string;
2529
+ required: boolean;
2530
2530
  id: string;
2531
2531
  slot: string;
2532
2532
  }[];
@@ -2553,10 +2553,9 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2553
2553
  success: boolean;
2554
2554
  error?: string | undefined;
2555
2555
  template?: {
2556
- description: string;
2557
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2556
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2558
2557
  layout: {
2559
- type: "sidebar" | "full" | "centered";
2558
+ type: "centered" | "sidebar" | "full";
2560
2559
  responsive?: {
2561
2560
  mobile: {
2562
2561
  columns: number;
@@ -2576,13 +2575,14 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2576
2575
  } | undefined;
2577
2576
  };
2578
2577
  version: string;
2578
+ description: string;
2579
2579
  name: string;
2580
2580
  id: string;
2581
2581
  importStatement: string;
2582
2582
  skeleton: {
2583
2583
  sections: {
2584
- required: boolean;
2585
2584
  name: string;
2585
+ required: boolean;
2586
2586
  id: string;
2587
2587
  slot: string;
2588
2588
  }[];
@@ -2608,10 +2608,9 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2608
2608
  success: boolean;
2609
2609
  error?: string | undefined;
2610
2610
  template?: {
2611
- description: string;
2612
- category: "form" | "dashboard" | "auth" | "marketing" | "feedback";
2611
+ category: "dashboard" | "form" | "auth" | "marketing" | "feedback";
2613
2612
  layout: {
2614
- type: "sidebar" | "full" | "centered";
2613
+ type: "centered" | "sidebar" | "full";
2615
2614
  responsive?: {
2616
2615
  mobile: {
2617
2616
  columns: number;
@@ -2631,13 +2630,14 @@ export declare const PreviewScreenTemplateOutputSchema: z.ZodObject<{
2631
2630
  } | undefined;
2632
2631
  };
2633
2632
  version: string;
2633
+ description: string;
2634
2634
  name: string;
2635
2635
  id: string;
2636
2636
  importStatement: string;
2637
2637
  skeleton: {
2638
2638
  sections: {
2639
- required: boolean;
2640
2639
  name: string;
2640
+ required: boolean;
2641
2641
  id: string;
2642
2642
  slot: string;
2643
2643
  }[];
@@ -2669,14 +2669,17 @@ export declare const GetScreenGenerationContextInputSchema: z.ZodObject<{
2669
2669
  description: z.ZodString;
2670
2670
  themeId: z.ZodOptional<z.ZodString>;
2671
2671
  includeExamples: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2672
+ compact: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2672
2673
  }, "strip", z.ZodTypeAny, {
2673
2674
  description: string;
2674
2675
  includeExamples: boolean;
2676
+ compact: boolean;
2675
2677
  themeId?: string | undefined;
2676
2678
  }, {
2677
2679
  description: string;
2678
2680
  themeId?: string | undefined;
2679
2681
  includeExamples?: boolean | undefined;
2682
+ compact?: boolean | undefined;
2680
2683
  }>;
2681
2684
  export type GetScreenGenerationContextInput = z.infer<typeof GetScreenGenerationContextInputSchema>;
2682
2685
  /**
@@ -2697,20 +2700,20 @@ export declare const ContextTemplateMatchSchema: z.ZodObject<{
2697
2700
  slot: z.ZodString;
2698
2701
  required: z.ZodBoolean;
2699
2702
  }, "strip", z.ZodTypeAny, {
2700
- required: boolean;
2701
2703
  name: string;
2704
+ required: boolean;
2702
2705
  id: string;
2703
2706
  slot: string;
2704
2707
  }, {
2705
- required: boolean;
2706
2708
  name: string;
2709
+ required: boolean;
2707
2710
  id: string;
2708
2711
  slot: string;
2709
2712
  }>, "many">;
2710
2713
  }, "strip", z.ZodTypeAny, {
2711
2714
  sections: {
2712
- required: boolean;
2713
2715
  name: string;
2716
+ required: boolean;
2714
2717
  id: string;
2715
2718
  slot: string;
2716
2719
  }[];
@@ -2718,8 +2721,8 @@ export declare const ContextTemplateMatchSchema: z.ZodObject<{
2718
2721
  page: string;
2719
2722
  }, {
2720
2723
  sections: {
2721
- required: boolean;
2722
2724
  name: string;
2725
+ required: boolean;
2723
2726
  id: string;
2724
2727
  slot: string;
2725
2728
  }[];
@@ -2735,8 +2738,8 @@ export declare const ContextTemplateMatchSchema: z.ZodObject<{
2735
2738
  matchedKeywords: string[];
2736
2739
  skeleton?: {
2737
2740
  sections: {
2738
- required: boolean;
2739
2741
  name: string;
2742
+ required: boolean;
2740
2743
  id: string;
2741
2744
  slot: string;
2742
2745
  }[];
@@ -2752,8 +2755,8 @@ export declare const ContextTemplateMatchSchema: z.ZodObject<{
2752
2755
  matchedKeywords: string[];
2753
2756
  skeleton?: {
2754
2757
  sections: {
2755
- required: boolean;
2756
2758
  name: string;
2759
+ required: boolean;
2757
2760
  id: string;
2758
2761
  slot: string;
2759
2762
  }[];
@@ -2763,126 +2766,6 @@ export declare const ContextTemplateMatchSchema: z.ZodObject<{
2763
2766
  requiredComponents?: string[] | undefined;
2764
2767
  }>;
2765
2768
  export type ContextTemplateMatch = z.infer<typeof ContextTemplateMatchSchema>;
2766
- export declare const TemplateHintSchema: z.ZodObject<{
2767
- templateId: z.ZodString;
2768
- templateName: z.ZodString;
2769
- category: z.ZodString;
2770
- confidence: z.ZodNumber;
2771
- matchedKeywords: z.ZodArray<z.ZodString, "many">;
2772
- }, "strip", z.ZodTypeAny, {
2773
- category: string;
2774
- templateId: string;
2775
- templateName: string;
2776
- confidence: number;
2777
- matchedKeywords: string[];
2778
- }, {
2779
- category: string;
2780
- templateId: string;
2781
- templateName: string;
2782
- confidence: number;
2783
- matchedKeywords: string[];
2784
- }>;
2785
- export type TemplateHint = z.infer<typeof TemplateHintSchema>;
2786
- export declare const ComponentPlanItemSchema: z.ZodObject<{
2787
- type: z.ZodString;
2788
- reason: z.ZodString;
2789
- source: z.ZodEnum<["default", "template", "category", "theme"]>;
2790
- }, "strip", z.ZodTypeAny, {
2791
- type: string;
2792
- reason: string;
2793
- source: "category" | "theme" | "default" | "template";
2794
- }, {
2795
- type: string;
2796
- reason: string;
2797
- source: "category" | "theme" | "default" | "template";
2798
- }>;
2799
- export type ComponentPlanItem = z.infer<typeof ComponentPlanItemSchema>;
2800
- export declare const SectionPlanItemSchema: z.ZodObject<{
2801
- id: z.ZodString;
2802
- pattern: z.ZodString;
2803
- slot: z.ZodOptional<z.ZodString>;
2804
- purpose: z.ZodString;
2805
- suggestedComponents: z.ZodArray<z.ZodString, "many">;
2806
- }, "strip", z.ZodTypeAny, {
2807
- pattern: string;
2808
- id: string;
2809
- purpose: string;
2810
- suggestedComponents: string[];
2811
- slot?: string | undefined;
2812
- }, {
2813
- pattern: string;
2814
- id: string;
2815
- purpose: string;
2816
- suggestedComponents: string[];
2817
- slot?: string | undefined;
2818
- }>;
2819
- export type SectionPlanItem = z.infer<typeof SectionPlanItemSchema>;
2820
- export declare const DefinitionStarterSchema: z.ZodObject<{
2821
- id: z.ZodString;
2822
- shell: z.ZodString;
2823
- page: z.ZodString;
2824
- themeId: z.ZodOptional<z.ZodString>;
2825
- sections: z.ZodArray<z.ZodObject<{
2826
- id: z.ZodString;
2827
- pattern: z.ZodString;
2828
- slot: z.ZodOptional<z.ZodString>;
2829
- components: z.ZodArray<z.ZodObject<{
2830
- type: z.ZodString;
2831
- props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2832
- }, "strip", z.ZodTypeAny, {
2833
- type: string;
2834
- props?: Record<string, unknown> | undefined;
2835
- }, {
2836
- type: string;
2837
- props?: Record<string, unknown> | undefined;
2838
- }>, "many">;
2839
- }, "strip", z.ZodTypeAny, {
2840
- pattern: string;
2841
- id: string;
2842
- components: {
2843
- type: string;
2844
- props?: Record<string, unknown> | undefined;
2845
- }[];
2846
- slot?: string | undefined;
2847
- }, {
2848
- pattern: string;
2849
- id: string;
2850
- components: {
2851
- type: string;
2852
- props?: Record<string, unknown> | undefined;
2853
- }[];
2854
- slot?: string | undefined;
2855
- }>, "many">;
2856
- }, "strip", z.ZodTypeAny, {
2857
- sections: {
2858
- pattern: string;
2859
- id: string;
2860
- components: {
2861
- type: string;
2862
- props?: Record<string, unknown> | undefined;
2863
- }[];
2864
- slot?: string | undefined;
2865
- }[];
2866
- shell: string;
2867
- page: string;
2868
- id: string;
2869
- themeId?: string | undefined;
2870
- }, {
2871
- sections: {
2872
- pattern: string;
2873
- id: string;
2874
- components: {
2875
- type: string;
2876
- props?: Record<string, unknown> | undefined;
2877
- }[];
2878
- slot?: string | undefined;
2879
- }[];
2880
- shell: string;
2881
- page: string;
2882
- id: string;
2883
- themeId?: string | undefined;
2884
- }>;
2885
- export type DefinitionStarter = z.infer<typeof DefinitionStarterSchema>;
2886
2769
  /**
2887
2770
  * Component info for generation context
2888
2771
  */
@@ -2899,15 +2782,15 @@ export declare const ContextComponentInfoSchema: z.ZodObject<{
2899
2782
  defaultValue: z.ZodOptional<z.ZodString>;
2900
2783
  description: z.ZodOptional<z.ZodString>;
2901
2784
  }, "strip", z.ZodTypeAny, {
2902
- required: boolean;
2903
2785
  type: string;
2904
2786
  name: string;
2787
+ required: boolean;
2905
2788
  description?: string | undefined;
2906
2789
  defaultValue?: string | undefined;
2907
2790
  }, {
2908
- required: boolean;
2909
2791
  type: string;
2910
2792
  name: string;
2793
+ required: boolean;
2911
2794
  description?: string | undefined;
2912
2795
  defaultValue?: string | undefined;
2913
2796
  }>, "many">;
@@ -2925,15 +2808,15 @@ export declare const ContextComponentInfoSchema: z.ZodObject<{
2925
2808
  description?: string | undefined;
2926
2809
  }>, "many">>;
2927
2810
  }, "strip", z.ZodTypeAny, {
2928
- description: string;
2929
2811
  category: "core" | "complex" | "advanced";
2812
+ description: string;
2930
2813
  name: string;
2931
2814
  id: string;
2932
2815
  importStatement: string;
2933
2816
  props: {
2934
- required: boolean;
2935
2817
  type: string;
2936
2818
  name: string;
2819
+ required: boolean;
2937
2820
  description?: string | undefined;
2938
2821
  defaultValue?: string | undefined;
2939
2822
  }[];
@@ -2943,15 +2826,15 @@ export declare const ContextComponentInfoSchema: z.ZodObject<{
2943
2826
  description?: string | undefined;
2944
2827
  }[] | undefined;
2945
2828
  }, {
2946
- description: string;
2947
2829
  category: "core" | "complex" | "advanced";
2830
+ description: string;
2948
2831
  name: string;
2949
2832
  id: string;
2950
2833
  importStatement: string;
2951
2834
  props: {
2952
- required: boolean;
2953
2835
  type: string;
2954
2836
  name: string;
2837
+ required: boolean;
2955
2838
  description?: string | undefined;
2956
2839
  defaultValue?: string | undefined;
2957
2840
  }[];
@@ -3288,14 +3171,14 @@ export declare const WorkflowStepSchema: z.ZodObject<{
3288
3171
  description: z.ZodString;
3289
3172
  example: z.ZodOptional<z.ZodString>;
3290
3173
  }, "strip", z.ZodTypeAny, {
3291
- description: string;
3292
3174
  action: string;
3175
+ description: string;
3293
3176
  step: number;
3294
3177
  example?: string | undefined;
3295
3178
  tool?: string | undefined;
3296
3179
  }, {
3297
- description: string;
3298
3180
  action: string;
3181
+ description: string;
3299
3182
  step: number;
3300
3183
  example?: string | undefined;
3301
3184
  tool?: string | undefined;
@@ -3315,14 +3198,14 @@ export declare const WorkflowGuideSchema: z.ZodObject<{
3315
3198
  description: z.ZodString;
3316
3199
  example: z.ZodOptional<z.ZodString>;
3317
3200
  }, "strip", z.ZodTypeAny, {
3318
- description: string;
3319
3201
  action: string;
3202
+ description: string;
3320
3203
  step: number;
3321
3204
  example?: string | undefined;
3322
3205
  tool?: string | undefined;
3323
3206
  }, {
3324
- description: string;
3325
3207
  action: string;
3208
+ description: string;
3326
3209
  step: number;
3327
3210
  example?: string | undefined;
3328
3211
  tool?: string | undefined;
@@ -3332,8 +3215,8 @@ export declare const WorkflowGuideSchema: z.ZodObject<{
3332
3215
  description: string;
3333
3216
  title: string;
3334
3217
  steps: {
3335
- description: string;
3336
3218
  action: string;
3219
+ description: string;
3337
3220
  step: number;
3338
3221
  example?: string | undefined;
3339
3222
  tool?: string | undefined;
@@ -3343,8 +3226,8 @@ export declare const WorkflowGuideSchema: z.ZodObject<{
3343
3226
  description: string;
3344
3227
  title: string;
3345
3228
  steps: {
3346
- description: string;
3347
3229
  action: string;
3230
+ description: string;
3348
3231
  step: number;
3349
3232
  example?: string | undefined;
3350
3233
  tool?: string | undefined;
@@ -3352,6 +3235,67 @@ export declare const WorkflowGuideSchema: z.ZodObject<{
3352
3235
  notes?: string[] | undefined;
3353
3236
  }>;
3354
3237
  export type WorkflowGuide = z.infer<typeof WorkflowGuideSchema>;
3238
+ export declare const DefinitionStarterSchema: z.ZodObject<{
3239
+ id: z.ZodString;
3240
+ shell: z.ZodString;
3241
+ page: z.ZodString;
3242
+ themeId: z.ZodOptional<z.ZodString>;
3243
+ sections: z.ZodArray<z.ZodObject<{
3244
+ id: z.ZodString;
3245
+ pattern: z.ZodString;
3246
+ components: z.ZodArray<z.ZodObject<{
3247
+ type: z.ZodString;
3248
+ props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3249
+ }, "strip", z.ZodTypeAny, {
3250
+ type: string;
3251
+ props?: Record<string, unknown> | undefined;
3252
+ }, {
3253
+ type: string;
3254
+ props?: Record<string, unknown> | undefined;
3255
+ }>, "many">;
3256
+ }, "strip", z.ZodTypeAny, {
3257
+ pattern: string;
3258
+ id: string;
3259
+ components: {
3260
+ type: string;
3261
+ props?: Record<string, unknown> | undefined;
3262
+ }[];
3263
+ }, {
3264
+ pattern: string;
3265
+ id: string;
3266
+ components: {
3267
+ type: string;
3268
+ props?: Record<string, unknown> | undefined;
3269
+ }[];
3270
+ }>, "many">;
3271
+ }, "strip", z.ZodTypeAny, {
3272
+ sections: {
3273
+ pattern: string;
3274
+ id: string;
3275
+ components: {
3276
+ type: string;
3277
+ props?: Record<string, unknown> | undefined;
3278
+ }[];
3279
+ }[];
3280
+ shell: string;
3281
+ page: string;
3282
+ id: string;
3283
+ themeId?: string | undefined;
3284
+ }, {
3285
+ sections: {
3286
+ pattern: string;
3287
+ id: string;
3288
+ components: {
3289
+ type: string;
3290
+ props?: Record<string, unknown> | undefined;
3291
+ }[];
3292
+ }[];
3293
+ shell: string;
3294
+ page: string;
3295
+ id: string;
3296
+ themeId?: string | undefined;
3297
+ }>;
3298
+ export type DefinitionStarter = z.infer<typeof DefinitionStarterSchema>;
3355
3299
  /**
3356
3300
  * Get Screen Generation Context Output Schema
3357
3301
  */
@@ -3372,20 +3316,20 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3372
3316
  slot: z.ZodString;
3373
3317
  required: z.ZodBoolean;
3374
3318
  }, "strip", z.ZodTypeAny, {
3375
- required: boolean;
3376
3319
  name: string;
3320
+ required: boolean;
3377
3321
  id: string;
3378
3322
  slot: string;
3379
3323
  }, {
3380
- required: boolean;
3381
3324
  name: string;
3325
+ required: boolean;
3382
3326
  id: string;
3383
3327
  slot: string;
3384
3328
  }>, "many">;
3385
3329
  }, "strip", z.ZodTypeAny, {
3386
3330
  sections: {
3387
- required: boolean;
3388
3331
  name: string;
3332
+ required: boolean;
3389
3333
  id: string;
3390
3334
  slot: string;
3391
3335
  }[];
@@ -3393,8 +3337,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3393
3337
  page: string;
3394
3338
  }, {
3395
3339
  sections: {
3396
- required: boolean;
3397
3340
  name: string;
3341
+ required: boolean;
3398
3342
  id: string;
3399
3343
  slot: string;
3400
3344
  }[];
@@ -3410,8 +3354,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3410
3354
  matchedKeywords: string[];
3411
3355
  skeleton?: {
3412
3356
  sections: {
3413
- required: boolean;
3414
3357
  name: string;
3358
+ required: boolean;
3415
3359
  id: string;
3416
3360
  slot: string;
3417
3361
  }[];
@@ -3427,8 +3371,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3427
3371
  matchedKeywords: string[];
3428
3372
  skeleton?: {
3429
3373
  sections: {
3430
- required: boolean;
3431
3374
  name: string;
3375
+ required: boolean;
3432
3376
  id: string;
3433
3377
  slot: string;
3434
3378
  }[];
@@ -3437,25 +3381,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3437
3381
  } | undefined;
3438
3382
  requiredComponents?: string[] | undefined;
3439
3383
  }>>;
3440
- templateHints: z.ZodOptional<z.ZodArray<z.ZodObject<{
3441
- templateId: z.ZodString;
3442
- templateName: z.ZodString;
3443
- category: z.ZodString;
3444
- confidence: z.ZodNumber;
3445
- matchedKeywords: z.ZodArray<z.ZodString, "many">;
3446
- }, "strip", z.ZodTypeAny, {
3447
- category: string;
3448
- templateId: string;
3449
- templateName: string;
3450
- confidence: number;
3451
- matchedKeywords: string[];
3452
- }, {
3453
- category: string;
3454
- templateId: string;
3455
- templateName: string;
3456
- confidence: number;
3457
- matchedKeywords: string[];
3458
- }>, "many">>;
3459
3384
  components: z.ZodOptional<z.ZodArray<z.ZodObject<{
3460
3385
  id: z.ZodString;
3461
3386
  name: z.ZodString;
@@ -3469,15 +3394,15 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3469
3394
  defaultValue: z.ZodOptional<z.ZodString>;
3470
3395
  description: z.ZodOptional<z.ZodString>;
3471
3396
  }, "strip", z.ZodTypeAny, {
3472
- required: boolean;
3473
3397
  type: string;
3474
3398
  name: string;
3399
+ required: boolean;
3475
3400
  description?: string | undefined;
3476
3401
  defaultValue?: string | undefined;
3477
3402
  }, {
3478
- required: boolean;
3479
3403
  type: string;
3480
3404
  name: string;
3405
+ required: boolean;
3481
3406
  description?: string | undefined;
3482
3407
  defaultValue?: string | undefined;
3483
3408
  }>, "many">;
@@ -3495,15 +3420,15 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3495
3420
  description?: string | undefined;
3496
3421
  }>, "many">>;
3497
3422
  }, "strip", z.ZodTypeAny, {
3498
- description: string;
3499
3423
  category: "core" | "complex" | "advanced";
3424
+ description: string;
3500
3425
  name: string;
3501
3426
  id: string;
3502
3427
  importStatement: string;
3503
3428
  props: {
3504
- required: boolean;
3505
3429
  type: string;
3506
3430
  name: string;
3431
+ required: boolean;
3507
3432
  description?: string | undefined;
3508
3433
  defaultValue?: string | undefined;
3509
3434
  }[];
@@ -3513,15 +3438,15 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3513
3438
  description?: string | undefined;
3514
3439
  }[] | undefined;
3515
3440
  }, {
3516
- description: string;
3517
3441
  category: "core" | "complex" | "advanced";
3442
+ description: string;
3518
3443
  name: string;
3519
3444
  id: string;
3520
3445
  importStatement: string;
3521
3446
  props: {
3522
- required: boolean;
3523
3447
  type: string;
3524
3448
  name: string;
3449
+ required: boolean;
3525
3450
  description?: string | undefined;
3526
3451
  defaultValue?: string | undefined;
3527
3452
  }[];
@@ -3531,38 +3456,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3531
3456
  description?: string | undefined;
3532
3457
  }[] | undefined;
3533
3458
  }>, "many">>;
3534
- componentPlan: z.ZodOptional<z.ZodArray<z.ZodObject<{
3535
- type: z.ZodString;
3536
- reason: z.ZodString;
3537
- source: z.ZodEnum<["default", "template", "category", "theme"]>;
3538
- }, "strip", z.ZodTypeAny, {
3539
- type: string;
3540
- reason: string;
3541
- source: "category" | "theme" | "default" | "template";
3542
- }, {
3543
- type: string;
3544
- reason: string;
3545
- source: "category" | "theme" | "default" | "template";
3546
- }>, "many">>;
3547
- sectionPlan: z.ZodOptional<z.ZodArray<z.ZodObject<{
3548
- id: z.ZodString;
3549
- pattern: z.ZodString;
3550
- slot: z.ZodOptional<z.ZodString>;
3551
- purpose: z.ZodString;
3552
- suggestedComponents: z.ZodArray<z.ZodString, "many">;
3553
- }, "strip", z.ZodTypeAny, {
3554
- pattern: string;
3555
- id: string;
3556
- purpose: string;
3557
- suggestedComponents: string[];
3558
- slot?: string | undefined;
3559
- }, {
3560
- pattern: string;
3561
- id: string;
3562
- purpose: string;
3563
- suggestedComponents: string[];
3564
- slot?: string | undefined;
3565
- }>, "many">>;
3566
3459
  definitionStarter: z.ZodOptional<z.ZodObject<{
3567
3460
  id: z.ZodString;
3568
3461
  shell: z.ZodString;
@@ -3571,7 +3464,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3571
3464
  sections: z.ZodArray<z.ZodObject<{
3572
3465
  id: z.ZodString;
3573
3466
  pattern: z.ZodString;
3574
- slot: z.ZodOptional<z.ZodString>;
3575
3467
  components: z.ZodArray<z.ZodObject<{
3576
3468
  type: z.ZodString;
3577
3469
  props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -3589,7 +3481,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3589
3481
  type: string;
3590
3482
  props?: Record<string, unknown> | undefined;
3591
3483
  }[];
3592
- slot?: string | undefined;
3593
3484
  }, {
3594
3485
  pattern: string;
3595
3486
  id: string;
@@ -3597,7 +3488,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3597
3488
  type: string;
3598
3489
  props?: Record<string, unknown> | undefined;
3599
3490
  }[];
3600
- slot?: string | undefined;
3601
3491
  }>, "many">;
3602
3492
  }, "strip", z.ZodTypeAny, {
3603
3493
  sections: {
@@ -3607,7 +3497,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3607
3497
  type: string;
3608
3498
  props?: Record<string, unknown> | undefined;
3609
3499
  }[];
3610
- slot?: string | undefined;
3611
3500
  }[];
3612
3501
  shell: string;
3613
3502
  page: string;
@@ -3621,7 +3510,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3621
3510
  type: string;
3622
3511
  props?: Record<string, unknown> | undefined;
3623
3512
  }[];
3624
- slot?: string | undefined;
3625
3513
  }[];
3626
3514
  shell: string;
3627
3515
  page: string;
@@ -3831,7 +3719,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3831
3719
  priority: "high" | "medium" | "low";
3832
3720
  example?: string | undefined;
3833
3721
  }>, "many">>;
3834
- warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3835
3722
  workflow: z.ZodOptional<z.ZodObject<{
3836
3723
  title: z.ZodString;
3837
3724
  description: z.ZodString;
@@ -3842,14 +3729,14 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3842
3729
  description: z.ZodString;
3843
3730
  example: z.ZodOptional<z.ZodString>;
3844
3731
  }, "strip", z.ZodTypeAny, {
3845
- description: string;
3846
3732
  action: string;
3733
+ description: string;
3847
3734
  step: number;
3848
3735
  example?: string | undefined;
3849
3736
  tool?: string | undefined;
3850
3737
  }, {
3851
- description: string;
3852
3738
  action: string;
3739
+ description: string;
3853
3740
  step: number;
3854
3741
  example?: string | undefined;
3855
3742
  tool?: string | undefined;
@@ -3859,8 +3746,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3859
3746
  description: string;
3860
3747
  title: string;
3861
3748
  steps: {
3862
- description: string;
3863
3749
  action: string;
3750
+ description: string;
3864
3751
  step: number;
3865
3752
  example?: string | undefined;
3866
3753
  tool?: string | undefined;
@@ -3870,8 +3757,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3870
3757
  description: string;
3871
3758
  title: string;
3872
3759
  steps: {
3873
- description: string;
3874
3760
  action: string;
3761
+ description: string;
3875
3762
  step: number;
3876
3763
  example?: string | undefined;
3877
3764
  tool?: string | undefined;
@@ -3883,15 +3770,15 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3883
3770
  success: boolean;
3884
3771
  error?: string | undefined;
3885
3772
  components?: {
3886
- description: string;
3887
3773
  category: "core" | "complex" | "advanced";
3774
+ description: string;
3888
3775
  name: string;
3889
3776
  id: string;
3890
3777
  importStatement: string;
3891
3778
  props: {
3892
- required: boolean;
3893
3779
  type: string;
3894
3780
  name: string;
3781
+ required: boolean;
3895
3782
  description?: string | undefined;
3896
3783
  defaultValue?: string | undefined;
3897
3784
  }[];
@@ -3901,7 +3788,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3901
3788
  description?: string | undefined;
3902
3789
  }[] | undefined;
3903
3790
  }[] | undefined;
3904
- warnings?: string[] | undefined;
3905
3791
  examples?: {
3906
3792
  description: string;
3907
3793
  name: string;
@@ -3938,8 +3824,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3938
3824
  matchedKeywords: string[];
3939
3825
  skeleton?: {
3940
3826
  sections: {
3941
- required: boolean;
3942
3827
  name: string;
3828
+ required: boolean;
3943
3829
  id: string;
3944
3830
  slot: string;
3945
3831
  }[];
@@ -3948,25 +3834,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3948
3834
  } | undefined;
3949
3835
  requiredComponents?: string[] | undefined;
3950
3836
  } | undefined;
3951
- templateHints?: {
3952
- category: string;
3953
- templateId: string;
3954
- templateName: string;
3955
- confidence: number;
3956
- matchedKeywords: string[];
3957
- }[] | undefined;
3958
- componentPlan?: {
3959
- type: string;
3960
- reason: string;
3961
- source: "category" | "theme" | "default" | "template";
3962
- }[] | undefined;
3963
- sectionPlan?: {
3964
- pattern: string;
3965
- id: string;
3966
- purpose: string;
3967
- suggestedComponents: string[];
3968
- slot?: string | undefined;
3969
- }[] | undefined;
3970
3837
  definitionStarter?: {
3971
3838
  sections: {
3972
3839
  pattern: string;
@@ -3975,7 +3842,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
3975
3842
  type: string;
3976
3843
  props?: Record<string, unknown> | undefined;
3977
3844
  }[];
3978
- slot?: string | undefined;
3979
3845
  }[];
3980
3846
  shell: string;
3981
3847
  page: string;
@@ -4001,8 +3867,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4001
3867
  description: string;
4002
3868
  title: string;
4003
3869
  steps: {
4004
- description: string;
4005
3870
  action: string;
3871
+ description: string;
4006
3872
  step: number;
4007
3873
  example?: string | undefined;
4008
3874
  tool?: string | undefined;
@@ -4013,15 +3879,15 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4013
3879
  success: boolean;
4014
3880
  error?: string | undefined;
4015
3881
  components?: {
4016
- description: string;
4017
3882
  category: "core" | "complex" | "advanced";
3883
+ description: string;
4018
3884
  name: string;
4019
3885
  id: string;
4020
3886
  importStatement: string;
4021
3887
  props: {
4022
- required: boolean;
4023
3888
  type: string;
4024
3889
  name: string;
3890
+ required: boolean;
4025
3891
  description?: string | undefined;
4026
3892
  defaultValue?: string | undefined;
4027
3893
  }[];
@@ -4031,7 +3897,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4031
3897
  description?: string | undefined;
4032
3898
  }[] | undefined;
4033
3899
  }[] | undefined;
4034
- warnings?: string[] | undefined;
4035
3900
  examples?: {
4036
3901
  description: string;
4037
3902
  name: string;
@@ -4068,8 +3933,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4068
3933
  matchedKeywords: string[];
4069
3934
  skeleton?: {
4070
3935
  sections: {
4071
- required: boolean;
4072
3936
  name: string;
3937
+ required: boolean;
4073
3938
  id: string;
4074
3939
  slot: string;
4075
3940
  }[];
@@ -4078,25 +3943,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4078
3943
  } | undefined;
4079
3944
  requiredComponents?: string[] | undefined;
4080
3945
  } | undefined;
4081
- templateHints?: {
4082
- category: string;
4083
- templateId: string;
4084
- templateName: string;
4085
- confidence: number;
4086
- matchedKeywords: string[];
4087
- }[] | undefined;
4088
- componentPlan?: {
4089
- type: string;
4090
- reason: string;
4091
- source: "category" | "theme" | "default" | "template";
4092
- }[] | undefined;
4093
- sectionPlan?: {
4094
- pattern: string;
4095
- id: string;
4096
- purpose: string;
4097
- suggestedComponents: string[];
4098
- slot?: string | undefined;
4099
- }[] | undefined;
4100
3946
  definitionStarter?: {
4101
3947
  sections: {
4102
3948
  pattern: string;
@@ -4105,7 +3951,6 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4105
3951
  type: string;
4106
3952
  props?: Record<string, unknown> | undefined;
4107
3953
  }[];
4108
- slot?: string | undefined;
4109
3954
  }[];
4110
3955
  shell: string;
4111
3956
  page: string;
@@ -4131,8 +3976,8 @@ export declare const GetScreenGenerationContextOutputSchema: z.ZodObject<{
4131
3976
  description: string;
4132
3977
  title: string;
4133
3978
  steps: {
4134
- description: string;
4135
3979
  action: string;
3980
+ description: string;
4136
3981
  step: number;
4137
3982
  example?: string | undefined;
4138
3983
  tool?: string | undefined;
@@ -4558,21 +4403,15 @@ export type ValidateScreenDefinitionOutput = z.infer<typeof ValidateScreenDefini
4558
4403
  export declare const ValidateEnvironmentInputSchema: z.ZodObject<{
4559
4404
  projectPath: z.ZodString;
4560
4405
  requiredPackages: z.ZodArray<z.ZodString, "many">;
4561
- sourceFiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4562
4406
  checkTailwind: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4563
- checkStyles: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4564
4407
  }, "strip", z.ZodTypeAny, {
4565
4408
  projectPath: string;
4566
4409
  requiredPackages: string[];
4567
4410
  checkTailwind: boolean;
4568
- checkStyles: boolean;
4569
- sourceFiles?: string[] | undefined;
4570
4411
  }, {
4571
4412
  projectPath: string;
4572
4413
  requiredPackages: string[];
4573
- sourceFiles?: string[] | undefined;
4574
4414
  checkTailwind?: boolean | undefined;
4575
- checkStyles?: boolean | undefined;
4576
4415
  }>;
4577
4416
  export type ValidateEnvironmentInput = z.infer<typeof ValidateEnvironmentInputSchema>;
4578
4417
  /**
@@ -4621,50 +4460,6 @@ export declare const ValidateEnvironmentOutputSchema: z.ZodObject<{
4621
4460
  fixes: string[];
4622
4461
  configPath?: string | undefined;
4623
4462
  }>>;
4624
- styles: z.ZodOptional<z.ZodObject<{
4625
- styleContract: z.ZodEnum<["framingui-native", "host-utility", "mixed", "unknown"]>;
4626
- cssFilesChecked: z.ZodArray<z.ZodString, "many">;
4627
- uiStylesImportFound: z.ZodBoolean;
4628
- definedVariables: z.ZodArray<z.ZodString, "many">;
4629
- missingVariables: z.ZodArray<z.ZodString, "many">;
4630
- issues: z.ZodArray<z.ZodString, "many">;
4631
- fixes: z.ZodArray<z.ZodString, "many">;
4632
- }, "strip", z.ZodTypeAny, {
4633
- issues: string[];
4634
- fixes: string[];
4635
- styleContract: "host-utility" | "framingui-native" | "unknown" | "mixed";
4636
- cssFilesChecked: string[];
4637
- uiStylesImportFound: boolean;
4638
- definedVariables: string[];
4639
- missingVariables: string[];
4640
- }, {
4641
- issues: string[];
4642
- fixes: string[];
4643
- styleContract: "host-utility" | "framingui-native" | "unknown" | "mixed";
4644
- cssFilesChecked: string[];
4645
- uiStylesImportFound: boolean;
4646
- definedVariables: string[];
4647
- missingVariables: string[];
4648
- }>>;
4649
- codegen: z.ZodOptional<z.ZodObject<{
4650
- checkedFiles: z.ZodArray<z.ZodString, "many">;
4651
- issues: z.ZodArray<z.ZodString, "many">;
4652
- fixes: z.ZodArray<z.ZodString, "many">;
4653
- detectedComponents: z.ZodArray<z.ZodString, "many">;
4654
- rawHtmlTags: z.ZodArray<z.ZodString, "many">;
4655
- }, "strip", z.ZodTypeAny, {
4656
- issues: string[];
4657
- fixes: string[];
4658
- checkedFiles: string[];
4659
- detectedComponents: string[];
4660
- rawHtmlTags: string[];
4661
- }, {
4662
- issues: string[];
4663
- fixes: string[];
4664
- checkedFiles: string[];
4665
- detectedComponents: string[];
4666
- rawHtmlTags: string[];
4667
- }>>;
4668
4463
  error: z.ZodOptional<z.ZodString>;
4669
4464
  }, "strip", z.ZodTypeAny, {
4670
4465
  success: boolean;
@@ -4686,22 +4481,6 @@ export declare const ValidateEnvironmentOutputSchema: z.ZodObject<{
4686
4481
  } | undefined;
4687
4482
  installed?: Record<string, string> | undefined;
4688
4483
  missing?: string[] | undefined;
4689
- styles?: {
4690
- issues: string[];
4691
- fixes: string[];
4692
- styleContract: "host-utility" | "framingui-native" | "unknown" | "mixed";
4693
- cssFilesChecked: string[];
4694
- uiStylesImportFound: boolean;
4695
- definedVariables: string[];
4696
- missingVariables: string[];
4697
- } | undefined;
4698
- codegen?: {
4699
- issues: string[];
4700
- fixes: string[];
4701
- checkedFiles: string[];
4702
- detectedComponents: string[];
4703
- rawHtmlTags: string[];
4704
- } | undefined;
4705
4484
  }, {
4706
4485
  success: boolean;
4707
4486
  tailwind?: {
@@ -4722,22 +4501,6 @@ export declare const ValidateEnvironmentOutputSchema: z.ZodObject<{
4722
4501
  } | undefined;
4723
4502
  installed?: Record<string, string> | undefined;
4724
4503
  missing?: string[] | undefined;
4725
- styles?: {
4726
- issues: string[];
4727
- fixes: string[];
4728
- styleContract: "host-utility" | "framingui-native" | "unknown" | "mixed";
4729
- cssFilesChecked: string[];
4730
- uiStylesImportFound: boolean;
4731
- definedVariables: string[];
4732
- missingVariables: string[];
4733
- } | undefined;
4734
- codegen?: {
4735
- issues: string[];
4736
- fixes: string[];
4737
- checkedFiles: string[];
4738
- detectedComponents: string[];
4739
- rawHtmlTags: string[];
4740
- } | undefined;
4741
4504
  }>;
4742
4505
  export type ValidateEnvironmentOutput = z.infer<typeof ValidateEnvironmentOutputSchema>;
4743
4506
  //# sourceMappingURL=mcp-schemas.d.ts.map