@better-fullstack/types 1.8.1 → 2.0.1

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 (40) hide show
  1. package/dist/{defaults-05kDqAVs.d.mts → defaults-ByJzfP7_.d.mts} +2 -2
  2. package/dist/defaults-ByJzfP7_.d.mts.map +1 -0
  3. package/dist/{defaults-D23vxGYl.mjs → defaults-DNmNiuxG.mjs} +1 -1
  4. package/dist/{defaults-D23vxGYl.mjs.map → defaults-DNmNiuxG.mjs.map} +1 -1
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +6 -5
  8. package/dist/index.d.mts.map +1 -1
  9. package/dist/index.mjs +5 -4
  10. package/dist/index.mjs.map +1 -1
  11. package/dist/json-schema.d.mts +522 -46
  12. package/dist/json-schema.d.mts.map +1 -1
  13. package/dist/json-schema.mjs +1 -1
  14. package/dist/{schemas-CUFM_Cdl.d.mts → schemas-62dqb8iS.d.mts} +510 -46
  15. package/dist/schemas-62dqb8iS.d.mts.map +1 -0
  16. package/dist/{schemas-Hj_Gbdf0.mjs → schemas-DnEGgQzA.mjs} +68 -6
  17. package/dist/schemas-DnEGgQzA.mjs.map +1 -0
  18. package/dist/schemas.d.mts +2 -2
  19. package/dist/schemas.mjs +2 -2
  20. package/dist/stack-graph-C2tzuzRe.mjs +585 -0
  21. package/dist/stack-graph-C2tzuzRe.mjs.map +1 -0
  22. package/dist/stack-graph-UgPd4sup.d.mts +68 -0
  23. package/dist/stack-graph-UgPd4sup.d.mts.map +1 -0
  24. package/dist/stack-graph.d.mts +4 -0
  25. package/dist/stack-graph.mjs +4 -0
  26. package/dist/{stack-translation-BpsvxDrw.mjs → stack-translation-COVG5IPm.mjs} +248 -16
  27. package/dist/stack-translation-COVG5IPm.mjs.map +1 -0
  28. package/dist/{stack-translation-D7H3h8Vs.d.mts → stack-translation-CYNMQUUu.d.mts} +13 -6
  29. package/dist/stack-translation-CYNMQUUu.d.mts.map +1 -0
  30. package/dist/stack-translation.d.mts +5 -5
  31. package/dist/stack-translation.mjs +4 -3
  32. package/dist/{types-C0KHWyJI.d.mts → types-CWpfWGSN.d.mts} +7 -3
  33. package/dist/{types-C0KHWyJI.d.mts.map → types-CWpfWGSN.d.mts.map} +1 -1
  34. package/dist/types.d.mts +3 -3
  35. package/package.json +5 -1
  36. package/dist/defaults-05kDqAVs.d.mts.map +0 -1
  37. package/dist/schemas-CUFM_Cdl.d.mts.map +0 -1
  38. package/dist/schemas-Hj_Gbdf0.mjs.map +0 -1
  39. package/dist/stack-translation-BpsvxDrw.mjs.map +0 -1
  40. package/dist/stack-translation-D7H3h8Vs.d.mts.map +0 -1
@@ -89,8 +89,8 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
89
89
  "docker-compose": "docker-compose";
90
90
  }>>;
91
91
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
92
- none: "none";
93
92
  ai: "ai";
93
+ none: "none";
94
94
  "chat-sdk": "chat-sdk";
95
95
  "tanstack-showcase": "tanstack-showcase";
96
96
  }>>;
@@ -157,10 +157,10 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
157
157
  vercel: "vercel";
158
158
  }>>;
159
159
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
160
+ error: "error";
160
161
  merge: "merge";
161
162
  overwrite: "overwrite";
162
163
  increment: "increment";
163
- error: "error";
164
164
  }>>;
165
165
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
166
166
  none: "none";
@@ -182,6 +182,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
182
182
  yolo: z.ZodOptional<z.ZodBoolean>;
183
183
  verbose: z.ZodOptional<z.ZodBoolean>;
184
184
  dryRun: z.ZodOptional<z.ZodBoolean>;
185
+ verify: z.ZodOptional<z.ZodBoolean>;
185
186
  ecosystem: z.ZodOptional<z.ZodEnum<{
186
187
  typescript: "typescript";
187
188
  "react-native": "react-native";
@@ -277,8 +278,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
277
278
  "docker-compose": "docker-compose";
278
279
  }>>>;
279
280
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
280
- none: "none";
281
281
  ai: "ai";
282
+ none: "none";
282
283
  "chat-sdk": "chat-sdk";
283
284
  "tanstack-showcase": "tanstack-showcase";
284
285
  }>>>;
@@ -354,10 +355,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
354
355
  vercel: "vercel";
355
356
  }>>;
356
357
  directoryConflict: z.ZodOptional<z.ZodEnum<{
358
+ error: "error";
357
359
  merge: "merge";
358
360
  overwrite: "overwrite";
359
361
  increment: "increment";
360
- error: "error";
361
362
  }>>;
362
363
  renderTitle: z.ZodOptional<z.ZodBoolean>;
363
364
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -384,8 +385,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
384
385
  "ai-cli": "ai-cli";
385
386
  }>>;
386
387
  effect: z.ZodOptional<z.ZodEnum<{
387
- none: "none";
388
388
  effect: "effect";
389
+ none: "none";
389
390
  "effect-full": "effect-full";
390
391
  }>>;
391
392
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -436,6 +437,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
436
437
  "postcss-only": "postcss-only";
437
438
  }>>;
438
439
  uiLibrary: z.ZodOptional<z.ZodEnum<{
440
+ mui: "mui";
439
441
  none: "none";
440
442
  "shadcn-ui": "shadcn-ui";
441
443
  "shadcn-svelte": "shadcn-svelte";
@@ -446,7 +448,6 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
446
448
  "chakra-ui": "chakra-ui";
447
449
  nextui: "nextui";
448
450
  mantine: "mantine";
449
- mui: "mui";
450
451
  antd: "antd";
451
452
  "base-ui": "base-ui";
452
453
  "ark-ui": "ark-ui";
@@ -782,8 +783,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
782
783
  chi: "chi";
783
784
  }>>;
784
785
  goOrm: z.ZodOptional<z.ZodEnum<{
785
- none: "none";
786
786
  gorm: "gorm";
787
+ none: "none";
787
788
  sqlc: "sqlc";
788
789
  ent: "ent";
789
790
  }>>;
@@ -946,6 +947,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
946
947
  "agents-md": "agents-md";
947
948
  cursorrules: "cursorrules";
948
949
  }>>>;
950
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
949
951
  }, z.core.$strip>>;
950
952
  declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
951
953
  projectName: z.ZodString;
@@ -1048,8 +1050,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1048
1050
  "docker-compose": "docker-compose";
1049
1051
  }>>;
1050
1052
  examples: z.ZodArray<z.ZodEnum<{
1051
- none: "none";
1052
1053
  ai: "ai";
1054
+ none: "none";
1053
1055
  "chat-sdk": "chat-sdk";
1054
1056
  "tanstack-showcase": "tanstack-showcase";
1055
1057
  }>>;
@@ -1144,8 +1146,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1144
1146
  "ai-cli": "ai-cli";
1145
1147
  }>;
1146
1148
  effect: z.ZodEnum<{
1147
- none: "none";
1148
1149
  effect: "effect";
1150
+ none: "none";
1149
1151
  "effect-full": "effect-full";
1150
1152
  }>;
1151
1153
  stateManagement: z.ZodEnum<{
@@ -1196,6 +1198,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1196
1198
  "postcss-only": "postcss-only";
1197
1199
  }>;
1198
1200
  uiLibrary: z.ZodEnum<{
1201
+ mui: "mui";
1199
1202
  none: "none";
1200
1203
  "shadcn-ui": "shadcn-ui";
1201
1204
  "shadcn-svelte": "shadcn-svelte";
@@ -1206,7 +1209,6 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1206
1209
  "chakra-ui": "chakra-ui";
1207
1210
  nextui: "nextui";
1208
1211
  mantine: "mantine";
1209
- mui: "mui";
1210
1212
  antd: "antd";
1211
1213
  "base-ui": "base-ui";
1212
1214
  "ark-ui": "ark-ui";
@@ -1542,8 +1544,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1542
1544
  chi: "chi";
1543
1545
  }>;
1544
1546
  goOrm: z.ZodEnum<{
1545
- none: "none";
1546
1547
  gorm: "gorm";
1548
+ none: "none";
1547
1549
  sqlc: "sqlc";
1548
1550
  ent: "ent";
1549
1551
  }>;
@@ -1706,10 +1708,69 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1706
1708
  "agents-md": "agents-md";
1707
1709
  cursorrules: "cursorrules";
1708
1710
  }>>;
1711
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
1712
+ id: z.ZodString;
1713
+ role: z.ZodEnum<{
1714
+ runtime: "runtime";
1715
+ backend: "backend";
1716
+ database: "database";
1717
+ orm: "orm";
1718
+ auth: "auth";
1719
+ payments: "payments";
1720
+ email: "email";
1721
+ logging: "logging";
1722
+ observability: "observability";
1723
+ featureFlags: "featureFlags";
1724
+ analytics: "analytics";
1725
+ stateManagement: "stateManagement";
1726
+ forms: "forms";
1727
+ validation: "validation";
1728
+ testing: "testing";
1729
+ jobQueue: "jobQueue";
1730
+ caching: "caching";
1731
+ cms: "cms";
1732
+ i18n: "i18n";
1733
+ search: "search";
1734
+ fileStorage: "fileStorage";
1735
+ codeQuality: "codeQuality";
1736
+ documentation: "documentation";
1737
+ api: "api";
1738
+ ai: "ai";
1739
+ css: "css";
1740
+ ui: "ui";
1741
+ frontend: "frontend";
1742
+ mobile: "mobile";
1743
+ deploy: "deploy";
1744
+ appPlatform: "appPlatform";
1745
+ }>;
1746
+ toolId: z.ZodString;
1747
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
1748
+ typescript: "typescript";
1749
+ "react-native": "react-native";
1750
+ rust: "rust";
1751
+ python: "python";
1752
+ go: "go";
1753
+ java: "java";
1754
+ elixir: "elixir";
1755
+ }>, z.ZodLiteral<"universal">]>;
1756
+ ownerPartId: z.ZodOptional<z.ZodString>;
1757
+ source: z.ZodEnum<{
1758
+ selected: "selected";
1759
+ defaulted: "defaulted";
1760
+ provided: "provided";
1761
+ legacy: "legacy";
1762
+ adjusted: "adjusted";
1763
+ }>;
1764
+ providedByPartId: z.ZodOptional<z.ZodString>;
1765
+ targetPath: z.ZodOptional<z.ZodString>;
1766
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1767
+ }, z.core.$strip>>>;
1709
1768
  }, z.core.$strip>>;
1710
1769
  declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
1711
1770
  version: z.ZodString;
1712
1771
  createdAt: z.ZodString;
1772
+ graphSummary: z.ZodOptional<z.ZodString>;
1773
+ effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1713
1774
  ecosystem: z.ZodEnum<{
1714
1775
  typescript: "typescript";
1715
1776
  "react-native": "react-native";
@@ -1807,8 +1868,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1807
1868
  "docker-compose": "docker-compose";
1808
1869
  }>>;
1809
1870
  examples: z.ZodArray<z.ZodEnum<{
1810
- none: "none";
1811
1871
  ai: "ai";
1872
+ none: "none";
1812
1873
  "chat-sdk": "chat-sdk";
1813
1874
  "tanstack-showcase": "tanstack-showcase";
1814
1875
  }>>;
@@ -1901,8 +1962,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1901
1962
  "ai-cli": "ai-cli";
1902
1963
  }>;
1903
1964
  effect: z.ZodEnum<{
1904
- none: "none";
1905
1965
  effect: "effect";
1966
+ none: "none";
1906
1967
  "effect-full": "effect-full";
1907
1968
  }>;
1908
1969
  stateManagement: z.ZodEnum<{
@@ -1953,6 +2014,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1953
2014
  "postcss-only": "postcss-only";
1954
2015
  }>;
1955
2016
  uiLibrary: z.ZodEnum<{
2017
+ mui: "mui";
1956
2018
  none: "none";
1957
2019
  "shadcn-ui": "shadcn-ui";
1958
2020
  "shadcn-svelte": "shadcn-svelte";
@@ -1963,7 +2025,6 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1963
2025
  "chakra-ui": "chakra-ui";
1964
2026
  nextui: "nextui";
1965
2027
  mantine: "mantine";
1966
- mui: "mui";
1967
2028
  antd: "antd";
1968
2029
  "base-ui": "base-ui";
1969
2030
  "ark-ui": "ark-ui";
@@ -2299,8 +2360,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2299
2360
  chi: "chi";
2300
2361
  }>;
2301
2362
  goOrm: z.ZodEnum<{
2302
- none: "none";
2303
2363
  gorm: "gorm";
2364
+ none: "none";
2304
2365
  sqlc: "sqlc";
2305
2366
  ent: "ent";
2306
2367
  }>;
@@ -2463,10 +2524,69 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2463
2524
  "agents-md": "agents-md";
2464
2525
  cursorrules: "cursorrules";
2465
2526
  }>>;
2527
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2528
+ id: z.ZodString;
2529
+ role: z.ZodEnum<{
2530
+ runtime: "runtime";
2531
+ backend: "backend";
2532
+ database: "database";
2533
+ orm: "orm";
2534
+ auth: "auth";
2535
+ payments: "payments";
2536
+ email: "email";
2537
+ logging: "logging";
2538
+ observability: "observability";
2539
+ featureFlags: "featureFlags";
2540
+ analytics: "analytics";
2541
+ stateManagement: "stateManagement";
2542
+ forms: "forms";
2543
+ validation: "validation";
2544
+ testing: "testing";
2545
+ jobQueue: "jobQueue";
2546
+ caching: "caching";
2547
+ cms: "cms";
2548
+ i18n: "i18n";
2549
+ search: "search";
2550
+ fileStorage: "fileStorage";
2551
+ codeQuality: "codeQuality";
2552
+ documentation: "documentation";
2553
+ api: "api";
2554
+ ai: "ai";
2555
+ css: "css";
2556
+ ui: "ui";
2557
+ frontend: "frontend";
2558
+ mobile: "mobile";
2559
+ deploy: "deploy";
2560
+ appPlatform: "appPlatform";
2561
+ }>;
2562
+ toolId: z.ZodString;
2563
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
2564
+ typescript: "typescript";
2565
+ "react-native": "react-native";
2566
+ rust: "rust";
2567
+ python: "python";
2568
+ go: "go";
2569
+ java: "java";
2570
+ elixir: "elixir";
2571
+ }>, z.ZodLiteral<"universal">]>;
2572
+ ownerPartId: z.ZodOptional<z.ZodString>;
2573
+ source: z.ZodEnum<{
2574
+ selected: "selected";
2575
+ defaulted: "defaulted";
2576
+ provided: "provided";
2577
+ legacy: "legacy";
2578
+ adjusted: "adjusted";
2579
+ }>;
2580
+ providedByPartId: z.ZodOptional<z.ZodString>;
2581
+ targetPath: z.ZodOptional<z.ZodString>;
2582
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2583
+ }, z.core.$strip>>>;
2466
2584
  }, z.core.$strip>>;
2467
2585
  declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2468
2586
  version: z.ZodString;
2469
2587
  createdAt: z.ZodString;
2588
+ graphSummary: z.ZodOptional<z.ZodString>;
2589
+ effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2470
2590
  ecosystem: z.ZodEnum<{
2471
2591
  typescript: "typescript";
2472
2592
  "react-native": "react-native";
@@ -2564,8 +2684,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2564
2684
  "docker-compose": "docker-compose";
2565
2685
  }>>;
2566
2686
  examples: z.ZodArray<z.ZodEnum<{
2567
- none: "none";
2568
2687
  ai: "ai";
2688
+ none: "none";
2569
2689
  "chat-sdk": "chat-sdk";
2570
2690
  "tanstack-showcase": "tanstack-showcase";
2571
2691
  }>>;
@@ -2658,8 +2778,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2658
2778
  "ai-cli": "ai-cli";
2659
2779
  }>;
2660
2780
  effect: z.ZodEnum<{
2661
- none: "none";
2662
2781
  effect: "effect";
2782
+ none: "none";
2663
2783
  "effect-full": "effect-full";
2664
2784
  }>;
2665
2785
  stateManagement: z.ZodEnum<{
@@ -2710,6 +2830,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2710
2830
  "postcss-only": "postcss-only";
2711
2831
  }>;
2712
2832
  uiLibrary: z.ZodEnum<{
2833
+ mui: "mui";
2713
2834
  none: "none";
2714
2835
  "shadcn-ui": "shadcn-ui";
2715
2836
  "shadcn-svelte": "shadcn-svelte";
@@ -2720,7 +2841,6 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
2720
2841
  "chakra-ui": "chakra-ui";
2721
2842
  nextui: "nextui";
2722
2843
  mantine: "mantine";
2723
- mui: "mui";
2724
2844
  antd: "antd";
2725
2845
  "base-ui": "base-ui";
2726
2846
  "ark-ui": "ark-ui";
@@ -3056,8 +3176,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3056
3176
  chi: "chi";
3057
3177
  }>;
3058
3178
  goOrm: z.ZodEnum<{
3059
- none: "none";
3060
3179
  gorm: "gorm";
3180
+ none: "none";
3061
3181
  sqlc: "sqlc";
3062
3182
  ent: "ent";
3063
3183
  }>;
@@ -3220,6 +3340,63 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3220
3340
  "agents-md": "agents-md";
3221
3341
  cursorrules: "cursorrules";
3222
3342
  }>>;
3343
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
3344
+ id: z.ZodString;
3345
+ role: z.ZodEnum<{
3346
+ runtime: "runtime";
3347
+ backend: "backend";
3348
+ database: "database";
3349
+ orm: "orm";
3350
+ auth: "auth";
3351
+ payments: "payments";
3352
+ email: "email";
3353
+ logging: "logging";
3354
+ observability: "observability";
3355
+ featureFlags: "featureFlags";
3356
+ analytics: "analytics";
3357
+ stateManagement: "stateManagement";
3358
+ forms: "forms";
3359
+ validation: "validation";
3360
+ testing: "testing";
3361
+ jobQueue: "jobQueue";
3362
+ caching: "caching";
3363
+ cms: "cms";
3364
+ i18n: "i18n";
3365
+ search: "search";
3366
+ fileStorage: "fileStorage";
3367
+ codeQuality: "codeQuality";
3368
+ documentation: "documentation";
3369
+ api: "api";
3370
+ ai: "ai";
3371
+ css: "css";
3372
+ ui: "ui";
3373
+ frontend: "frontend";
3374
+ mobile: "mobile";
3375
+ deploy: "deploy";
3376
+ appPlatform: "appPlatform";
3377
+ }>;
3378
+ toolId: z.ZodString;
3379
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
3380
+ typescript: "typescript";
3381
+ "react-native": "react-native";
3382
+ rust: "rust";
3383
+ python: "python";
3384
+ go: "go";
3385
+ java: "java";
3386
+ elixir: "elixir";
3387
+ }>, z.ZodLiteral<"universal">]>;
3388
+ ownerPartId: z.ZodOptional<z.ZodString>;
3389
+ source: z.ZodEnum<{
3390
+ selected: "selected";
3391
+ defaulted: "defaulted";
3392
+ provided: "provided";
3393
+ legacy: "legacy";
3394
+ adjusted: "adjusted";
3395
+ }>;
3396
+ providedByPartId: z.ZodOptional<z.ZodString>;
3397
+ targetPath: z.ZodOptional<z.ZodString>;
3398
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3399
+ }, z.core.$strip>>>;
3223
3400
  }, z.core.$strip>>;
3224
3401
  declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3225
3402
  success: z.ZodBoolean;
@@ -3324,8 +3501,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3324
3501
  "docker-compose": "docker-compose";
3325
3502
  }>>;
3326
3503
  examples: z.ZodArray<z.ZodEnum<{
3327
- none: "none";
3328
3504
  ai: "ai";
3505
+ none: "none";
3329
3506
  "chat-sdk": "chat-sdk";
3330
3507
  "tanstack-showcase": "tanstack-showcase";
3331
3508
  }>>;
@@ -3420,8 +3597,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3420
3597
  "ai-cli": "ai-cli";
3421
3598
  }>;
3422
3599
  effect: z.ZodEnum<{
3423
- none: "none";
3424
3600
  effect: "effect";
3601
+ none: "none";
3425
3602
  "effect-full": "effect-full";
3426
3603
  }>;
3427
3604
  stateManagement: z.ZodEnum<{
@@ -3472,6 +3649,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3472
3649
  "postcss-only": "postcss-only";
3473
3650
  }>;
3474
3651
  uiLibrary: z.ZodEnum<{
3652
+ mui: "mui";
3475
3653
  none: "none";
3476
3654
  "shadcn-ui": "shadcn-ui";
3477
3655
  "shadcn-svelte": "shadcn-svelte";
@@ -3482,7 +3660,6 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3482
3660
  "chakra-ui": "chakra-ui";
3483
3661
  nextui: "nextui";
3484
3662
  mantine: "mantine";
3485
- mui: "mui";
3486
3663
  antd: "antd";
3487
3664
  "base-ui": "base-ui";
3488
3665
  "ark-ui": "ark-ui";
@@ -3818,8 +3995,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3818
3995
  chi: "chi";
3819
3996
  }>;
3820
3997
  goOrm: z.ZodEnum<{
3821
- none: "none";
3822
3998
  gorm: "gorm";
3999
+ none: "none";
3823
4000
  sqlc: "sqlc";
3824
4001
  ent: "ent";
3825
4002
  }>;
@@ -3982,6 +4159,63 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3982
4159
  "agents-md": "agents-md";
3983
4160
  cursorrules: "cursorrules";
3984
4161
  }>>;
4162
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4163
+ id: z.ZodString;
4164
+ role: z.ZodEnum<{
4165
+ runtime: "runtime";
4166
+ backend: "backend";
4167
+ database: "database";
4168
+ orm: "orm";
4169
+ auth: "auth";
4170
+ payments: "payments";
4171
+ email: "email";
4172
+ logging: "logging";
4173
+ observability: "observability";
4174
+ featureFlags: "featureFlags";
4175
+ analytics: "analytics";
4176
+ stateManagement: "stateManagement";
4177
+ forms: "forms";
4178
+ validation: "validation";
4179
+ testing: "testing";
4180
+ jobQueue: "jobQueue";
4181
+ caching: "caching";
4182
+ cms: "cms";
4183
+ i18n: "i18n";
4184
+ search: "search";
4185
+ fileStorage: "fileStorage";
4186
+ codeQuality: "codeQuality";
4187
+ documentation: "documentation";
4188
+ api: "api";
4189
+ ai: "ai";
4190
+ css: "css";
4191
+ ui: "ui";
4192
+ frontend: "frontend";
4193
+ mobile: "mobile";
4194
+ deploy: "deploy";
4195
+ appPlatform: "appPlatform";
4196
+ }>;
4197
+ toolId: z.ZodString;
4198
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
4199
+ typescript: "typescript";
4200
+ "react-native": "react-native";
4201
+ rust: "rust";
4202
+ python: "python";
4203
+ go: "go";
4204
+ java: "java";
4205
+ elixir: "elixir";
4206
+ }>, z.ZodLiteral<"universal">]>;
4207
+ ownerPartId: z.ZodOptional<z.ZodString>;
4208
+ source: z.ZodEnum<{
4209
+ selected: "selected";
4210
+ defaulted: "defaulted";
4211
+ provided: "provided";
4212
+ legacy: "legacy";
4213
+ adjusted: "adjusted";
4214
+ }>;
4215
+ providedByPartId: z.ZodOptional<z.ZodString>;
4216
+ targetPath: z.ZodOptional<z.ZodString>;
4217
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4218
+ }, z.core.$strip>>>;
3985
4219
  }, z.core.$strip>;
3986
4220
  reproducibleCommand: z.ZodString;
3987
4221
  timeScaffolded: z.ZodString;
@@ -3989,6 +4223,10 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
3989
4223
  projectDirectory: z.ZodString;
3990
4224
  relativePath: z.ZodString;
3991
4225
  error: z.ZodOptional<z.ZodString>;
4226
+ dryRun: z.ZodOptional<z.ZodBoolean>;
4227
+ fileCount: z.ZodOptional<z.ZodNumber>;
4228
+ directoryCount: z.ZodOptional<z.ZodNumber>;
4229
+ files: z.ZodOptional<z.ZodArray<z.ZodString>>;
3992
4230
  }, z.core.$strip>>;
3993
4231
  declare function getJavaWebFrameworkJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
3994
4232
  none: "none";
@@ -4210,8 +4448,8 @@ declare function getAllJsonSchemas(): {
4210
4448
  "docker-compose": "docker-compose";
4211
4449
  }>>;
4212
4450
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4213
- none: "none";
4214
4451
  ai: "ai";
4452
+ none: "none";
4215
4453
  "chat-sdk": "chat-sdk";
4216
4454
  "tanstack-showcase": "tanstack-showcase";
4217
4455
  }>>;
@@ -4278,10 +4516,10 @@ declare function getAllJsonSchemas(): {
4278
4516
  vercel: "vercel";
4279
4517
  }>>;
4280
4518
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4519
+ error: "error";
4281
4520
  merge: "merge";
4282
4521
  overwrite: "overwrite";
4283
4522
  increment: "increment";
4284
- error: "error";
4285
4523
  }>>;
4286
4524
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
4287
4525
  none: "none";
@@ -4434,6 +4672,7 @@ declare function getAllJsonSchemas(): {
4434
4672
  yolo: z.ZodOptional<z.ZodBoolean>;
4435
4673
  verbose: z.ZodOptional<z.ZodBoolean>;
4436
4674
  dryRun: z.ZodOptional<z.ZodBoolean>;
4675
+ verify: z.ZodOptional<z.ZodBoolean>;
4437
4676
  ecosystem: z.ZodOptional<z.ZodEnum<{
4438
4677
  typescript: "typescript";
4439
4678
  "react-native": "react-native";
@@ -4529,8 +4768,8 @@ declare function getAllJsonSchemas(): {
4529
4768
  "docker-compose": "docker-compose";
4530
4769
  }>>>;
4531
4770
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4532
- none: "none";
4533
4771
  ai: "ai";
4772
+ none: "none";
4534
4773
  "chat-sdk": "chat-sdk";
4535
4774
  "tanstack-showcase": "tanstack-showcase";
4536
4775
  }>>>;
@@ -4606,10 +4845,10 @@ declare function getAllJsonSchemas(): {
4606
4845
  vercel: "vercel";
4607
4846
  }>>;
4608
4847
  directoryConflict: z.ZodOptional<z.ZodEnum<{
4848
+ error: "error";
4609
4849
  merge: "merge";
4610
4850
  overwrite: "overwrite";
4611
4851
  increment: "increment";
4612
- error: "error";
4613
4852
  }>>;
4614
4853
  renderTitle: z.ZodOptional<z.ZodBoolean>;
4615
4854
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -4636,8 +4875,8 @@ declare function getAllJsonSchemas(): {
4636
4875
  "ai-cli": "ai-cli";
4637
4876
  }>>;
4638
4877
  effect: z.ZodOptional<z.ZodEnum<{
4639
- none: "none";
4640
4878
  effect: "effect";
4879
+ none: "none";
4641
4880
  "effect-full": "effect-full";
4642
4881
  }>>;
4643
4882
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -4688,6 +4927,7 @@ declare function getAllJsonSchemas(): {
4688
4927
  "postcss-only": "postcss-only";
4689
4928
  }>>;
4690
4929
  uiLibrary: z.ZodOptional<z.ZodEnum<{
4930
+ mui: "mui";
4691
4931
  none: "none";
4692
4932
  "shadcn-ui": "shadcn-ui";
4693
4933
  "shadcn-svelte": "shadcn-svelte";
@@ -4698,7 +4938,6 @@ declare function getAllJsonSchemas(): {
4698
4938
  "chakra-ui": "chakra-ui";
4699
4939
  nextui: "nextui";
4700
4940
  mantine: "mantine";
4701
- mui: "mui";
4702
4941
  antd: "antd";
4703
4942
  "base-ui": "base-ui";
4704
4943
  "ark-ui": "ark-ui";
@@ -5034,8 +5273,8 @@ declare function getAllJsonSchemas(): {
5034
5273
  chi: "chi";
5035
5274
  }>>;
5036
5275
  goOrm: z.ZodOptional<z.ZodEnum<{
5037
- none: "none";
5038
5276
  gorm: "gorm";
5277
+ none: "none";
5039
5278
  sqlc: "sqlc";
5040
5279
  ent: "ent";
5041
5280
  }>>;
@@ -5198,6 +5437,7 @@ declare function getAllJsonSchemas(): {
5198
5437
  "agents-md": "agents-md";
5199
5438
  cursorrules: "cursorrules";
5200
5439
  }>>>;
5440
+ part: z.ZodOptional<z.ZodArray<z.ZodString>>;
5201
5441
  }, z.core.$strip>>;
5202
5442
  projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
5203
5443
  projectName: z.ZodString;
@@ -5300,8 +5540,8 @@ declare function getAllJsonSchemas(): {
5300
5540
  "docker-compose": "docker-compose";
5301
5541
  }>>;
5302
5542
  examples: z.ZodArray<z.ZodEnum<{
5303
- none: "none";
5304
5543
  ai: "ai";
5544
+ none: "none";
5305
5545
  "chat-sdk": "chat-sdk";
5306
5546
  "tanstack-showcase": "tanstack-showcase";
5307
5547
  }>>;
@@ -5396,8 +5636,8 @@ declare function getAllJsonSchemas(): {
5396
5636
  "ai-cli": "ai-cli";
5397
5637
  }>;
5398
5638
  effect: z.ZodEnum<{
5399
- none: "none";
5400
5639
  effect: "effect";
5640
+ none: "none";
5401
5641
  "effect-full": "effect-full";
5402
5642
  }>;
5403
5643
  stateManagement: z.ZodEnum<{
@@ -5448,6 +5688,7 @@ declare function getAllJsonSchemas(): {
5448
5688
  "postcss-only": "postcss-only";
5449
5689
  }>;
5450
5690
  uiLibrary: z.ZodEnum<{
5691
+ mui: "mui";
5451
5692
  none: "none";
5452
5693
  "shadcn-ui": "shadcn-ui";
5453
5694
  "shadcn-svelte": "shadcn-svelte";
@@ -5458,7 +5699,6 @@ declare function getAllJsonSchemas(): {
5458
5699
  "chakra-ui": "chakra-ui";
5459
5700
  nextui: "nextui";
5460
5701
  mantine: "mantine";
5461
- mui: "mui";
5462
5702
  antd: "antd";
5463
5703
  "base-ui": "base-ui";
5464
5704
  "ark-ui": "ark-ui";
@@ -5794,8 +6034,8 @@ declare function getAllJsonSchemas(): {
5794
6034
  chi: "chi";
5795
6035
  }>;
5796
6036
  goOrm: z.ZodEnum<{
5797
- none: "none";
5798
6037
  gorm: "gorm";
6038
+ none: "none";
5799
6039
  sqlc: "sqlc";
5800
6040
  ent: "ent";
5801
6041
  }>;
@@ -5958,10 +6198,69 @@ declare function getAllJsonSchemas(): {
5958
6198
  "agents-md": "agents-md";
5959
6199
  cursorrules: "cursorrules";
5960
6200
  }>>;
6201
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
6202
+ id: z.ZodString;
6203
+ role: z.ZodEnum<{
6204
+ runtime: "runtime";
6205
+ backend: "backend";
6206
+ database: "database";
6207
+ orm: "orm";
6208
+ auth: "auth";
6209
+ payments: "payments";
6210
+ email: "email";
6211
+ logging: "logging";
6212
+ observability: "observability";
6213
+ featureFlags: "featureFlags";
6214
+ analytics: "analytics";
6215
+ stateManagement: "stateManagement";
6216
+ forms: "forms";
6217
+ validation: "validation";
6218
+ testing: "testing";
6219
+ jobQueue: "jobQueue";
6220
+ caching: "caching";
6221
+ cms: "cms";
6222
+ i18n: "i18n";
6223
+ search: "search";
6224
+ fileStorage: "fileStorage";
6225
+ codeQuality: "codeQuality";
6226
+ documentation: "documentation";
6227
+ api: "api";
6228
+ ai: "ai";
6229
+ css: "css";
6230
+ ui: "ui";
6231
+ frontend: "frontend";
6232
+ mobile: "mobile";
6233
+ deploy: "deploy";
6234
+ appPlatform: "appPlatform";
6235
+ }>;
6236
+ toolId: z.ZodString;
6237
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
6238
+ typescript: "typescript";
6239
+ "react-native": "react-native";
6240
+ rust: "rust";
6241
+ python: "python";
6242
+ go: "go";
6243
+ java: "java";
6244
+ elixir: "elixir";
6245
+ }>, z.ZodLiteral<"universal">]>;
6246
+ ownerPartId: z.ZodOptional<z.ZodString>;
6247
+ source: z.ZodEnum<{
6248
+ selected: "selected";
6249
+ defaulted: "defaulted";
6250
+ provided: "provided";
6251
+ legacy: "legacy";
6252
+ adjusted: "adjusted";
6253
+ }>;
6254
+ providedByPartId: z.ZodOptional<z.ZodString>;
6255
+ targetPath: z.ZodOptional<z.ZodString>;
6256
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
6257
+ }, z.core.$strip>>>;
5961
6258
  }, z.core.$strip>>;
5962
6259
  betterFullstackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
5963
6260
  version: z.ZodString;
5964
6261
  createdAt: z.ZodString;
6262
+ graphSummary: z.ZodOptional<z.ZodString>;
6263
+ effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5965
6264
  ecosystem: z.ZodEnum<{
5966
6265
  typescript: "typescript";
5967
6266
  "react-native": "react-native";
@@ -6059,8 +6358,8 @@ declare function getAllJsonSchemas(): {
6059
6358
  "docker-compose": "docker-compose";
6060
6359
  }>>;
6061
6360
  examples: z.ZodArray<z.ZodEnum<{
6062
- none: "none";
6063
6361
  ai: "ai";
6362
+ none: "none";
6064
6363
  "chat-sdk": "chat-sdk";
6065
6364
  "tanstack-showcase": "tanstack-showcase";
6066
6365
  }>>;
@@ -6153,8 +6452,8 @@ declare function getAllJsonSchemas(): {
6153
6452
  "ai-cli": "ai-cli";
6154
6453
  }>;
6155
6454
  effect: z.ZodEnum<{
6156
- none: "none";
6157
6455
  effect: "effect";
6456
+ none: "none";
6158
6457
  "effect-full": "effect-full";
6159
6458
  }>;
6160
6459
  stateManagement: z.ZodEnum<{
@@ -6205,6 +6504,7 @@ declare function getAllJsonSchemas(): {
6205
6504
  "postcss-only": "postcss-only";
6206
6505
  }>;
6207
6506
  uiLibrary: z.ZodEnum<{
6507
+ mui: "mui";
6208
6508
  none: "none";
6209
6509
  "shadcn-ui": "shadcn-ui";
6210
6510
  "shadcn-svelte": "shadcn-svelte";
@@ -6215,7 +6515,6 @@ declare function getAllJsonSchemas(): {
6215
6515
  "chakra-ui": "chakra-ui";
6216
6516
  nextui: "nextui";
6217
6517
  mantine: "mantine";
6218
- mui: "mui";
6219
6518
  antd: "antd";
6220
6519
  "base-ui": "base-ui";
6221
6520
  "ark-ui": "ark-ui";
@@ -6551,8 +6850,8 @@ declare function getAllJsonSchemas(): {
6551
6850
  chi: "chi";
6552
6851
  }>;
6553
6852
  goOrm: z.ZodEnum<{
6554
- none: "none";
6555
6853
  gorm: "gorm";
6854
+ none: "none";
6556
6855
  sqlc: "sqlc";
6557
6856
  ent: "ent";
6558
6857
  }>;
@@ -6715,10 +7014,69 @@ declare function getAllJsonSchemas(): {
6715
7014
  "agents-md": "agents-md";
6716
7015
  cursorrules: "cursorrules";
6717
7016
  }>>;
7017
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7018
+ id: z.ZodString;
7019
+ role: z.ZodEnum<{
7020
+ runtime: "runtime";
7021
+ backend: "backend";
7022
+ database: "database";
7023
+ orm: "orm";
7024
+ auth: "auth";
7025
+ payments: "payments";
7026
+ email: "email";
7027
+ logging: "logging";
7028
+ observability: "observability";
7029
+ featureFlags: "featureFlags";
7030
+ analytics: "analytics";
7031
+ stateManagement: "stateManagement";
7032
+ forms: "forms";
7033
+ validation: "validation";
7034
+ testing: "testing";
7035
+ jobQueue: "jobQueue";
7036
+ caching: "caching";
7037
+ cms: "cms";
7038
+ i18n: "i18n";
7039
+ search: "search";
7040
+ fileStorage: "fileStorage";
7041
+ codeQuality: "codeQuality";
7042
+ documentation: "documentation";
7043
+ api: "api";
7044
+ ai: "ai";
7045
+ css: "css";
7046
+ ui: "ui";
7047
+ frontend: "frontend";
7048
+ mobile: "mobile";
7049
+ deploy: "deploy";
7050
+ appPlatform: "appPlatform";
7051
+ }>;
7052
+ toolId: z.ZodString;
7053
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
7054
+ typescript: "typescript";
7055
+ "react-native": "react-native";
7056
+ rust: "rust";
7057
+ python: "python";
7058
+ go: "go";
7059
+ java: "java";
7060
+ elixir: "elixir";
7061
+ }>, z.ZodLiteral<"universal">]>;
7062
+ ownerPartId: z.ZodOptional<z.ZodString>;
7063
+ source: z.ZodEnum<{
7064
+ selected: "selected";
7065
+ defaulted: "defaulted";
7066
+ provided: "provided";
7067
+ legacy: "legacy";
7068
+ adjusted: "adjusted";
7069
+ }>;
7070
+ providedByPartId: z.ZodOptional<z.ZodString>;
7071
+ targetPath: z.ZodOptional<z.ZodString>;
7072
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7073
+ }, z.core.$strip>>>;
6718
7074
  }, z.core.$strip>>;
6719
7075
  betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
6720
7076
  version: z.ZodString;
6721
7077
  createdAt: z.ZodString;
7078
+ graphSummary: z.ZodOptional<z.ZodString>;
7079
+ effectiveStack: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
6722
7080
  ecosystem: z.ZodEnum<{
6723
7081
  typescript: "typescript";
6724
7082
  "react-native": "react-native";
@@ -6816,8 +7174,8 @@ declare function getAllJsonSchemas(): {
6816
7174
  "docker-compose": "docker-compose";
6817
7175
  }>>;
6818
7176
  examples: z.ZodArray<z.ZodEnum<{
6819
- none: "none";
6820
7177
  ai: "ai";
7178
+ none: "none";
6821
7179
  "chat-sdk": "chat-sdk";
6822
7180
  "tanstack-showcase": "tanstack-showcase";
6823
7181
  }>>;
@@ -6910,8 +7268,8 @@ declare function getAllJsonSchemas(): {
6910
7268
  "ai-cli": "ai-cli";
6911
7269
  }>;
6912
7270
  effect: z.ZodEnum<{
6913
- none: "none";
6914
7271
  effect: "effect";
7272
+ none: "none";
6915
7273
  "effect-full": "effect-full";
6916
7274
  }>;
6917
7275
  stateManagement: z.ZodEnum<{
@@ -6962,6 +7320,7 @@ declare function getAllJsonSchemas(): {
6962
7320
  "postcss-only": "postcss-only";
6963
7321
  }>;
6964
7322
  uiLibrary: z.ZodEnum<{
7323
+ mui: "mui";
6965
7324
  none: "none";
6966
7325
  "shadcn-ui": "shadcn-ui";
6967
7326
  "shadcn-svelte": "shadcn-svelte";
@@ -6972,7 +7331,6 @@ declare function getAllJsonSchemas(): {
6972
7331
  "chakra-ui": "chakra-ui";
6973
7332
  nextui: "nextui";
6974
7333
  mantine: "mantine";
6975
- mui: "mui";
6976
7334
  antd: "antd";
6977
7335
  "base-ui": "base-ui";
6978
7336
  "ark-ui": "ark-ui";
@@ -7308,8 +7666,8 @@ declare function getAllJsonSchemas(): {
7308
7666
  chi: "chi";
7309
7667
  }>;
7310
7668
  goOrm: z.ZodEnum<{
7311
- none: "none";
7312
7669
  gorm: "gorm";
7670
+ none: "none";
7313
7671
  sqlc: "sqlc";
7314
7672
  ent: "ent";
7315
7673
  }>;
@@ -7472,6 +7830,63 @@ declare function getAllJsonSchemas(): {
7472
7830
  "agents-md": "agents-md";
7473
7831
  cursorrules: "cursorrules";
7474
7832
  }>>;
7833
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7834
+ id: z.ZodString;
7835
+ role: z.ZodEnum<{
7836
+ runtime: "runtime";
7837
+ backend: "backend";
7838
+ database: "database";
7839
+ orm: "orm";
7840
+ auth: "auth";
7841
+ payments: "payments";
7842
+ email: "email";
7843
+ logging: "logging";
7844
+ observability: "observability";
7845
+ featureFlags: "featureFlags";
7846
+ analytics: "analytics";
7847
+ stateManagement: "stateManagement";
7848
+ forms: "forms";
7849
+ validation: "validation";
7850
+ testing: "testing";
7851
+ jobQueue: "jobQueue";
7852
+ caching: "caching";
7853
+ cms: "cms";
7854
+ i18n: "i18n";
7855
+ search: "search";
7856
+ fileStorage: "fileStorage";
7857
+ codeQuality: "codeQuality";
7858
+ documentation: "documentation";
7859
+ api: "api";
7860
+ ai: "ai";
7861
+ css: "css";
7862
+ ui: "ui";
7863
+ frontend: "frontend";
7864
+ mobile: "mobile";
7865
+ deploy: "deploy";
7866
+ appPlatform: "appPlatform";
7867
+ }>;
7868
+ toolId: z.ZodString;
7869
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
7870
+ typescript: "typescript";
7871
+ "react-native": "react-native";
7872
+ rust: "rust";
7873
+ python: "python";
7874
+ go: "go";
7875
+ java: "java";
7876
+ elixir: "elixir";
7877
+ }>, z.ZodLiteral<"universal">]>;
7878
+ ownerPartId: z.ZodOptional<z.ZodString>;
7879
+ source: z.ZodEnum<{
7880
+ selected: "selected";
7881
+ defaulted: "defaulted";
7882
+ provided: "provided";
7883
+ legacy: "legacy";
7884
+ adjusted: "adjusted";
7885
+ }>;
7886
+ providedByPartId: z.ZodOptional<z.ZodString>;
7887
+ targetPath: z.ZodOptional<z.ZodString>;
7888
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7889
+ }, z.core.$strip>>>;
7475
7890
  }, z.core.$strip>>;
7476
7891
  initResult: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
7477
7892
  success: z.ZodBoolean;
@@ -7576,8 +7991,8 @@ declare function getAllJsonSchemas(): {
7576
7991
  "docker-compose": "docker-compose";
7577
7992
  }>>;
7578
7993
  examples: z.ZodArray<z.ZodEnum<{
7579
- none: "none";
7580
7994
  ai: "ai";
7995
+ none: "none";
7581
7996
  "chat-sdk": "chat-sdk";
7582
7997
  "tanstack-showcase": "tanstack-showcase";
7583
7998
  }>>;
@@ -7672,8 +8087,8 @@ declare function getAllJsonSchemas(): {
7672
8087
  "ai-cli": "ai-cli";
7673
8088
  }>;
7674
8089
  effect: z.ZodEnum<{
7675
- none: "none";
7676
8090
  effect: "effect";
8091
+ none: "none";
7677
8092
  "effect-full": "effect-full";
7678
8093
  }>;
7679
8094
  stateManagement: z.ZodEnum<{
@@ -7724,6 +8139,7 @@ declare function getAllJsonSchemas(): {
7724
8139
  "postcss-only": "postcss-only";
7725
8140
  }>;
7726
8141
  uiLibrary: z.ZodEnum<{
8142
+ mui: "mui";
7727
8143
  none: "none";
7728
8144
  "shadcn-ui": "shadcn-ui";
7729
8145
  "shadcn-svelte": "shadcn-svelte";
@@ -7734,7 +8150,6 @@ declare function getAllJsonSchemas(): {
7734
8150
  "chakra-ui": "chakra-ui";
7735
8151
  nextui: "nextui";
7736
8152
  mantine: "mantine";
7737
- mui: "mui";
7738
8153
  antd: "antd";
7739
8154
  "base-ui": "base-ui";
7740
8155
  "ark-ui": "ark-ui";
@@ -8070,8 +8485,8 @@ declare function getAllJsonSchemas(): {
8070
8485
  chi: "chi";
8071
8486
  }>;
8072
8487
  goOrm: z.ZodEnum<{
8073
- none: "none";
8074
8488
  gorm: "gorm";
8489
+ none: "none";
8075
8490
  sqlc: "sqlc";
8076
8491
  ent: "ent";
8077
8492
  }>;
@@ -8234,6 +8649,63 @@ declare function getAllJsonSchemas(): {
8234
8649
  "agents-md": "agents-md";
8235
8650
  cursorrules: "cursorrules";
8236
8651
  }>>;
8652
+ stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8653
+ id: z.ZodString;
8654
+ role: z.ZodEnum<{
8655
+ runtime: "runtime";
8656
+ backend: "backend";
8657
+ database: "database";
8658
+ orm: "orm";
8659
+ auth: "auth";
8660
+ payments: "payments";
8661
+ email: "email";
8662
+ logging: "logging";
8663
+ observability: "observability";
8664
+ featureFlags: "featureFlags";
8665
+ analytics: "analytics";
8666
+ stateManagement: "stateManagement";
8667
+ forms: "forms";
8668
+ validation: "validation";
8669
+ testing: "testing";
8670
+ jobQueue: "jobQueue";
8671
+ caching: "caching";
8672
+ cms: "cms";
8673
+ i18n: "i18n";
8674
+ search: "search";
8675
+ fileStorage: "fileStorage";
8676
+ codeQuality: "codeQuality";
8677
+ documentation: "documentation";
8678
+ api: "api";
8679
+ ai: "ai";
8680
+ css: "css";
8681
+ ui: "ui";
8682
+ frontend: "frontend";
8683
+ mobile: "mobile";
8684
+ deploy: "deploy";
8685
+ appPlatform: "appPlatform";
8686
+ }>;
8687
+ toolId: z.ZodString;
8688
+ ecosystem: z.ZodUnion<readonly [z.ZodEnum<{
8689
+ typescript: "typescript";
8690
+ "react-native": "react-native";
8691
+ rust: "rust";
8692
+ python: "python";
8693
+ go: "go";
8694
+ java: "java";
8695
+ elixir: "elixir";
8696
+ }>, z.ZodLiteral<"universal">]>;
8697
+ ownerPartId: z.ZodOptional<z.ZodString>;
8698
+ source: z.ZodEnum<{
8699
+ selected: "selected";
8700
+ defaulted: "defaulted";
8701
+ provided: "provided";
8702
+ legacy: "legacy";
8703
+ adjusted: "adjusted";
8704
+ }>;
8705
+ providedByPartId: z.ZodOptional<z.ZodString>;
8706
+ targetPath: z.ZodOptional<z.ZodString>;
8707
+ settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
8708
+ }, z.core.$strip>>>;
8237
8709
  }, z.core.$strip>;
8238
8710
  reproducibleCommand: z.ZodString;
8239
8711
  timeScaffolded: z.ZodString;
@@ -8241,6 +8713,10 @@ declare function getAllJsonSchemas(): {
8241
8713
  projectDirectory: z.ZodString;
8242
8714
  relativePath: z.ZodString;
8243
8715
  error: z.ZodOptional<z.ZodString>;
8716
+ dryRun: z.ZodOptional<z.ZodBoolean>;
8717
+ fileCount: z.ZodOptional<z.ZodNumber>;
8718
+ directoryCount: z.ZodOptional<z.ZodNumber>;
8719
+ files: z.ZodOptional<z.ZodArray<z.ZodString>>;
8244
8720
  }, z.core.$strip>>;
8245
8721
  };
8246
8722
  //#endregion