@vadimcomanescu/nadicode-design-system 2.0.6 → 2.0.8

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 (339) hide show
  1. package/.agents/skills/seed/SKILL.md +17 -8
  2. package/.agents/skills/seed/contract.md +5 -4
  3. package/.agents/skills/seed/intent-map.md +3 -3
  4. package/.agents/skills/seed/recipes/agents-chat.md +44 -20
  5. package/.agents/skills/seed/recipes/marketing-shell.md +10 -19
  6. package/.agents/skills/seed/recipes/navigation-shell.md +5 -5
  7. package/.agents/skills/seed/recipes/service-detail.md +1 -1
  8. package/.agents/skills/seed/references/blocks.md +30 -26
  9. package/.agents/skills/seed/references/brand-override.md +3 -1
  10. package/.agents/skills/seed/references/components.md +22 -2
  11. package/.agents/skills/seed/references/dashboard-patterns.md +12 -12
  12. package/.agents/skills/seed/references/nextjs.md +20 -80
  13. package/.agents/skills/seed/references/tokens.md +57 -248
  14. package/README.md +43 -215
  15. package/contracts/block-props-schemas.json +2186 -0
  16. package/contracts/component-props-schemas.json +8322 -0
  17. package/contracts/consumer-contract.json +178 -0
  18. package/contracts/consumer-intent-map.json +707 -0
  19. package/contracts/message-catalog-contract.json +820 -0
  20. package/contracts/page-kit-props-schemas.json +1894 -0
  21. package/contracts/public-surface-registry.json +6162 -0
  22. package/contracts/public-surface-registry.schema.json +227 -0
  23. package/contracts/release-governance-baseline.json +850 -0
  24. package/contracts/spec-manifest.json +46 -0
  25. package/css/tokens.css +300 -122
  26. package/dist/catalog.json +2166 -162
  27. package/dist/chunk-2BADJLMV.js +117 -0
  28. package/dist/chunk-35EX5FP5.js +106 -0
  29. package/dist/chunk-4IGBBIYW.js +47 -0
  30. package/dist/chunk-4WPZ6T7V.js +186 -0
  31. package/dist/chunk-5PZ4VR2D.js +142 -0
  32. package/dist/chunk-5UESKK6S.js +76 -0
  33. package/dist/chunk-7A2RXKGH.js +205 -0
  34. package/dist/{chunk-DF47R6LN.js → chunk-AWIG4QN6.js} +9 -9
  35. package/dist/chunk-AYWL4IYM.js +67 -0
  36. package/dist/chunk-C7WHMSF3.js +114 -0
  37. package/dist/{chunk-SV3KZ6CB.js → chunk-DSMGCFMJ.js} +7 -2
  38. package/dist/{chunk-4K3PATUT.js → chunk-EEL4RAPC.js} +13 -1
  39. package/dist/{chunk-ILIHQ2KZ.js → chunk-EK43W2Y6.js} +16 -10
  40. package/dist/chunk-FV2G6SAF.js +134 -0
  41. package/dist/chunk-FX23F33E.js +57 -0
  42. package/dist/chunk-GJPTPLCQ.js +52 -0
  43. package/dist/chunk-HJ3A2YNO.js +163 -0
  44. package/dist/chunk-HJZRSPWB.js +38 -0
  45. package/dist/chunk-HWHJ6IRQ.js +78 -0
  46. package/dist/chunk-HZERHGBT.js +77 -0
  47. package/dist/{chunk-AUSYEAIJ.js → chunk-I66XWYSS.js} +32 -8
  48. package/dist/chunk-IXQGKJU4.js +183 -0
  49. package/dist/chunk-JDJY4ABS.js +60 -0
  50. package/dist/chunk-K7NQ6ZAW.js +84 -0
  51. package/dist/chunk-KWILREVQ.js +147 -0
  52. package/dist/chunk-LCKLZ4XK.js +60 -0
  53. package/dist/{chunk-WI37ZYIF.js → chunk-M4XKO45H.js} +13 -1
  54. package/dist/chunk-NEHCPO53.js +44 -0
  55. package/dist/chunk-OJ7OO3QB.js +269 -0
  56. package/dist/{chunk-ZHTQF2KI.js → chunk-OSNTB6RY.js} +29 -22
  57. package/dist/{chunk-GMMPLZLC.js → chunk-PDSQC6VE.js} +1 -1
  58. package/dist/chunk-QIHA7S3A.js +36 -0
  59. package/dist/chunk-QQOWC53X.js +98 -0
  60. package/dist/chunk-RKQPU75I.js +126 -0
  61. package/dist/chunk-U4GYSYGN.js +120 -0
  62. package/dist/chunk-UGV45DH3.js +18 -0
  63. package/dist/chunk-VBZQ4DBE.js +52 -0
  64. package/dist/{chunk-LQLFA2EL.js → chunk-VDONTZZX.js} +2 -2
  65. package/dist/chunk-VEO56RH4.js +105 -0
  66. package/dist/chunk-VJ5VD4UT.js +91 -0
  67. package/dist/{chunk-RWNJ54CI.js → chunk-VN475YZS.js} +1 -1
  68. package/dist/chunk-VNNAL4A6.js +110 -0
  69. package/dist/chunk-VZCB4APK.js +94 -0
  70. package/dist/chunk-W7FXDRQJ.js +94 -0
  71. package/dist/{chunk-5I3FWRC5.js → chunk-WOYBVPXK.js} +10 -10
  72. package/dist/chunk-WST5NLLC.js +73 -0
  73. package/dist/chunk-X6VXWEDO.js +125 -0
  74. package/dist/chunk-XTASI4IY.js +60 -0
  75. package/dist/chunk-Z233ZQZE.js +33 -0
  76. package/dist/chunk-ZKLB5N3Q.js +110 -0
  77. package/dist/chunk-ZM2NODUK.js +39 -0
  78. package/dist/components/blocks/AccountLockedBlock.js +7 -57
  79. package/dist/components/blocks/ActivityFeedBlock.js +6 -39
  80. package/dist/components/blocks/AgentConversationBlock.d.ts +6 -1
  81. package/dist/components/blocks/AgentConversationBlock.js +45 -71
  82. package/dist/components/blocks/AgentRunOverviewBlock.js +1 -1
  83. package/dist/components/blocks/AgentWorkbenchBlock.d.ts +5 -1
  84. package/dist/components/blocks/AgentWorkbenchBlock.js +47 -46
  85. package/dist/components/blocks/AudioVisualizerBlock.d.ts +1 -1
  86. package/dist/components/blocks/AudioVisualizerBlock.js +2 -2
  87. package/dist/components/blocks/AuthLayout.js +2 -2
  88. package/dist/components/blocks/AuthSuccessBlock.js +5 -60
  89. package/dist/components/blocks/BannerBlock.js +38 -38
  90. package/dist/components/blocks/BarChartBlock.d.ts +1 -1
  91. package/dist/components/blocks/BarChartBlock.js +2 -2
  92. package/dist/components/blocks/CallToActionBlock.d.ts +1 -1
  93. package/dist/components/blocks/CallToActionBlock.js +7 -53
  94. package/dist/components/blocks/ChangelogBlock.js +45 -142
  95. package/dist/components/blocks/ChartBlock.js +38 -38
  96. package/dist/components/blocks/ChartCollectionBlock.js +3 -3
  97. package/dist/components/blocks/ChatLayout.d.ts +4 -1
  98. package/dist/components/blocks/ChatLayout.js +39 -39
  99. package/dist/components/blocks/CodeBlock.js +7 -60
  100. package/dist/components/blocks/ComparisonBlock.js +9 -94
  101. package/dist/components/blocks/ContactBlock.js +11 -120
  102. package/dist/components/blocks/CreateBlock.js +39 -39
  103. package/dist/components/blocks/DataGridBlock.js +40 -40
  104. package/dist/components/blocks/DirectoryBlock.js +43 -43
  105. package/dist/components/blocks/FAQBlock.js +44 -82
  106. package/dist/components/blocks/FeatureBlock.d.ts +10 -14
  107. package/dist/components/blocks/FeatureBlock.js +54 -196
  108. package/dist/components/blocks/FeatureGridBlock.d.ts +1 -1
  109. package/dist/components/blocks/FeatureGridBlock.js +2 -2
  110. package/dist/components/blocks/FooterBlock.d.ts +2 -2
  111. package/dist/components/blocks/FooterBlock.js +11 -67
  112. package/dist/components/blocks/GalleryBlock.js +38 -38
  113. package/dist/components/blocks/HeaderBlock.d.ts +2 -2
  114. package/dist/components/blocks/HeaderBlock.js +39 -39
  115. package/dist/components/blocks/HeatmapChartBlock.d.ts +1 -1
  116. package/dist/components/blocks/HeatmapChartBlock.js +1 -1
  117. package/dist/components/blocks/HeroBlock.d.ts +6 -3
  118. package/dist/components/blocks/HeroBlock.js +53 -236
  119. package/dist/components/blocks/HeroSectionBlock.d.ts +1 -1
  120. package/dist/components/blocks/HeroSectionBlock.js +59 -63
  121. package/dist/components/blocks/IntegrationsBlock.d.ts +1 -1
  122. package/dist/components/blocks/IntegrationsBlock.js +42 -42
  123. package/dist/components/blocks/InteractiveAreaChartBlock.d.ts +1 -1
  124. package/dist/components/blocks/InteractiveAreaChartBlock.js +40 -40
  125. package/dist/components/blocks/KanbanDemoBlock.js +3 -3
  126. package/dist/components/blocks/LoginBlock.js +2 -2
  127. package/dist/components/blocks/LogoCloud.js +2 -13
  128. package/dist/components/blocks/NavUser.js +42 -42
  129. package/dist/components/blocks/NewsletterBlock.js +11 -84
  130. package/dist/components/blocks/NotFoundBlock.js +41 -41
  131. package/dist/components/blocks/OnboardingBlock.js +38 -38
  132. package/dist/components/blocks/PasswordRecoveryBlock.js +14 -142
  133. package/dist/components/blocks/PricingBlock.d.ts +1 -1
  134. package/dist/components/blocks/PricingBlock.js +13 -112
  135. package/dist/components/blocks/ProcessFlowBlock.js +10 -77
  136. package/dist/components/blocks/ResetPasswordBlock.js +11 -125
  137. package/dist/components/blocks/SettingsLayout.js +42 -42
  138. package/dist/components/blocks/SignUpBlock.d.ts +1 -1
  139. package/dist/components/blocks/SignUpBlock.js +3 -3
  140. package/dist/components/blocks/SocialProofBlock.d.ts +7 -11
  141. package/dist/components/blocks/SocialProofBlock.js +10 -108
  142. package/dist/components/blocks/StatsBlock.d.ts +1 -1
  143. package/dist/components/blocks/StatsBlock.js +40 -40
  144. package/dist/components/blocks/StatsMarketingBlock.d.ts +1 -1
  145. package/dist/components/blocks/StatsMarketingBlock.js +7 -38
  146. package/dist/components/blocks/TeamBlock.d.ts +1 -1
  147. package/dist/components/blocks/TeamBlock.js +4 -52
  148. package/dist/components/blocks/TestimonialsBlock.d.ts +1 -1
  149. package/dist/components/blocks/TestimonialsBlock.js +5 -133
  150. package/dist/components/blocks/TwoFactorChallengeBlock.js +46 -131
  151. package/dist/components/blocks/TwoFactorSetupBlock.js +53 -220
  152. package/dist/components/blocks/UsageDonutBlock.d.ts +1 -1
  153. package/dist/components/blocks/UsageDonutBlock.js +2 -2
  154. package/dist/components/blocks/VoiceAgentCard.d.ts +3 -1
  155. package/dist/components/blocks/VoiceAgentCard.js +7 -76
  156. package/dist/components/blocks/WizardBlock.js +39 -39
  157. package/dist/components/blocks/user/InviteUserModal.js +38 -38
  158. package/dist/components/logos/index.js +2 -2
  159. package/dist/components/page-kits/AccountLockedPageKit.d.ts +10 -0
  160. package/dist/components/page-kits/AccountLockedPageKit.js +48 -0
  161. package/dist/components/page-kits/AgentsChatPageKit.d.ts +46 -0
  162. package/dist/components/page-kits/AgentsChatPageKit.js +290 -0
  163. package/dist/components/page-kits/AnalyticsPageKit.d.ts +49 -0
  164. package/dist/components/page-kits/AnalyticsPageKit.js +277 -0
  165. package/dist/components/page-kits/BlogContentPageKit.d.ts +64 -0
  166. package/dist/components/page-kits/BlogContentPageKit.js +296 -0
  167. package/dist/components/page-kits/CheckoutPageKit.d.ts +36 -0
  168. package/dist/components/page-kits/CheckoutPageKit.js +209 -0
  169. package/dist/components/page-kits/CompanySuitePageKit.d.ts +25 -0
  170. package/dist/components/page-kits/CompanySuitePageKit.js +240 -0
  171. package/dist/components/page-kits/CrudFormPageKit.d.ts +54 -0
  172. package/dist/components/page-kits/CrudFormPageKit.js +138 -0
  173. package/dist/components/page-kits/CrudListDetailPageKit.d.ts +70 -0
  174. package/dist/components/page-kits/CrudListDetailPageKit.js +138 -0
  175. package/dist/components/page-kits/DashboardPageKit.d.ts +39 -0
  176. package/dist/components/page-kits/DashboardPageKit.js +284 -0
  177. package/dist/components/page-kits/ErrorPageKit.d.ts +22 -0
  178. package/dist/components/page-kits/ErrorPageKit.js +55 -0
  179. package/dist/components/page-kits/KanbanBoardPageKit.d.ts +31 -0
  180. package/dist/components/page-kits/KanbanBoardPageKit.js +305 -0
  181. package/dist/components/page-kits/LandingPageKit.d.ts +29 -0
  182. package/dist/components/page-kits/LandingPageKit.js +222 -0
  183. package/dist/components/page-kits/LoginPageKit.d.ts +16 -0
  184. package/dist/components/page-kits/LoginPageKit.js +43 -0
  185. package/dist/components/page-kits/MarketingShellPageKit.d.ts +21 -0
  186. package/dist/components/page-kits/MarketingShellPageKit.js +131 -0
  187. package/dist/components/page-kits/NavigationShellPageKit.d.ts +41 -0
  188. package/dist/components/page-kits/NavigationShellPageKit.js +132 -0
  189. package/dist/components/page-kits/OnboardingPageKit.d.ts +26 -0
  190. package/dist/components/page-kits/OnboardingPageKit.js +248 -0
  191. package/dist/components/page-kits/PricingPageKit.d.ts +41 -0
  192. package/dist/components/page-kits/PricingPageKit.js +279 -0
  193. package/dist/components/page-kits/ProfileSettingsPageKit.d.ts +50 -0
  194. package/dist/components/page-kits/ProfileSettingsPageKit.js +171 -0
  195. package/dist/components/page-kits/RecoveryPageKit.d.ts +17 -0
  196. package/dist/components/page-kits/RecoveryPageKit.js +58 -0
  197. package/dist/components/page-kits/ResetPageKit.d.ts +14 -0
  198. package/dist/components/page-kits/ResetPageKit.js +52 -0
  199. package/dist/components/page-kits/ServiceSuitePageKit.d.ts +25 -0
  200. package/dist/components/page-kits/ServiceSuitePageKit.js +321 -0
  201. package/dist/components/page-kits/SettingsPageKit.d.ts +27 -0
  202. package/dist/components/page-kits/SettingsPageKit.js +11 -0
  203. package/dist/components/page-kits/SignupPageKit.d.ts +15 -0
  204. package/dist/components/page-kits/SignupPageKit.js +41 -0
  205. package/dist/components/page-kits/SuccessPageKit.d.ts +15 -0
  206. package/dist/components/page-kits/SuccessPageKit.js +146 -0
  207. package/dist/components/page-kits/TeamSettingsPageKit.d.ts +50 -0
  208. package/dist/components/page-kits/TeamSettingsPageKit.js +297 -0
  209. package/dist/components/page-kits/TwoFactorPageKit.d.ts +16 -0
  210. package/dist/components/page-kits/TwoFactorPageKit.js +156 -0
  211. package/dist/components/page-kits/VerifyEmailPageKit.d.ts +15 -0
  212. package/dist/components/page-kits/VerifyEmailPageKit.js +146 -0
  213. package/dist/components/page-kits/VoiceAgentsPageKit.d.ts +35 -0
  214. package/dist/components/page-kits/VoiceAgentsPageKit.js +250 -0
  215. package/dist/components/ui/Accordion.js +38 -38
  216. package/dist/components/ui/AgentMessageBubble.d.ts +20 -4
  217. package/dist/components/ui/AgentMessageBubble.js +39 -39
  218. package/dist/components/ui/AgentStatus.d.ts +1 -1
  219. package/dist/components/ui/AgentStatus.js +5 -10
  220. package/dist/components/ui/AgentTerminal.d.ts +4 -1
  221. package/dist/components/ui/AgentTerminal.js +3 -1
  222. package/dist/components/ui/AgentTimeline.d.ts +2 -2
  223. package/dist/components/ui/AgentTimeline.js +15 -6
  224. package/dist/components/ui/AnimatedDialog.js +38 -38
  225. package/dist/components/ui/AnimatedSheet.js +38 -38
  226. package/dist/components/ui/ApprovalCard.js +1 -1
  227. package/dist/components/ui/AudioWaveform.js +2 -76
  228. package/dist/components/ui/AvatarUpload.js +1 -1
  229. package/dist/components/ui/Breadcrumb.js +41 -143
  230. package/dist/components/ui/Calendar.js +38 -38
  231. package/dist/components/ui/Carousel.js +38 -38
  232. package/dist/components/ui/ChartCard.js +5 -38
  233. package/dist/components/ui/ChatActions.d.ts +14 -0
  234. package/dist/components/ui/ChatActions.js +52 -0
  235. package/dist/components/ui/ChatBranch.d.ts +18 -0
  236. package/dist/components/ui/ChatBranch.js +84 -0
  237. package/dist/components/ui/ChatChainOfThought.d.ts +25 -0
  238. package/dist/components/ui/ChatChainOfThought.js +99 -0
  239. package/dist/components/ui/ChatConfirmation.d.ts +37 -0
  240. package/dist/components/ui/ChatConfirmation.js +115 -0
  241. package/dist/components/ui/ChatGreeting.d.ts +18 -0
  242. package/dist/components/ui/ChatGreeting.js +80 -0
  243. package/dist/components/ui/ChatMessage.d.ts +40 -0
  244. package/dist/components/ui/ChatMessage.js +96 -0
  245. package/dist/components/ui/ChatPlan.d.ts +29 -0
  246. package/dist/components/ui/ChatPlan.js +86 -0
  247. package/dist/components/ui/ChatPromptInput.d.ts +32 -0
  248. package/dist/components/ui/ChatPromptInput.js +193 -0
  249. package/dist/components/ui/ChatPromptInputAttachments.d.ts +9 -0
  250. package/dist/components/ui/ChatPromptInputAttachments.js +145 -0
  251. package/dist/components/ui/ChatQueue.d.ts +32 -0
  252. package/dist/components/ui/ChatQueue.js +93 -0
  253. package/dist/components/ui/ChatReasoning.d.ts +20 -0
  254. package/dist/components/ui/ChatReasoning.js +91 -0
  255. package/dist/components/ui/ChatResponse.d.ts +14 -0
  256. package/dist/components/ui/ChatResponse.js +25 -0
  257. package/dist/components/ui/ChatShimmer.d.ts +23 -0
  258. package/dist/components/ui/ChatShimmer.js +6 -0
  259. package/dist/components/ui/ChatSources.d.ts +30 -0
  260. package/dist/components/ui/ChatSources.js +113 -0
  261. package/dist/components/ui/ChatSuggestion.d.ts +13 -0
  262. package/dist/components/ui/ChatSuggestion.js +41 -0
  263. package/dist/components/ui/ChatThinkingMessage.d.ts +12 -0
  264. package/dist/components/ui/ChatThinkingMessage.js +55 -0
  265. package/dist/components/ui/ChatToolCall.d.ts +41 -0
  266. package/dist/components/ui/ChatToolCall.js +192 -0
  267. package/dist/components/ui/CheckStatus.d.ts +1 -1
  268. package/dist/components/ui/Checkbox.js +38 -38
  269. package/dist/components/ui/CheckoutForm.js +38 -38
  270. package/dist/components/ui/CheckoutFormDemo.js +43 -44
  271. package/dist/components/ui/Combobox.js +38 -38
  272. package/dist/components/ui/Command.js +38 -38
  273. package/dist/components/ui/ContextMenu.js +38 -38
  274. package/dist/components/ui/Conversation.d.ts +21 -0
  275. package/dist/components/ui/Conversation.js +196 -0
  276. package/dist/components/ui/ConversationThread.d.ts +8 -2
  277. package/dist/components/ui/ConversationThread.js +34 -16
  278. package/dist/components/ui/DataFreshness.js +2 -73
  279. package/dist/components/ui/DataTable.js +40 -40
  280. package/dist/components/ui/DatePicker.js +38 -38
  281. package/dist/components/ui/DateRangePicker.js +38 -38
  282. package/dist/components/ui/Dialog.js +38 -38
  283. package/dist/components/ui/DropdownMenu.js +39 -39
  284. package/dist/components/ui/FileUpload.js +38 -38
  285. package/dist/components/ui/InputOTP.js +38 -38
  286. package/dist/components/ui/KanbanBoard.js +2 -2
  287. package/dist/components/ui/LanguageSwitcher.js +38 -38
  288. package/dist/components/ui/Menubar.js +38 -38
  289. package/dist/components/ui/MouseEffect.js +1 -1
  290. package/dist/components/ui/NativeSelect.js +2 -18
  291. package/dist/components/ui/NavigationMenu.js +38 -38
  292. package/dist/components/ui/NotificationCenter.js +38 -38
  293. package/dist/components/ui/Pagination.js +42 -153
  294. package/dist/components/ui/RadioGroup.js +38 -38
  295. package/dist/components/ui/Resizable.js +38 -38
  296. package/dist/components/ui/SearchCommand.js +38 -38
  297. package/dist/components/ui/Select.js +38 -38
  298. package/dist/components/ui/SettingsModal.js +38 -38
  299. package/dist/components/ui/ShaderBackground.js +2 -2
  300. package/dist/components/ui/Sheet.js +38 -38
  301. package/dist/components/ui/Sidebar.js +41 -41
  302. package/dist/components/ui/StyleToggle.js +1 -1
  303. package/dist/components/ui/TagInput.js +38 -38
  304. package/dist/components/ui/ThemeToggle.js +39 -39
  305. package/dist/components/ui/ThinkingIndicator.d.ts +3 -1
  306. package/dist/components/ui/ThinkingIndicator.js +2 -1
  307. package/dist/components/ui/Toast.js +38 -38
  308. package/dist/components/ui/Toaster.js +38 -38
  309. package/dist/components/ui/ToolCallCard.d.ts +1 -1
  310. package/dist/components/ui/ToolCallCard.js +5 -1
  311. package/dist/components/ui/TreeView.js +38 -38
  312. package/dist/components/ui/charts/index.js +1 -1
  313. package/dist/components/ui/icons/index.js +38 -38
  314. package/dist/components/ui/text-effects/index.js +2 -2
  315. package/dist/hooks/use-scroll-to-bottom.d.ts +13 -0
  316. package/dist/hooks/use-scroll-to-bottom.js +2 -0
  317. package/dist/hooks/use-shader-preset.js +2 -2
  318. package/dist/index.js +43 -43
  319. package/dist/internal/local-image-assets.d.ts +12 -0
  320. package/dist/lib/shader-presets.js +1 -1
  321. package/dist/lib/tokens.config.d.ts +19 -0
  322. package/dist/messages/en.js +1 -1
  323. package/dist/messages/it.js +1 -1
  324. package/dist/test/PublicSeedTestProvider.js +2 -2
  325. package/dist/test/simulate-ime-composition.d.ts +54 -0
  326. package/dist/test/simulate-ime-composition.js +55 -0
  327. package/eslint-rules/nadicode/config.js +2 -0
  328. package/eslint-rules/nadicode/index.js +4 -0
  329. package/eslint-rules/nadicode/rules/no-deprecated-ds-import.js +77 -0
  330. package/eslint-rules/nadicode/rules/no-forbidden-page-kit-import.js +99 -0
  331. package/eslint-rules/nadicode/rules/no-unregistered-glass.js +2 -0
  332. package/package.json +895 -686
  333. package/scripts/ds-check.mjs +102 -73
  334. package/src/lib/tokens.config.js +63 -41
  335. package/dist/chunk-MLUSJTS2.js +0 -107
  336. package/dist/{chunk-5DKCZWC6.js → chunk-CQEUNASC.js} +1 -1
  337. package/dist/{chunk-4HRVRW2X.js → chunk-J2DCQDXO.js} +2 -2
  338. package/dist/{chunk-6MFAZU4B.js → chunk-RGE5OQMZ.js} +1 -1
  339. package/dist/{chunk-PJNHVPHF.js → chunk-TYP2MR3Q.js} +1 -1
@@ -0,0 +1,707 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "generatedFrom": {
4
+ "registryPath": "contracts/public-surface-registry.json",
5
+ "registrySchemaVersion": "1.0.0"
6
+ },
7
+ "intents": {
8
+ "agents-chat": {
9
+ "pageKitSubpath": "./agents-chat-page-kit",
10
+ "pageKitExport": "AgentsChatPageKit",
11
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/agents-chat-page-kit",
12
+ "routePatterns": [
13
+ "/workspace/agents"
14
+ ],
15
+ "requiredStates": [
16
+ "empty",
17
+ "loading",
18
+ "thinking",
19
+ "blocked-approval",
20
+ "failed",
21
+ "running",
22
+ "complete"
23
+ ],
24
+ "shellDependencies": [
25
+ "./navigation-shell-page-kit"
26
+ ],
27
+ "shellAssumptions": [
28
+ "Agentic chat routes compose inside the authenticated navigation shell contract.",
29
+ "Consumers provide run orchestration and approval callbacks while Seed owns layout scaffolding."
30
+ ],
31
+ "scaffoldSafe": true,
32
+ "recipe": "recipes/agents-chat.md",
33
+ "suite": "workspace-shell"
34
+ },
35
+ "analytics": {
36
+ "pageKitSubpath": "./analytics-page-kit",
37
+ "pageKitExport": "AnalyticsPageKit",
38
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/analytics-page-kit",
39
+ "routePatterns": [
40
+ "/analytics"
41
+ ],
42
+ "requiredStates": [
43
+ "loading",
44
+ "empty",
45
+ "error",
46
+ "filtered",
47
+ "has-data",
48
+ "partial-data"
49
+ ],
50
+ "shellDependencies": [
51
+ "./navigation-shell-page-kit"
52
+ ],
53
+ "shellAssumptions": [
54
+ "Analytics routes compose this page kit inside the stable navigation shell contract.",
55
+ "Consumers own filtering logic and query orchestration while Seed owns structural chart and grid coordination."
56
+ ],
57
+ "scaffoldSafe": true,
58
+ "recipe": "recipes/analytics.md",
59
+ "suite": "workspace-shell"
60
+ },
61
+ "auth-account-locked": {
62
+ "pageKitSubpath": "./account-locked-page-kit",
63
+ "pageKitExport": "AccountLockedPageKit",
64
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/account-locked-page-kit",
65
+ "routePatterns": [
66
+ "/auth/locked"
67
+ ],
68
+ "requiredStates": [
69
+ "too-many-attempts",
70
+ "suspicious-activity",
71
+ "admin-lock",
72
+ "support-contact"
73
+ ],
74
+ "shellDependencies": [],
75
+ "shellAssumptions": [
76
+ "Locked-account routes can render this page kit directly without custom layout overrides.",
77
+ "Consumers provide support and back-to-login handlers as app-owned inputs."
78
+ ],
79
+ "scaffoldSafe": true,
80
+ "recipe": "recipes/auth.md",
81
+ "suite": "auth"
82
+ },
83
+ "auth-login": {
84
+ "pageKitSubpath": "./login-page-kit",
85
+ "pageKitExport": "LoginPageKit",
86
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/login-page-kit",
87
+ "routePatterns": [
88
+ "/login"
89
+ ],
90
+ "requiredStates": [
91
+ "default",
92
+ "submitting",
93
+ "error",
94
+ "social-enabled",
95
+ "social-disabled"
96
+ ],
97
+ "shellDependencies": [],
98
+ "shellAssumptions": [
99
+ "Unauthenticated sign-in routes can compose this page kit directly.",
100
+ "Consumers supply auth action wiring, provider hooks, and route links as inputs."
101
+ ],
102
+ "scaffoldSafe": true,
103
+ "recipe": "recipes/auth.md",
104
+ "suite": "auth"
105
+ },
106
+ "auth-recovery": {
107
+ "pageKitSubpath": "./recovery-page-kit",
108
+ "pageKitExport": "RecoveryPageKit",
109
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/recovery-page-kit",
110
+ "routePatterns": [
111
+ "/recover"
112
+ ],
113
+ "requiredStates": [
114
+ "reset-link",
115
+ "magic-link",
116
+ "submitting",
117
+ "success"
118
+ ],
119
+ "shellDependencies": [],
120
+ "shellAssumptions": [
121
+ "Password-recovery routes can render this page kit without app-specific layout rewrites.",
122
+ "Consumers provide recovery submission handlers and retry/back navigation callbacks."
123
+ ],
124
+ "scaffoldSafe": true,
125
+ "recipe": "recipes/auth.md",
126
+ "suite": "auth"
127
+ },
128
+ "auth-reset": {
129
+ "pageKitSubpath": "./reset-page-kit",
130
+ "pageKitExport": "ResetPageKit",
131
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/reset-page-kit",
132
+ "routePatterns": [
133
+ "/reset-password"
134
+ ],
135
+ "requiredStates": [
136
+ "default",
137
+ "validating",
138
+ "submitting",
139
+ "error"
140
+ ],
141
+ "shellDependencies": [],
142
+ "shellAssumptions": [
143
+ "Password-reset routes can compose this page kit as a standalone page artifact.",
144
+ "Consumers supply password reset submission and route fallback callbacks."
145
+ ],
146
+ "scaffoldSafe": true,
147
+ "recipe": "recipes/auth.md",
148
+ "suite": "auth"
149
+ },
150
+ "auth-signup": {
151
+ "pageKitSubpath": "./signup-page-kit",
152
+ "pageKitExport": "SignupPageKit",
153
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/signup-page-kit",
154
+ "routePatterns": [
155
+ "/signup"
156
+ ],
157
+ "requiredStates": [
158
+ "default",
159
+ "submitting",
160
+ "error",
161
+ "social-enabled",
162
+ "social-disabled"
163
+ ],
164
+ "shellDependencies": [],
165
+ "shellAssumptions": [
166
+ "Unauthenticated signup routes can compose this page kit directly.",
167
+ "Consumers provide signup action wiring and account-route destinations."
168
+ ],
169
+ "scaffoldSafe": true,
170
+ "recipe": "recipes/auth.md",
171
+ "suite": "auth"
172
+ },
173
+ "auth-success": {
174
+ "pageKitSubpath": "./success-page-kit",
175
+ "pageKitExport": "SuccessPageKit",
176
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/success-page-kit",
177
+ "routePatterns": [
178
+ "/auth/success"
179
+ ],
180
+ "requiredStates": [
181
+ "default",
182
+ "auto-redirect",
183
+ "manual-continue"
184
+ ],
185
+ "shellDependencies": [],
186
+ "shellAssumptions": [
187
+ "Consumers can use this page kit for generic auth completion success routes.",
188
+ "Consumers pass success copy, optional redirect timing, and continue actions as inputs."
189
+ ],
190
+ "scaffoldSafe": true,
191
+ "recipe": "recipes/auth.md",
192
+ "suite": "auth"
193
+ },
194
+ "auth-two-factor": {
195
+ "pageKitSubpath": "./two-factor-page-kit",
196
+ "pageKitExport": "TwoFactorPageKit",
197
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/two-factor-page-kit",
198
+ "routePatterns": [
199
+ "/auth/2fa"
200
+ ],
201
+ "requiredStates": [
202
+ "challenge",
203
+ "setup",
204
+ "invalid-code",
205
+ "verification-success",
206
+ "backup-codes"
207
+ ],
208
+ "shellDependencies": [],
209
+ "shellAssumptions": [
210
+ "Two-factor routes can render this page kit for both challenge and setup states.",
211
+ "Consumers wire verification callbacks, backup-code flows, and navigation handlers."
212
+ ],
213
+ "scaffoldSafe": true,
214
+ "recipe": "recipes/auth.md",
215
+ "suite": "auth"
216
+ },
217
+ "auth-verify-email": {
218
+ "pageKitSubpath": "./verify-email-page-kit",
219
+ "pageKitExport": "VerifyEmailPageKit",
220
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/verify-email-page-kit",
221
+ "routePatterns": [
222
+ "/auth/verify-email"
223
+ ],
224
+ "requiredStates": [
225
+ "verification-success",
226
+ "auto-redirect",
227
+ "manual-continue"
228
+ ],
229
+ "shellDependencies": [],
230
+ "shellAssumptions": [
231
+ "Email-verification completion routes can render this page kit as a terminal auth flow state.",
232
+ "Consumers pass continue actions and optional redirect timing policy as inputs."
233
+ ],
234
+ "scaffoldSafe": true,
235
+ "recipe": "recipes/auth.md",
236
+ "suite": "auth"
237
+ },
238
+ "blog-content": {
239
+ "pageKitSubpath": "./blog-content-page-kit",
240
+ "pageKitExport": "BlogContentPageKit",
241
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/blog-content-page-kit",
242
+ "routePatterns": [
243
+ "/blog",
244
+ "/blog/:slug",
245
+ "/changelog"
246
+ ],
247
+ "requiredStates": [
248
+ "loading",
249
+ "has-data",
250
+ "filtered",
251
+ "paginated",
252
+ "empty"
253
+ ],
254
+ "shellDependencies": [
255
+ "./marketing-shell-page-kit"
256
+ ],
257
+ "shellAssumptions": [
258
+ "Blog and changelog routes compose through the stable marketing shell contract.",
259
+ "Consumers provide content data, taxonomy, and pagination callbacks as declared inputs."
260
+ ],
261
+ "scaffoldSafe": true,
262
+ "recipe": "recipes/blog-content.md",
263
+ "suite": "marketing-shell"
264
+ },
265
+ "checkout": {
266
+ "pageKitSubpath": "./checkout-page-kit",
267
+ "pageKitExport": "CheckoutPageKit",
268
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/checkout-page-kit",
269
+ "routePatterns": [
270
+ "/checkout",
271
+ "/checkout/success"
272
+ ],
273
+ "requiredStates": [
274
+ "default",
275
+ "submitting",
276
+ "processing",
277
+ "error",
278
+ "success"
279
+ ],
280
+ "shellDependencies": [
281
+ "./marketing-shell-page-kit"
282
+ ],
283
+ "shellAssumptions": [
284
+ "Checkout routes compose within the stable marketing shell contract.",
285
+ "Consumers own payment orchestration and billing actions while Seed owns structure and state presentation."
286
+ ],
287
+ "scaffoldSafe": true,
288
+ "recipe": "recipes/checkout.md",
289
+ "suite": "marketing-shell"
290
+ },
291
+ "company-suite": {
292
+ "pageKitSubpath": "./company-suite-page-kit",
293
+ "pageKitExport": "CompanySuitePageKit",
294
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/company-suite-page-kit",
295
+ "routePatterns": [
296
+ "/company/about",
297
+ "/company/contact"
298
+ ],
299
+ "requiredStates": [
300
+ "company-about",
301
+ "company-contact",
302
+ "optional-sections"
303
+ ],
304
+ "shellDependencies": [
305
+ "./marketing-shell-page-kit"
306
+ ],
307
+ "shellAssumptions": [
308
+ "Company-facing about and contact routes compose through the stable marketing shell contract.",
309
+ "Consumers keep contact handling app-owned while Seed owns route composition."
310
+ ],
311
+ "scaffoldSafe": true,
312
+ "recipe": "recipes/company-about.md",
313
+ "suite": "marketing-shell"
314
+ },
315
+ "crud-form": {
316
+ "pageKitSubpath": "./crud-form-page-kit",
317
+ "pageKitExport": "CrudFormPageKit",
318
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/crud-form-page-kit",
319
+ "routePatterns": [
320
+ "/resources/:resourceType/new",
321
+ "/resources/:resourceType/:id/edit"
322
+ ],
323
+ "requiredStates": [
324
+ "pristine",
325
+ "dirty",
326
+ "validating",
327
+ "validation-error",
328
+ "submitting",
329
+ "saved",
330
+ "fatal-error"
331
+ ],
332
+ "shellDependencies": [
333
+ "./navigation-shell-page-kit"
334
+ ],
335
+ "shellAssumptions": [
336
+ "Create and edit routes compose this page kit inside stable app shell contracts.",
337
+ "Consumers own validation schemas and persistence while Seed owns form section and action layout scaffolding."
338
+ ],
339
+ "scaffoldSafe": true,
340
+ "recipe": "recipes/crud-form.md",
341
+ "suite": "workspace-shell"
342
+ },
343
+ "crud-list-detail": {
344
+ "pageKitSubpath": "./crud-list-detail-page-kit",
345
+ "pageKitExport": "CrudListDetailPageKit",
346
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/crud-list-detail-page-kit",
347
+ "routePatterns": [
348
+ "/resources/:resourceType",
349
+ "/resources/:resourceType/:id"
350
+ ],
351
+ "requiredStates": [
352
+ "loading",
353
+ "empty",
354
+ "filtered",
355
+ "selected-row",
356
+ "error",
357
+ "has-data"
358
+ ],
359
+ "shellDependencies": [
360
+ "./navigation-shell-page-kit"
361
+ ],
362
+ "shellAssumptions": [
363
+ "Entity management routes compose this page kit inside the stable navigation shell contract.",
364
+ "Consumers own query and mutation wiring while Seed owns list, detail, filter, and pagination structure."
365
+ ],
366
+ "scaffoldSafe": true,
367
+ "recipe": "recipes/crud-list-detail.md",
368
+ "suite": "workspace-shell"
369
+ },
370
+ "dashboard": {
371
+ "pageKitSubpath": "./dashboard-page-kit",
372
+ "pageKitExport": "DashboardPageKit",
373
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/dashboard-page-kit",
374
+ "routePatterns": [
375
+ "/dashboard"
376
+ ],
377
+ "requiredStates": [
378
+ "loading",
379
+ "empty",
380
+ "error",
381
+ "has-data",
382
+ "partial-data"
383
+ ],
384
+ "shellDependencies": [
385
+ "./navigation-shell-page-kit"
386
+ ],
387
+ "shellAssumptions": [
388
+ "Authenticated dashboard routes compose this page kit inside the stable navigation shell contract.",
389
+ "Consumers provide KPI and chart datasets while Seed owns layout, state scaffolding, and empty-state behavior."
390
+ ],
391
+ "scaffoldSafe": true,
392
+ "recipe": "recipes/dashboard.md",
393
+ "suite": "workspace-shell"
394
+ },
395
+ "error": {
396
+ "pageKitSubpath": "./error-page-kit",
397
+ "pageKitExport": "ErrorPageKit",
398
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/error-page-kit",
399
+ "routePatterns": [
400
+ "/404",
401
+ "/500",
402
+ "/*"
403
+ ],
404
+ "requiredStates": [
405
+ "not-found",
406
+ "server-error",
407
+ "generic-fallback"
408
+ ],
409
+ "shellDependencies": [],
410
+ "shellAssumptions": [
411
+ "Error routes can render standalone without requiring app or marketing shell wrappers.",
412
+ "Consumers provide recovery actions and metadata while Seed owns fallback layout and branding scaffolding."
413
+ ],
414
+ "scaffoldSafe": true,
415
+ "recipe": "recipes/error-pages.md",
416
+ "suite": "fallback",
417
+ "tieBreakGroup": "fallback",
418
+ "tieBreakPriority": 0
419
+ },
420
+ "kanban-board": {
421
+ "pageKitSubpath": "./kanban-board-page-kit",
422
+ "pageKitExport": "KanbanBoardPageKit",
423
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/kanban-board-page-kit",
424
+ "routePatterns": [
425
+ "/boards/:boardId",
426
+ "/pipelines/:pipelineId"
427
+ ],
428
+ "requiredStates": [
429
+ "loading",
430
+ "empty",
431
+ "dragging",
432
+ "move-failed",
433
+ "has-data"
434
+ ],
435
+ "shellDependencies": [
436
+ "./crud-list-detail-page-kit"
437
+ ],
438
+ "shellAssumptions": [
439
+ "Board-style execution routes compose this page kit under authenticated shell contracts.",
440
+ "Consumers own board mutation and persistence while Seed owns board structure and move-failure presentation."
441
+ ],
442
+ "scaffoldSafe": true,
443
+ "recipe": "recipes/crud-list-detail.md",
444
+ "suite": "workspace-shell"
445
+ },
446
+ "marketing-landing": {
447
+ "pageKitSubpath": "./landing-page-kit",
448
+ "pageKitExport": "LandingPageKit",
449
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/landing-page-kit",
450
+ "routePatterns": [
451
+ "/"
452
+ ],
453
+ "requiredStates": [
454
+ "default",
455
+ "mobile-navigation",
456
+ "optional-sections",
457
+ "reordered-sections"
458
+ ],
459
+ "shellDependencies": [
460
+ "./marketing-shell-page-kit"
461
+ ],
462
+ "shellAssumptions": [
463
+ "Primary marketing routes such as / and /landing compose through the stable marketing shell.",
464
+ "Consumers pass section copy, links, and optionality through declared props without shell rewrites."
465
+ ],
466
+ "scaffoldSafe": true,
467
+ "recipe": "recipes/marketing-landing.md",
468
+ "suite": "marketing-shell"
469
+ },
470
+ "onboarding": {
471
+ "pageKitSubpath": "./onboarding-page-kit",
472
+ "pageKitExport": "OnboardingPageKit",
473
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/onboarding-page-kit",
474
+ "routePatterns": [
475
+ "/onboarding",
476
+ "/onboarding/:step"
477
+ ],
478
+ "requiredStates": [
479
+ "default",
480
+ "active-step",
481
+ "validation-error",
482
+ "saving",
483
+ "complete"
484
+ ],
485
+ "shellDependencies": [
486
+ "./crud-form-page-kit"
487
+ ],
488
+ "shellAssumptions": [
489
+ "Onboarding routes use this page kit to structure steps while app logic owns completion persistence.",
490
+ "Consumers provide step content and transitions as data, not by patching internal layout."
491
+ ],
492
+ "scaffoldSafe": true,
493
+ "recipe": "recipes/onboarding.md",
494
+ "suite": "workspace-shell"
495
+ },
496
+ "pricing": {
497
+ "pageKitSubpath": "./pricing-page-kit",
498
+ "pageKitExport": "PricingPageKit",
499
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/pricing-page-kit",
500
+ "routePatterns": [
501
+ "/pricing"
502
+ ],
503
+ "requiredStates": [
504
+ "default",
505
+ "billing-toggle",
506
+ "loading-action",
507
+ "empty-plan"
508
+ ],
509
+ "shellDependencies": [
510
+ "./marketing-shell-page-kit"
511
+ ],
512
+ "shellAssumptions": [
513
+ "Dedicated pricing routes compose through the stable marketing shell contract.",
514
+ "Plan data, checkout links, and billing behavior are app-owned inputs."
515
+ ],
516
+ "scaffoldSafe": true,
517
+ "recipe": "recipes/pricing.md",
518
+ "suite": "marketing-shell"
519
+ },
520
+ "profile-settings": {
521
+ "pageKitSubpath": "./profile-settings-page-kit",
522
+ "pageKitExport": "ProfileSettingsPageKit",
523
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/profile-settings-page-kit",
524
+ "routePatterns": [
525
+ "/settings/profile"
526
+ ],
527
+ "requiredStates": [
528
+ "view",
529
+ "edit",
530
+ "dirty",
531
+ "saving",
532
+ "saved",
533
+ "validation-error",
534
+ "fatal-error"
535
+ ],
536
+ "shellDependencies": [
537
+ "./settings-page-kit"
538
+ ],
539
+ "shellAssumptions": [
540
+ "Profile settings routes can render standalone or inside the broader settings-page-kit navigation model.",
541
+ "Consumers own account persistence, upload transport, and auth-ownership checks while Seed owns profile form structure."
542
+ ],
543
+ "scaffoldSafe": true,
544
+ "recipe": "recipes/settings.md",
545
+ "suite": "workspace-shell"
546
+ },
547
+ "service-suite": {
548
+ "pageKitSubpath": "./service-suite-page-kit",
549
+ "pageKitExport": "ServiceSuitePageKit",
550
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/service-suite-page-kit",
551
+ "routePatterns": [
552
+ "/services",
553
+ "/services/digital-workers",
554
+ "/services/:slug"
555
+ ],
556
+ "requiredStates": [
557
+ "agency-home",
558
+ "digital-workers",
559
+ "service-detail",
560
+ "optional-sections"
561
+ ],
562
+ "shellDependencies": [
563
+ "./marketing-shell-page-kit"
564
+ ],
565
+ "shellAssumptions": [
566
+ "Service-family marketing routes compose through the stable marketing shell contract.",
567
+ "Route variants are selected through explicit props, not bespoke per-route shell implementations."
568
+ ],
569
+ "scaffoldSafe": true,
570
+ "recipe": "recipes/service-detail.md",
571
+ "suite": "marketing-shell"
572
+ },
573
+ "settings": {
574
+ "pageKitSubpath": "./settings-page-kit",
575
+ "pageKitExport": "SettingsPageKit",
576
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/settings-page-kit",
577
+ "routePatterns": [
578
+ "/settings"
579
+ ],
580
+ "requiredStates": [
581
+ "loading",
582
+ "default",
583
+ "dirty",
584
+ "saving",
585
+ "saved",
586
+ "validation-error",
587
+ "fatal-error"
588
+ ],
589
+ "shellDependencies": [],
590
+ "shellAssumptions": [
591
+ "Settings routes use this page kit to unify section navigation and save-state messaging.",
592
+ "Consumers own validation and persistence while Seed owns navigation, state banners, and section scaffolding."
593
+ ],
594
+ "scaffoldSafe": true,
595
+ "recipe": "recipes/settings.md",
596
+ "suite": "workspace-shell"
597
+ },
598
+ "team-settings": {
599
+ "pageKitSubpath": "./team-settings-page-kit",
600
+ "pageKitExport": "TeamSettingsPageKit",
601
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/team-settings-page-kit",
602
+ "routePatterns": [
603
+ "/settings/team"
604
+ ],
605
+ "requiredStates": [
606
+ "loading",
607
+ "empty",
608
+ "filtered",
609
+ "invited-member",
610
+ "active-member",
611
+ "saving",
612
+ "fatal-error"
613
+ ],
614
+ "shellDependencies": [
615
+ "./crud-list-detail-page-kit"
616
+ ],
617
+ "shellAssumptions": [
618
+ "Workspace-member settings routes use this page kit as the canonical team roster contract.",
619
+ "Consumers own invite workflow, seat rules, and authorization policy while Seed owns roster presentation structure."
620
+ ],
621
+ "scaffoldSafe": true,
622
+ "recipe": "recipes/settings.md",
623
+ "suite": "workspace-shell"
624
+ },
625
+ "voice-agents": {
626
+ "pageKitSubpath": "./voice-agents-page-kit",
627
+ "pageKitExport": "VoiceAgentsPageKit",
628
+ "canonicalImport": "@vadimcomanescu/nadicode-design-system/voice-agents-page-kit",
629
+ "routePatterns": [
630
+ "/workspace/voice-agents"
631
+ ],
632
+ "requiredStates": [
633
+ "agent-selection",
634
+ "active-conversation",
635
+ "streaming",
636
+ "agent-disconnected",
637
+ "no-agents"
638
+ ],
639
+ "shellDependencies": [
640
+ "./agents-chat-page-kit"
641
+ ],
642
+ "shellAssumptions": [
643
+ "Voice routes switch between agent-selection and active-conversation without consumer page rewrites.",
644
+ "Consumers provide microphone and transport wiring while Seed owns roster and session presentation structure."
645
+ ],
646
+ "scaffoldSafe": true,
647
+ "recipe": "recipes/agents-chat.md",
648
+ "suite": "workspace-shell"
649
+ }
650
+ },
651
+ "suites": {
652
+ "auth": {
653
+ "description": "Auth flow intents with deterministic route ownership.",
654
+ "pageKitSubpaths": [],
655
+ "intentIds": [
656
+ "auth-login",
657
+ "auth-signup",
658
+ "auth-recovery",
659
+ "auth-reset",
660
+ "auth-two-factor",
661
+ "auth-account-locked",
662
+ "auth-verify-email",
663
+ "auth-success"
664
+ ]
665
+ },
666
+ "fallback": {
667
+ "description": "Fallback and unmatched-route handling intents.",
668
+ "pageKitSubpaths": [],
669
+ "intentIds": [
670
+ "error"
671
+ ]
672
+ },
673
+ "marketing-shell": {
674
+ "description": "Marketing shell contract and routed marketing/commerce intents.",
675
+ "pageKitSubpaths": [
676
+ "./marketing-shell-page-kit"
677
+ ],
678
+ "intentIds": [
679
+ "marketing-landing",
680
+ "service-suite",
681
+ "company-suite",
682
+ "pricing",
683
+ "blog-content",
684
+ "checkout"
685
+ ]
686
+ },
687
+ "workspace-shell": {
688
+ "description": "Authenticated workspace shell contract and app route intents.",
689
+ "pageKitSubpaths": [
690
+ "./navigation-shell-page-kit"
691
+ ],
692
+ "intentIds": [
693
+ "dashboard",
694
+ "analytics",
695
+ "settings",
696
+ "profile-settings",
697
+ "crud-list-detail",
698
+ "crud-form",
699
+ "team-settings",
700
+ "onboarding",
701
+ "kanban-board",
702
+ "agents-chat",
703
+ "voice-agents"
704
+ ]
705
+ }
706
+ }
707
+ }