@contractspec/bundle.library 3.7.5 → 3.7.7

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 (890) hide show
  1. package/.turbo/turbo-build.log +144 -142
  2. package/AGENTS.md +42 -24
  3. package/CHANGELOG.md +27 -0
  4. package/README.md +59 -37
  5. package/dist/application/index.d.ts +1 -1
  6. package/dist/application/index.js +842 -840
  7. package/dist/application/mcp/cliMcp.js +30 -30
  8. package/dist/application/mcp/common.d.ts +2 -2
  9. package/dist/application/mcp/common.js +2 -2
  10. package/dist/application/mcp/contractsMcp.d.ts +1 -1
  11. package/dist/application/mcp/contractsMcp.js +163 -163
  12. package/dist/application/mcp/docsMcp.js +31 -31
  13. package/dist/application/mcp/index.d.ts +2 -2
  14. package/dist/application/mcp/index.js +842 -840
  15. package/dist/application/mcp/internalMcp.js +30 -30
  16. package/dist/application/mcp/providerRankingMcp.js +35 -33
  17. package/dist/components/docs/DocsIndexPage.js +859 -212
  18. package/dist/components/docs/advanced/AdvancedMCPPage.js +15 -15
  19. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +4 -4
  20. package/dist/components/docs/advanced/AdvancedRenderersPage.js +7 -7
  21. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +9 -9
  22. package/dist/components/docs/advanced/AdvancedTelemetryPage.js +16 -16
  23. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +6 -6
  24. package/dist/components/docs/advanced/index.d.ts +2 -2
  25. package/dist/components/docs/advanced/index.js +57 -57
  26. package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +10 -10
  27. package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +8 -8
  28. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +14 -14
  29. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +16 -16
  30. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +7 -7
  31. package/dist/components/docs/architecture/ArchitectureOverviewPage.js +90 -411
  32. package/dist/components/docs/architecture/index.d.ts +3 -3
  33. package/dist/components/docs/architecture/index.js +145 -466
  34. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +6 -6
  35. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +7 -7
  36. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +6 -6
  37. package/dist/components/docs/comparison/ComparisonOverviewPage.js +4 -4
  38. package/dist/components/docs/comparison/ComparisonWindmillPage.js +6 -6
  39. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +6 -6
  40. package/dist/components/docs/comparison/index.d.ts +2 -2
  41. package/dist/components/docs/comparison/index.js +35 -35
  42. package/dist/components/docs/docsManifest.d.ts +42 -0
  43. package/dist/components/docs/docsManifest.js +612 -0
  44. package/dist/components/docs/ecosystem/IntegrationsPage.js +5 -5
  45. package/dist/components/docs/ecosystem/PluginsPage.js +7 -7
  46. package/dist/components/docs/ecosystem/RegistryPage.js +4 -4
  47. package/dist/components/docs/ecosystem/TemplatesPage.js +11 -11
  48. package/dist/components/docs/ecosystem/index.d.ts +2 -2
  49. package/dist/components/docs/ecosystem/index.js +27 -27
  50. package/dist/components/docs/examples/DocsExamplesPage.js +4 -4
  51. package/dist/components/docs/examples/index.js +4 -4
  52. package/dist/components/docs/getting-started/CLIPage.js +9 -9
  53. package/dist/components/docs/getting-started/CompatibilityPage.js +12 -12
  54. package/dist/components/docs/getting-started/DataViewTutorialPage.js +7 -7
  55. package/dist/components/docs/getting-started/DeveloperToolsPage.js +10 -10
  56. package/dist/components/docs/getting-started/HelloWorldPage.js +8 -8
  57. package/dist/components/docs/getting-started/InstallationPage.js +10 -10
  58. package/dist/components/docs/getting-started/StartHerePage.js +8 -8
  59. package/dist/components/docs/getting-started/TroubleshootingPage.js +12 -12
  60. package/dist/components/docs/getting-started/VSCodeExtensionPage.js +13 -13
  61. package/dist/components/docs/getting-started/index.d.ts +5 -5
  62. package/dist/components/docs/getting-started/index.js +89 -89
  63. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +13 -13
  64. package/dist/components/docs/guides/GuideContractTypesPage.js +33 -33
  65. package/dist/components/docs/guides/GuideDocsPipelinePage.js +13 -13
  66. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +13 -13
  67. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +35 -35
  68. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +15 -15
  69. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +13 -13
  70. package/dist/components/docs/guides/GuidesIndexPage.js +69 -46
  71. package/dist/components/docs/guides/index.d.ts +4 -4
  72. package/dist/components/docs/guides/index.js +174 -151
  73. package/dist/components/docs/index.d.ts +13 -12
  74. package/dist/components/docs/index.js +14060 -15332
  75. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +4 -4
  76. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +7 -7
  77. package/dist/components/docs/integrations/IntegrationsGithubPage.js +11 -11
  78. package/dist/components/docs/integrations/IntegrationsGmailPage.js +7 -7
  79. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +5 -5
  80. package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +12 -12
  81. package/dist/components/docs/integrations/IntegrationsMistralPage.js +12 -12
  82. package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +11 -11
  83. package/dist/components/docs/integrations/IntegrationsOverviewPage.js +119 -736
  84. package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +12 -12
  85. package/dist/components/docs/integrations/IntegrationsPowensPage.js +24 -24
  86. package/dist/components/docs/integrations/IntegrationsQdrantPage.js +9 -9
  87. package/dist/components/docs/integrations/IntegrationsResendPage.js +7 -7
  88. package/dist/components/docs/integrations/IntegrationsS3Page.js +9 -9
  89. package/dist/components/docs/integrations/IntegrationsSlackPage.js +11 -11
  90. package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +19 -19
  91. package/dist/components/docs/integrations/IntegrationsStripePage.js +25 -25
  92. package/dist/components/docs/integrations/IntegrationsTwilioPage.js +9 -9
  93. package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +12 -12
  94. package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +13 -13
  95. package/dist/components/docs/integrations/index.d.ts +1 -1
  96. package/dist/components/docs/integrations/index.js +614 -1231
  97. package/dist/components/docs/intent/ContractFirstApiPage.js +8 -8
  98. package/dist/components/docs/intent/DeterministicCodegenPage.js +9 -9
  99. package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +13 -13
  100. package/dist/components/docs/intent/OpenapiAlternativePage.js +13 -13
  101. package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +9 -9
  102. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +8 -8
  103. package/dist/components/docs/intent/index.d.ts +3 -3
  104. package/dist/components/docs/intent/index.js +766 -766
  105. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +38 -38
  106. package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +9 -9
  107. package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +91 -439
  108. package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +28 -28
  109. package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +21 -21
  110. package/dist/components/docs/knowledge/index.d.ts +1 -1
  111. package/dist/components/docs/knowledge/index.js +437 -785
  112. package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +16 -16
  113. package/dist/components/docs/libraries/LibrariesAiAgentPage.js +8 -8
  114. package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +6 -6
  115. package/dist/components/docs/libraries/LibrariesContentGenPage.js +6 -6
  116. package/dist/components/docs/libraries/LibrariesContractsPage.js +16 -16
  117. package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +6 -6
  118. package/dist/components/docs/libraries/LibrariesDataBackendPage.js +14 -14
  119. package/dist/components/docs/libraries/LibrariesDataViewsPage.js +7 -7
  120. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +13 -13
  121. package/dist/components/docs/libraries/LibrariesEvolutionPage.js +7 -7
  122. package/dist/components/docs/libraries/LibrariesGraphQLPage.js +13 -13
  123. package/dist/components/docs/libraries/LibrariesGrowthPage.js +5 -5
  124. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +5 -5
  125. package/dist/components/docs/libraries/LibrariesObservabilityPage.js +7 -7
  126. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +6 -6
  127. package/dist/components/docs/libraries/LibrariesOverviewPage.js +117 -430
  128. package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +6 -6
  129. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +6 -6
  130. package/dist/components/docs/libraries/LibrariesResiliencePage.js +6 -6
  131. package/dist/components/docs/libraries/LibrariesRuntimePage.js +13 -13
  132. package/dist/components/docs/libraries/LibrariesSLOPage.js +6 -6
  133. package/dist/components/docs/libraries/LibrariesSchemaPage.js +16 -16
  134. package/dist/components/docs/libraries/LibrariesSupportBotPage.js +7 -7
  135. package/dist/components/docs/libraries/LibrariesTestingPage.js +7 -7
  136. package/dist/components/docs/libraries/LibrariesUIKitPage.js +10 -10
  137. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +5 -5
  138. package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +8 -8
  139. package/dist/components/docs/libraries/index.d.ts +4 -4
  140. package/dist/components/docs/libraries/index.js +1308 -1621
  141. package/dist/components/docs/manifesto/ManifestoPage.js +33 -138
  142. package/dist/components/docs/ops/AutoEvolutionOpsPage.js +9 -9
  143. package/dist/components/docs/ops/DistributedTracingOpsPage.js +5 -5
  144. package/dist/components/docs/ops/index.js +14 -14
  145. package/dist/components/docs/reference/DocsMarkdownContent.js +1 -1
  146. package/dist/components/docs/reference/DocsReferenceContent.js +2 -2
  147. package/dist/components/docs/reference/DocsReferenceIndexClient.js +8 -8
  148. package/dist/components/docs/reference/DocsReferenceIndexPage.js +8 -8
  149. package/dist/components/docs/reference/DocsReferencePage.js +2 -2
  150. package/dist/components/docs/reference/index.js +10 -10
  151. package/dist/components/docs/safety/SafetyAuditingPage.js +16 -16
  152. package/dist/components/docs/safety/SafetyMigrationsPage.js +15 -15
  153. package/dist/components/docs/safety/SafetyOverviewPage.js +69 -206
  154. package/dist/components/docs/safety/SafetyPDPPage.js +12 -12
  155. package/dist/components/docs/safety/SafetySecurityTrustPage.js +11 -11
  156. package/dist/components/docs/safety/SafetySigningPage.js +7 -7
  157. package/dist/components/docs/safety/SafetyTenantIsolationPage.js +6 -6
  158. package/dist/components/docs/safety/index.d.ts +3 -3
  159. package/dist/components/docs/safety/index.js +616 -753
  160. package/dist/components/docs/shared/StudioPrompt.js +5 -5
  161. package/dist/components/docs/specs/SpecsCapabilitiesPage.js +12 -12
  162. package/dist/components/docs/specs/SpecsDataViewsPage.js +14 -14
  163. package/dist/components/docs/specs/SpecsOverlaysPage.js +14 -14
  164. package/dist/components/docs/specs/SpecsOverviewPage.js +135 -297
  165. package/dist/components/docs/specs/SpecsPolicyPage.js +29 -29
  166. package/dist/components/docs/specs/SpecsWorkflowsPage.js +18 -18
  167. package/dist/components/docs/specs/index.d.ts +3 -3
  168. package/dist/components/docs/specs/index.js +814 -976
  169. package/dist/components/docs/studio/StudioBYOKPage.js +1 -1
  170. package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -1
  171. package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -1
  172. package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -1
  173. package/dist/components/docs/studio/StudioOverviewPage.js +109 -56
  174. package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -1
  175. package/dist/components/docs/studio/index.d.ts +4 -4
  176. package/dist/components/docs/studio/index.js +170 -117
  177. package/dist/components/integrations/index.js +25 -25
  178. package/dist/components/integrations/molecules/IntegrationCard.js +5 -5
  179. package/dist/components/integrations/organisms/IntegrationMarketplace.js +12 -12
  180. package/dist/components/integrations/organisms/IntegrationSettings.js +7 -7
  181. package/dist/components/integrations/organisms/KnowledgeSourceList.js +6 -6
  182. package/dist/components/legal/PrivacyTemplate.js +67 -67
  183. package/dist/components/legal/TermsTemplate.js +54 -54
  184. package/dist/components/legal/index.js +121 -121
  185. package/dist/components/shared/FeatureGateNotice.js +4 -4
  186. package/dist/components/shared/index.js +4 -4
  187. package/dist/components/shell/WorkspaceHeader.js +4 -4
  188. package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +3 -3
  189. package/dist/components/shell/WorkspaceProjectShellLayout.js +10 -10
  190. package/dist/components/shell/WorkspaceShellRenderer.d.ts +4 -4
  191. package/dist/components/shell/WorkspaceShellRenderer.js +8 -8
  192. package/dist/components/shell/WorkspaceSidebar.js +2 -2
  193. package/dist/components/shell/index.d.ts +1 -1
  194. package/dist/components/shell/index.js +12 -12
  195. package/dist/components/templates/engine/index.d.ts +1 -1
  196. package/dist/components/templates/index.d.ts +1 -1
  197. package/dist/components/templates/index.js +835 -835
  198. package/dist/components/templates/messaging/ConversationList.js +11 -11
  199. package/dist/components/templates/messaging/MessageComposer.js +11 -11
  200. package/dist/components/templates/messaging/MessageThread.js +6 -6
  201. package/dist/components/templates/messaging/MessagingWorkspace.js +23 -23
  202. package/dist/components/templates/messaging/index.d.ts +1 -1
  203. package/dist/components/templates/messaging/index.js +23 -23
  204. package/dist/components/templates/recipes/LanguageSwitcher.js +1 -1
  205. package/dist/components/templates/recipes/RecipeCard.js +5 -5
  206. package/dist/components/templates/recipes/RecipeDetail.js +8 -8
  207. package/dist/components/templates/recipes/RecipeList.js +17 -17
  208. package/dist/components/templates/recipes/index.d.ts +2 -2
  209. package/dist/components/templates/recipes/index.js +17 -17
  210. package/dist/components/templates/todos/FilterBar.d.ts +1 -1
  211. package/dist/components/templates/todos/FilterBar.js +9 -9
  212. package/dist/components/templates/todos/TaskForm.js +14 -14
  213. package/dist/components/templates/todos/TaskItem.js +4 -4
  214. package/dist/components/templates/todos/TaskList.js +30 -30
  215. package/dist/components/templates/todos/index.d.ts +2 -2
  216. package/dist/components/templates/todos/index.js +30 -30
  217. package/dist/config/index.d.ts +2 -2
  218. package/dist/features/contracts-registry.d.ts +3 -3
  219. package/dist/features/contracts-registry.js +15 -15
  220. package/dist/features/docs/docs.contracts.d.ts +1 -1
  221. package/dist/features/docs/docs.contracts.js +2 -2
  222. package/dist/features/docs/index.d.ts +1 -1
  223. package/dist/features/docs/index.js +2 -2
  224. package/dist/features/index.d.ts +4 -4
  225. package/dist/features/index.js +18 -18
  226. package/dist/features/registry.js +1 -1
  227. package/dist/index.d.ts +2 -2
  228. package/dist/index.js +14982 -16254
  229. package/dist/libs/email/client.js +1 -1
  230. package/dist/libs/email/contact.js +1 -1
  231. package/dist/libs/email/newsletter.js +1 -1
  232. package/dist/libs/email/waitlist-application.js +1 -1
  233. package/dist/libs/email/waitlist.js +1 -1
  234. package/dist/libs/email.d.ts +1 -1
  235. package/dist/libs/email.js +1 -1
  236. package/dist/node/application/index.js +842 -840
  237. package/dist/node/application/mcp/cliMcp.js +30 -30
  238. package/dist/node/application/mcp/common.js +2 -2
  239. package/dist/node/application/mcp/contractsMcp.js +163 -163
  240. package/dist/node/application/mcp/docsMcp.js +31 -31
  241. package/dist/node/application/mcp/index.js +842 -840
  242. package/dist/node/application/mcp/internalMcp.js +30 -30
  243. package/dist/node/application/mcp/providerRankingMcp.js +35 -33
  244. package/dist/node/components/docs/DocsIndexPage.js +859 -212
  245. package/dist/node/components/docs/advanced/AdvancedMCPPage.js +15 -15
  246. package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +4 -4
  247. package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +7 -7
  248. package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +9 -9
  249. package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +16 -16
  250. package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +6 -6
  251. package/dist/node/components/docs/advanced/index.js +57 -57
  252. package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +10 -10
  253. package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +8 -8
  254. package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +14 -14
  255. package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +16 -16
  256. package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +7 -7
  257. package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +90 -411
  258. package/dist/node/components/docs/architecture/index.js +145 -466
  259. package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +6 -6
  260. package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +7 -7
  261. package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +6 -6
  262. package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +4 -4
  263. package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +6 -6
  264. package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +6 -6
  265. package/dist/node/components/docs/comparison/index.js +35 -35
  266. package/dist/node/components/docs/docsManifest.js +611 -0
  267. package/dist/node/components/docs/ecosystem/IntegrationsPage.js +5 -5
  268. package/dist/node/components/docs/ecosystem/PluginsPage.js +7 -7
  269. package/dist/node/components/docs/ecosystem/RegistryPage.js +4 -4
  270. package/dist/node/components/docs/ecosystem/TemplatesPage.js +11 -11
  271. package/dist/node/components/docs/ecosystem/index.js +27 -27
  272. package/dist/node/components/docs/examples/DocsExamplesPage.js +4 -4
  273. package/dist/node/components/docs/examples/index.js +4 -4
  274. package/dist/node/components/docs/getting-started/CLIPage.js +9 -9
  275. package/dist/node/components/docs/getting-started/CompatibilityPage.js +12 -12
  276. package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +7 -7
  277. package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +10 -10
  278. package/dist/node/components/docs/getting-started/HelloWorldPage.js +8 -8
  279. package/dist/node/components/docs/getting-started/InstallationPage.js +10 -10
  280. package/dist/node/components/docs/getting-started/StartHerePage.js +8 -8
  281. package/dist/node/components/docs/getting-started/TroubleshootingPage.js +12 -12
  282. package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +13 -13
  283. package/dist/node/components/docs/getting-started/index.js +89 -89
  284. package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +13 -13
  285. package/dist/node/components/docs/guides/GuideContractTypesPage.js +33 -33
  286. package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +13 -13
  287. package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +13 -13
  288. package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +35 -35
  289. package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +15 -15
  290. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +13 -13
  291. package/dist/node/components/docs/guides/GuidesIndexPage.js +69 -46
  292. package/dist/node/components/docs/guides/index.js +174 -151
  293. package/dist/node/components/docs/index.js +14060 -15332
  294. package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +4 -4
  295. package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +7 -7
  296. package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +11 -11
  297. package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +7 -7
  298. package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +5 -5
  299. package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +12 -12
  300. package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +12 -12
  301. package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +11 -11
  302. package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +119 -736
  303. package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +12 -12
  304. package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +24 -24
  305. package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +9 -9
  306. package/dist/node/components/docs/integrations/IntegrationsResendPage.js +7 -7
  307. package/dist/node/components/docs/integrations/IntegrationsS3Page.js +9 -9
  308. package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +11 -11
  309. package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +19 -19
  310. package/dist/node/components/docs/integrations/IntegrationsStripePage.js +25 -25
  311. package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +9 -9
  312. package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +12 -12
  313. package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +13 -13
  314. package/dist/node/components/docs/integrations/index.js +614 -1231
  315. package/dist/node/components/docs/intent/ContractFirstApiPage.js +8 -8
  316. package/dist/node/components/docs/intent/DeterministicCodegenPage.js +9 -9
  317. package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +13 -13
  318. package/dist/node/components/docs/intent/OpenapiAlternativePage.js +13 -13
  319. package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +9 -9
  320. package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +8 -8
  321. package/dist/node/components/docs/intent/index.js +766 -766
  322. package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +38 -38
  323. package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +9 -9
  324. package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +91 -439
  325. package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +28 -28
  326. package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +21 -21
  327. package/dist/node/components/docs/knowledge/index.js +437 -785
  328. package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +16 -16
  329. package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +8 -8
  330. package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +6 -6
  331. package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +6 -6
  332. package/dist/node/components/docs/libraries/LibrariesContractsPage.js +16 -16
  333. package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +6 -6
  334. package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +14 -14
  335. package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +7 -7
  336. package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +13 -13
  337. package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +7 -7
  338. package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +13 -13
  339. package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +5 -5
  340. package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +5 -5
  341. package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +7 -7
  342. package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +6 -6
  343. package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +117 -430
  344. package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +6 -6
  345. package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +6 -6
  346. package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +6 -6
  347. package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +13 -13
  348. package/dist/node/components/docs/libraries/LibrariesSLOPage.js +6 -6
  349. package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +16 -16
  350. package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +7 -7
  351. package/dist/node/components/docs/libraries/LibrariesTestingPage.js +7 -7
  352. package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +10 -10
  353. package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +5 -5
  354. package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +8 -8
  355. package/dist/node/components/docs/libraries/index.js +1308 -1621
  356. package/dist/node/components/docs/manifesto/ManifestoPage.js +33 -138
  357. package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +9 -9
  358. package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +5 -5
  359. package/dist/node/components/docs/ops/index.js +14 -14
  360. package/dist/node/components/docs/reference/DocsMarkdownContent.js +1 -1
  361. package/dist/node/components/docs/reference/DocsReferenceContent.js +2 -2
  362. package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +8 -8
  363. package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +8 -8
  364. package/dist/node/components/docs/reference/DocsReferencePage.js +2 -2
  365. package/dist/node/components/docs/reference/index.js +10 -10
  366. package/dist/node/components/docs/safety/SafetyAuditingPage.js +16 -16
  367. package/dist/node/components/docs/safety/SafetyMigrationsPage.js +15 -15
  368. package/dist/node/components/docs/safety/SafetyOverviewPage.js +69 -206
  369. package/dist/node/components/docs/safety/SafetyPDPPage.js +12 -12
  370. package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +11 -11
  371. package/dist/node/components/docs/safety/SafetySigningPage.js +7 -7
  372. package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +6 -6
  373. package/dist/node/components/docs/safety/index.js +616 -753
  374. package/dist/node/components/docs/shared/StudioPrompt.js +5 -5
  375. package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +12 -12
  376. package/dist/node/components/docs/specs/SpecsDataViewsPage.js +14 -14
  377. package/dist/node/components/docs/specs/SpecsOverlaysPage.js +14 -14
  378. package/dist/node/components/docs/specs/SpecsOverviewPage.js +135 -297
  379. package/dist/node/components/docs/specs/SpecsPolicyPage.js +29 -29
  380. package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +18 -18
  381. package/dist/node/components/docs/specs/index.js +814 -976
  382. package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -1
  383. package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -1
  384. package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -1
  385. package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -1
  386. package/dist/node/components/docs/studio/StudioOverviewPage.js +109 -56
  387. package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -1
  388. package/dist/node/components/docs/studio/index.js +170 -117
  389. package/dist/node/components/integrations/index.js +25 -25
  390. package/dist/node/components/integrations/molecules/IntegrationCard.js +5 -5
  391. package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +12 -12
  392. package/dist/node/components/integrations/organisms/IntegrationSettings.js +7 -7
  393. package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +6 -6
  394. package/dist/node/components/legal/PrivacyTemplate.js +67 -67
  395. package/dist/node/components/legal/TermsTemplate.js +54 -54
  396. package/dist/node/components/legal/index.js +121 -121
  397. package/dist/node/components/shared/FeatureGateNotice.js +4 -4
  398. package/dist/node/components/shared/index.js +4 -4
  399. package/dist/node/components/shell/WorkspaceHeader.js +4 -4
  400. package/dist/node/components/shell/WorkspaceProjectShellLayout.js +10 -10
  401. package/dist/node/components/shell/WorkspaceShellRenderer.js +8 -8
  402. package/dist/node/components/shell/WorkspaceSidebar.js +2 -2
  403. package/dist/node/components/shell/index.js +12 -12
  404. package/dist/node/components/templates/index.js +835 -835
  405. package/dist/node/components/templates/messaging/ConversationList.js +11 -11
  406. package/dist/node/components/templates/messaging/MessageComposer.js +11 -11
  407. package/dist/node/components/templates/messaging/MessageThread.js +6 -6
  408. package/dist/node/components/templates/messaging/MessagingWorkspace.js +23 -23
  409. package/dist/node/components/templates/messaging/index.js +23 -23
  410. package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -1
  411. package/dist/node/components/templates/recipes/RecipeCard.js +5 -5
  412. package/dist/node/components/templates/recipes/RecipeDetail.js +8 -8
  413. package/dist/node/components/templates/recipes/RecipeList.js +17 -17
  414. package/dist/node/components/templates/recipes/index.js +17 -17
  415. package/dist/node/components/templates/todos/FilterBar.js +9 -9
  416. package/dist/node/components/templates/todos/TaskForm.js +14 -14
  417. package/dist/node/components/templates/todos/TaskItem.js +4 -4
  418. package/dist/node/components/templates/todos/TaskList.js +30 -30
  419. package/dist/node/components/templates/todos/index.js +30 -30
  420. package/dist/node/features/contracts-registry.js +15 -15
  421. package/dist/node/features/docs/docs.contracts.js +2 -2
  422. package/dist/node/features/docs/index.js +2 -2
  423. package/dist/node/features/index.js +18 -18
  424. package/dist/node/features/registry.js +1 -1
  425. package/dist/node/index.js +14982 -16254
  426. package/dist/node/libs/email/client.js +1 -1
  427. package/dist/node/libs/email/contact.js +1 -1
  428. package/dist/node/libs/email/newsletter.js +1 -1
  429. package/dist/node/libs/email/waitlist-application.js +1 -1
  430. package/dist/node/libs/email/waitlist.js +1 -1
  431. package/dist/node/libs/email.js +1 -1
  432. package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +7 -7
  433. package/dist/node/presentation/features/atoms/FeatureIcon/index.js +7 -7
  434. package/dist/node/presentation/features/atoms/index.js +7 -7
  435. package/dist/node/presentation/features/hooks/index.js +56 -56
  436. package/dist/node/presentation/features/hooks/useContractsRegistry.js +18 -18
  437. package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -1
  438. package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
  439. package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -1
  440. package/dist/node/presentation/features/index.js +1364 -1364
  441. package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +15 -15
  442. package/dist/node/presentation/features/molecules/FeatureCard/index.js +15 -15
  443. package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +7 -7
  444. package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +7 -7
  445. package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
  446. package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -1
  447. package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +5 -5
  448. package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +5 -5
  449. package/dist/node/presentation/features/molecules/index.js +77 -77
  450. package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +18 -18
  451. package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +121 -121
  452. package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +121 -121
  453. package/dist/node/presentation/features/organisms/FeatureEventsList.js +18 -18
  454. package/dist/node/presentation/features/organisms/FeatureFormsList.js +18 -18
  455. package/dist/node/presentation/features/organisms/FeatureOperationsList.js +15 -15
  456. package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +18 -18
  457. package/dist/node/presentation/features/organisms/index.js +401 -401
  458. package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +13 -13
  459. package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +13 -13
  460. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +20 -20
  461. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +20 -20
  462. package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +12 -12
  463. package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +12 -12
  464. package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +18 -18
  465. package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +18 -18
  466. package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +13 -13
  467. package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +13 -13
  468. package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +20 -20
  469. package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +20 -20
  470. package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +8 -8
  471. package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +8 -8
  472. package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +15 -15
  473. package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +15 -15
  474. package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +2 -2
  475. package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +2 -2
  476. package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +12 -12
  477. package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +12 -12
  478. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +18 -18
  479. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +18 -18
  480. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +7 -7
  481. package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +1 -1
  482. package/dist/presentation/features/atoms/FeatureIcon/index.js +7 -7
  483. package/dist/presentation/features/atoms/index.js +7 -7
  484. package/dist/presentation/features/hooks/index.d.ts +3 -3
  485. package/dist/presentation/features/hooks/index.js +56 -56
  486. package/dist/presentation/features/hooks/useContractsRegistry.js +18 -18
  487. package/dist/presentation/features/hooks/useFeatureFilters.js +1 -1
  488. package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
  489. package/dist/presentation/features/hooks/useRelatedDocs.js +1 -1
  490. package/dist/presentation/features/index.d.ts +14 -14
  491. package/dist/presentation/features/index.js +1364 -1364
  492. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +15 -15
  493. package/dist/presentation/features/molecules/FeatureCard/index.js +15 -15
  494. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +7 -7
  495. package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +7 -7
  496. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
  497. package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -1
  498. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +5 -5
  499. package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +5 -5
  500. package/dist/presentation/features/molecules/index.d.ts +1 -1
  501. package/dist/presentation/features/molecules/index.js +77 -77
  502. package/dist/presentation/features/organisms/FeatureDataViewsList.js +18 -18
  503. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +121 -121
  504. package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +1 -1
  505. package/dist/presentation/features/organisms/FeatureDiscovery/index.js +121 -121
  506. package/dist/presentation/features/organisms/FeatureEventsList.js +18 -18
  507. package/dist/presentation/features/organisms/FeatureFormsList.js +18 -18
  508. package/dist/presentation/features/organisms/FeatureOperationsList.js +15 -15
  509. package/dist/presentation/features/organisms/FeaturePresentationsList.js +18 -18
  510. package/dist/presentation/features/organisms/index.d.ts +4 -4
  511. package/dist/presentation/features/organisms/index.js +401 -401
  512. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +13 -13
  513. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +13 -13
  514. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +1 -1
  515. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +20 -20
  516. package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +20 -20
  517. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +12 -12
  518. package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +12 -12
  519. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +18 -18
  520. package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +18 -18
  521. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +13 -13
  522. package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +13 -13
  523. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +20 -20
  524. package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +20 -20
  525. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +8 -8
  526. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +8 -8
  527. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +15 -15
  528. package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +15 -15
  529. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +2 -2
  530. package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +2 -2
  531. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +12 -12
  532. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +12 -12
  533. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +18 -18
  534. package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +18 -18
  535. package/package.json +46 -32
  536. package/src/__tests__/env-setup.ts +1 -1
  537. package/src/__tests__/mocks/prisma.ts +78 -78
  538. package/src/__tests__/setup.ts +2 -2
  539. package/src/application/context-storage/index.ts +42 -42
  540. package/src/application/index.ts +1 -1
  541. package/src/application/mcp/cliMcp.ts +221 -221
  542. package/src/application/mcp/common.ts +210 -210
  543. package/src/application/mcp/contractsMcp.ts +15 -15
  544. package/src/application/mcp/contractsMcpResources.ts +119 -119
  545. package/src/application/mcp/contractsMcpTools.ts +218 -218
  546. package/src/application/mcp/contractsMcpTypes.ts +35 -35
  547. package/src/application/mcp/docsMcp.ts +173 -173
  548. package/src/application/mcp/index.ts +2 -2
  549. package/src/application/mcp/internalMcp.ts +204 -204
  550. package/src/application/mcp/providerRankingMcp.ts +346 -344
  551. package/src/bundles/LibraryBundle.ts +136 -136
  552. package/src/components/docs/DocsIndexPage.tsx +189 -241
  553. package/src/components/docs/advanced/AdvancedMCPPage.tsx +168 -168
  554. package/src/components/docs/advanced/AdvancedOverlayEditorPage.tsx +52 -52
  555. package/src/components/docs/advanced/AdvancedRenderersPage.tsx +53 -53
  556. package/src/components/docs/advanced/AdvancedSpecExperimentsPage.tsx +48 -48
  557. package/src/components/docs/advanced/AdvancedTelemetryPage.tsx +205 -205
  558. package/src/components/docs/advanced/AdvancedWorkflowMonitoringPage.tsx +42 -42
  559. package/src/components/docs/advanced/index.ts +2 -2
  560. package/src/components/docs/architecture/ArchitectureAppConfigPage.tsx +127 -127
  561. package/src/components/docs/architecture/ArchitectureControlPlanePage.tsx +79 -79
  562. package/src/components/docs/architecture/ArchitectureIntegrationBindingPage.tsx +147 -147
  563. package/src/components/docs/architecture/ArchitectureKnowledgeBindingPage.tsx +193 -193
  564. package/src/components/docs/architecture/ArchitectureMultiTenancyPage.tsx +73 -73
  565. package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +98 -273
  566. package/src/components/docs/architecture/index.ts +3 -3
  567. package/src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx +137 -137
  568. package/src/components/docs/comparison/ComparisonEnterprisePlatformsPage.tsx +138 -138
  569. package/src/components/docs/comparison/ComparisonInternalToolBuildersPage.tsx +147 -147
  570. package/src/components/docs/comparison/ComparisonOverviewPage.tsx +106 -106
  571. package/src/components/docs/comparison/ComparisonWindmillPage.tsx +143 -143
  572. package/src/components/docs/comparison/ComparisonWorkflowEnginesPage.tsx +168 -168
  573. package/src/components/docs/comparison/index.ts +2 -2
  574. package/src/components/docs/docsManifest.ts +720 -0
  575. package/src/components/docs/ecosystem/IntegrationsPage.tsx +45 -45
  576. package/src/components/docs/ecosystem/PluginsPage.tsx +77 -77
  577. package/src/components/docs/ecosystem/RegistryPage.tsx +48 -48
  578. package/src/components/docs/ecosystem/TemplatesPage.tsx +52 -52
  579. package/src/components/docs/ecosystem/ecosystem.docblocks.ts +42 -42
  580. package/src/components/docs/ecosystem/index.ts +2 -2
  581. package/src/components/docs/examples/DocsExamplesPage.tsx +67 -66
  582. package/src/components/docs/generated/docs-index._common.json +1757 -1757
  583. package/src/components/docs/generated/docs-index.agent-console.json +376 -376
  584. package/src/components/docs/generated/docs-index.ai-chat-assistant.json +8 -8
  585. package/src/components/docs/generated/docs-index.ai-chat.json +104 -104
  586. package/src/components/docs/generated/docs-index.ai-support-bot.json +8 -8
  587. package/src/components/docs/generated/docs-index.analytics-dashboard.json +168 -168
  588. package/src/components/docs/generated/docs-index.app-config.json +136 -136
  589. package/src/components/docs/generated/docs-index.audit-trail.json +48 -48
  590. package/src/components/docs/generated/docs-index.calendar-google.json +8 -8
  591. package/src/components/docs/generated/docs-index.content-generation.json +8 -8
  592. package/src/components/docs/generated/docs-index.crm-pipeline.json +160 -160
  593. package/src/components/docs/generated/docs-index.email-gmail.json +8 -8
  594. package/src/components/docs/generated/docs-index.feature-flags.json +216 -216
  595. package/src/components/docs/generated/docs-index.files.json +176 -176
  596. package/src/components/docs/generated/docs-index.generated.ts +19 -19
  597. package/src/components/docs/generated/docs-index.health.json +96 -96
  598. package/src/components/docs/generated/docs-index.identity-rbac.json +312 -312
  599. package/src/components/docs/generated/docs-index.in-app-docs.json +8 -8
  600. package/src/components/docs/generated/docs-index.integration-hub.json +264 -264
  601. package/src/components/docs/generated/docs-index.integration-posthog.json +8 -8
  602. package/src/components/docs/generated/docs-index.integration-stripe.json +8 -8
  603. package/src/components/docs/generated/docs-index.integration-supabase.json +8 -8
  604. package/src/components/docs/generated/docs-index.jobs.json +136 -136
  605. package/src/components/docs/generated/docs-index.kb-update-pipeline.json +128 -128
  606. package/src/components/docs/generated/docs-index.knowledge-canon.json +8 -8
  607. package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +8 -8
  608. package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +48 -48
  609. package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +8 -8
  610. package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +48 -48
  611. package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +8 -8
  612. package/src/components/docs/generated/docs-index.learning-journey-registry.json +32 -32
  613. package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +48 -48
  614. package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +8 -8
  615. package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +8 -8
  616. package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +8 -8
  617. package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +8 -8
  618. package/src/components/docs/generated/docs-index.learning-journey.json +216 -216
  619. package/src/components/docs/generated/docs-index.learning-patterns.json +8 -8
  620. package/src/components/docs/generated/docs-index.lifecycle-cli.json +8 -8
  621. package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +8 -8
  622. package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +48 -48
  623. package/src/components/docs/generated/docs-index.manifest.json +376 -376
  624. package/src/components/docs/generated/docs-index.marketplace.json +336 -336
  625. package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +8 -8
  626. package/src/components/docs/generated/docs-index.meeting-recorder.json +48 -48
  627. package/src/components/docs/generated/docs-index.metrics.json +200 -200
  628. package/src/components/docs/generated/docs-index.minimal.json +16 -16
  629. package/src/components/docs/generated/docs-index.notifications.json +64 -64
  630. package/src/components/docs/generated/docs-index.openbanking-powens.json +8 -8
  631. package/src/components/docs/generated/docs-index.openbanking.json +64 -64
  632. package/src/components/docs/generated/docs-index.opencode-cli.json +16 -16
  633. package/src/components/docs/generated/docs-index.personalization.json +8 -8
  634. package/src/components/docs/generated/docs-index.platform-acp.json +72 -72
  635. package/src/components/docs/generated/docs-index.platform-agent.json +96 -96
  636. package/src/components/docs/generated/docs-index.platform-context.json +56 -56
  637. package/src/components/docs/generated/docs-index.platform-database.json +48 -48
  638. package/src/components/docs/generated/docs-index.platform-docs.json +88 -88
  639. package/src/components/docs/generated/docs-index.platform-integrations.json +320 -320
  640. package/src/components/docs/generated/docs-index.platform-knowledge.json +56 -56
  641. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +96 -96
  642. package/src/components/docs/generated/docs-index.pocket-family-office.json +120 -120
  643. package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +8 -8
  644. package/src/components/docs/generated/docs-index.product-intent.json +8 -8
  645. package/src/components/docs/generated/docs-index.project-management-sync.json +8 -8
  646. package/src/components/docs/generated/docs-index.saas-boilerplate.json +208 -208
  647. package/src/components/docs/generated/docs-index.service-business-os.json +192 -192
  648. package/src/components/docs/generated/docs-index.team-hub.json +184 -184
  649. package/src/components/docs/generated/docs-index.unknown.json +512 -512
  650. package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +80 -80
  651. package/src/components/docs/generated/docs-index.video-api-showcase.json +32 -32
  652. package/src/components/docs/generated/docs-index.video-docs-terminal.json +8 -8
  653. package/src/components/docs/generated/docs-index.video-marketing-clip.json +8 -8
  654. package/src/components/docs/generated/docs-index.voice-providers.json +8 -8
  655. package/src/components/docs/generated/docs-index.wealth-snapshot.json +152 -152
  656. package/src/components/docs/generated/docs-index.workflow-system.json +432 -432
  657. package/src/components/docs/generated/docs-index.workspace-cli.json +8 -8
  658. package/src/components/docs/generated/index.ts +6 -6
  659. package/src/components/docs/generated/loader.ts +49 -49
  660. package/src/components/docs/getting-started/CLIPage.tsx +157 -157
  661. package/src/components/docs/getting-started/CompatibilityPage.tsx +69 -69
  662. package/src/components/docs/getting-started/DataViewTutorialPage.tsx +63 -63
  663. package/src/components/docs/getting-started/DeveloperToolsPage.tsx +141 -140
  664. package/src/components/docs/getting-started/HelloWorldPage.tsx +88 -88
  665. package/src/components/docs/getting-started/InstallationPage.tsx +78 -78
  666. package/src/components/docs/getting-started/StartHerePage.tsx +64 -64
  667. package/src/components/docs/getting-started/TroubleshootingPage.tsx +68 -68
  668. package/src/components/docs/getting-started/VSCodeExtensionPage.tsx +233 -233
  669. package/src/components/docs/getting-started/getting-started.docblocks.ts +30 -30
  670. package/src/components/docs/getting-started/index.ts +6 -5
  671. package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +88 -88
  672. package/src/components/docs/guides/GuideContractTypesPage.tsx +266 -266
  673. package/src/components/docs/guides/GuideDocsPipelinePage.tsx +78 -78
  674. package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +89 -89
  675. package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +360 -360
  676. package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +117 -117
  677. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +82 -82
  678. package/src/components/docs/guides/GuidesIndexPage.tsx +109 -99
  679. package/src/components/docs/guides/guides.docblocks.ts +60 -60
  680. package/src/components/docs/guides/index.ts +4 -4
  681. package/src/components/docs/index.ts +26 -40
  682. package/src/components/docs/integrations/IntegrationsCircuitBreakersPage.tsx +22 -22
  683. package/src/components/docs/integrations/IntegrationsElevenLabsPage.tsx +41 -41
  684. package/src/components/docs/integrations/IntegrationsGithubPage.tsx +66 -66
  685. package/src/components/docs/integrations/IntegrationsGmailPage.tsx +44 -44
  686. package/src/components/docs/integrations/IntegrationsGoogleCalendarPage.tsx +31 -31
  687. package/src/components/docs/integrations/IntegrationsHealthRoutingPage.tsx +80 -80
  688. package/src/components/docs/integrations/IntegrationsMistralPage.tsx +65 -65
  689. package/src/components/docs/integrations/IntegrationsOpenAIPage.tsx +54 -54
  690. package/src/components/docs/integrations/IntegrationsOverviewPage.tsx +124 -529
  691. package/src/components/docs/integrations/IntegrationsPostmarkPage.tsx +97 -97
  692. package/src/components/docs/integrations/IntegrationsPowensPage.tsx +165 -165
  693. package/src/components/docs/integrations/IntegrationsQdrantPage.tsx +44 -44
  694. package/src/components/docs/integrations/IntegrationsResendPage.tsx +40 -40
  695. package/src/components/docs/integrations/IntegrationsS3Page.tsx +48 -48
  696. package/src/components/docs/integrations/IntegrationsSlackPage.tsx +70 -70
  697. package/src/components/docs/integrations/IntegrationsSpecModelPage.tsx +139 -139
  698. package/src/components/docs/integrations/IntegrationsStripePage.tsx +153 -153
  699. package/src/components/docs/integrations/IntegrationsTwilioPage.tsx +50 -50
  700. package/src/components/docs/integrations/IntegrationsWhatsappMetaPage.tsx +69 -69
  701. package/src/components/docs/integrations/IntegrationsWhatsappTwilioPage.tsx +73 -73
  702. package/src/components/docs/integrations/index.ts +1 -1
  703. package/src/components/docs/intent/ContractFirstApiPage.tsx +61 -61
  704. package/src/components/docs/intent/DeterministicCodegenPage.tsx +81 -80
  705. package/src/components/docs/intent/GenerateClientFromSchemaPage.tsx +108 -108
  706. package/src/components/docs/intent/OpenapiAlternativePage.tsx +98 -98
  707. package/src/components/docs/intent/SchemaValidationTypescriptPage.tsx +79 -79
  708. package/src/components/docs/intent/SpecDrivenDevelopmentPage.tsx +67 -67
  709. package/src/components/docs/intent/index.ts +3 -3
  710. package/src/components/docs/intent/intent-pages.docblocks.ts +186 -186
  711. package/src/components/docs/knowledge/KnowledgeCategoriesPage.tsx +304 -304
  712. package/src/components/docs/knowledge/KnowledgeExamplesPage.tsx +84 -84
  713. package/src/components/docs/knowledge/KnowledgeOverviewPage.tsx +76 -285
  714. package/src/components/docs/knowledge/KnowledgeSourcesPage.tsx +171 -171
  715. package/src/components/docs/knowledge/KnowledgeSpacesPage.tsx +132 -132
  716. package/src/components/docs/knowledge/index.ts +1 -1
  717. package/src/components/docs/libraries/LibrariesAccessibilityPage.tsx +95 -95
  718. package/src/components/docs/libraries/LibrariesAiAgentPage.tsx +58 -58
  719. package/src/components/docs/libraries/LibrariesAnalyticsPage.tsx +39 -39
  720. package/src/components/docs/libraries/LibrariesContentGenPage.tsx +41 -41
  721. package/src/components/docs/libraries/LibrariesContractsPage.tsx +132 -132
  722. package/src/components/docs/libraries/LibrariesCostTrackingPage.tsx +47 -47
  723. package/src/components/docs/libraries/LibrariesDataBackendPage.tsx +73 -73
  724. package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +76 -76
  725. package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +115 -115
  726. package/src/components/docs/libraries/LibrariesEvolutionPage.tsx +64 -64
  727. package/src/components/docs/libraries/LibrariesGraphQLPage.tsx +92 -92
  728. package/src/components/docs/libraries/LibrariesGrowthPage.tsx +37 -37
  729. package/src/components/docs/libraries/LibrariesMultiTenancyPage.tsx +47 -47
  730. package/src/components/docs/libraries/LibrariesObservabilityPage.tsx +58 -58
  731. package/src/components/docs/libraries/LibrariesOverlayEnginePage.tsx +51 -51
  732. package/src/components/docs/libraries/LibrariesOverviewPage.tsx +137 -301
  733. package/src/components/docs/libraries/LibrariesPersonalizationPage.tsx +57 -57
  734. package/src/components/docs/libraries/LibrariesProgressiveDeliveryPage.tsx +51 -51
  735. package/src/components/docs/libraries/LibrariesResiliencePage.tsx +54 -54
  736. package/src/components/docs/libraries/LibrariesRuntimePage.tsx +96 -96
  737. package/src/components/docs/libraries/LibrariesSLOPage.tsx +52 -52
  738. package/src/components/docs/libraries/LibrariesSchemaPage.tsx +131 -131
  739. package/src/components/docs/libraries/LibrariesSupportBotPage.tsx +59 -59
  740. package/src/components/docs/libraries/LibrariesTestingPage.tsx +64 -64
  741. package/src/components/docs/libraries/LibrariesUIKitPage.tsx +85 -85
  742. package/src/components/docs/libraries/LibrariesWorkflowComposerPage.tsx +38 -38
  743. package/src/components/docs/libraries/LibrariesWorkflowsPage.tsx +79 -79
  744. package/src/components/docs/libraries/index.ts +4 -4
  745. package/src/components/docs/manifesto/ManifestoPage.tsx +61 -132
  746. package/src/components/docs/ops/AutoEvolutionOpsPage.tsx +81 -81
  747. package/src/components/docs/ops/DistributedTracingOpsPage.tsx +28 -28
  748. package/src/components/docs/ops/ops-lifecycle.docblocks.ts +32 -32
  749. package/src/components/docs/ops/ops-runbooks-a.docblocks.ts +60 -60
  750. package/src/components/docs/ops/ops-runbooks-b.docblocks.ts +60 -60
  751. package/src/components/docs/ops/ops-slo-tenant.docblocks.ts +61 -61
  752. package/src/components/docs/ops/ops-top.docs.ts +10 -10
  753. package/src/components/docs/ops/ops.docs.ts +6 -6
  754. package/src/components/docs/product/product.docblocks.ts +60 -60
  755. package/src/components/docs/reference/DocsMarkdownContent.tsx +74 -74
  756. package/src/components/docs/reference/DocsReferenceContent.tsx +51 -51
  757. package/src/components/docs/reference/DocsReferenceIndexClient.tsx +106 -105
  758. package/src/components/docs/reference/DocsReferenceIndexPage.tsx +2 -2
  759. package/src/components/docs/reference/DocsReferencePage.tsx +3 -3
  760. package/src/components/docs/reference/docsMarkdownParser.ts +90 -90
  761. package/src/components/docs/safety/SafetyAuditingPage.tsx +189 -189
  762. package/src/components/docs/safety/SafetyMigrationsPage.tsx +189 -189
  763. package/src/components/docs/safety/SafetyOverviewPage.tsx +70 -157
  764. package/src/components/docs/safety/SafetyPDPPage.tsx +163 -163
  765. package/src/components/docs/safety/SafetySecurityTrustPage.tsx +89 -89
  766. package/src/components/docs/safety/SafetySigningPage.tsx +38 -38
  767. package/src/components/docs/safety/SafetyTenantIsolationPage.tsx +39 -39
  768. package/src/components/docs/safety/index.ts +3 -3
  769. package/src/components/docs/shared/StudioPrompt.tsx +17 -17
  770. package/src/components/docs/specs/SpecsCapabilitiesPage.tsx +79 -79
  771. package/src/components/docs/specs/SpecsDataViewsPage.tsx +142 -142
  772. package/src/components/docs/specs/SpecsOverlaysPage.tsx +202 -202
  773. package/src/components/docs/specs/SpecsOverviewPage.tsx +118 -193
  774. package/src/components/docs/specs/SpecsPolicyPage.tsx +233 -233
  775. package/src/components/docs/specs/SpecsWorkflowsPage.tsx +156 -156
  776. package/src/components/docs/specs/index.ts +3 -3
  777. package/src/components/docs/studio/StudioBYOKPage.tsx +11 -11
  778. package/src/components/docs/studio/StudioDeploymentsPage.tsx +11 -11
  779. package/src/components/docs/studio/StudioGettingStartedPage.tsx +11 -11
  780. package/src/components/docs/studio/StudioIntegrationsPage.tsx +11 -11
  781. package/src/components/docs/studio/StudioOverviewPage.tsx +94 -73
  782. package/src/components/docs/studio/StudioVisualBuilderPage.tsx +11 -11
  783. package/src/components/docs/studio/index.ts +4 -4
  784. package/src/components/docs/tech/contracts/tech-docs.docblocks.ts +10 -10
  785. package/src/components/integrations/molecules/IntegrationCard.tsx +71 -72
  786. package/src/components/integrations/organisms/IntegrationMarketplace.tsx +116 -116
  787. package/src/components/integrations/organisms/IntegrationSettings.tsx +201 -201
  788. package/src/components/integrations/organisms/KnowledgeSourceList.tsx +93 -94
  789. package/src/components/legal/PrivacyTemplate.tsx +611 -611
  790. package/src/components/legal/TermsTemplate.tsx +675 -675
  791. package/src/components/shared/FeatureGateNotice.tsx +26 -27
  792. package/src/components/shell/WorkspaceHeader.tsx +80 -80
  793. package/src/components/shell/WorkspaceProjectShellLayout.tsx +59 -58
  794. package/src/components/shell/WorkspaceShellRenderer.tsx +69 -68
  795. package/src/components/shell/WorkspaceSidebar.tsx +58 -58
  796. package/src/components/shell/index.ts +1 -1
  797. package/src/components/templates/engine/index.ts +29 -28
  798. package/src/components/templates/index.ts +1 -1
  799. package/src/components/templates/messaging/ConversationList.tsx +68 -69
  800. package/src/components/templates/messaging/MessageComposer.tsx +59 -59
  801. package/src/components/templates/messaging/MessageThread.tsx +73 -74
  802. package/src/components/templates/messaging/MessagingWorkspace.tsx +18 -19
  803. package/src/components/templates/messaging/index.ts +1 -1
  804. package/src/components/templates/messaging/types.ts +17 -17
  805. package/src/components/templates/recipes/LanguageSwitcher.tsx +20 -20
  806. package/src/components/templates/recipes/RecipeCard.tsx +56 -56
  807. package/src/components/templates/recipes/RecipeDetail.tsx +43 -43
  808. package/src/components/templates/recipes/RecipeList.tsx +62 -63
  809. package/src/components/templates/recipes/index.ts +2 -2
  810. package/src/components/templates/recipes/types.ts +24 -24
  811. package/src/components/templates/todos/FilterBar.tsx +84 -84
  812. package/src/components/templates/todos/TaskForm.tsx +118 -119
  813. package/src/components/templates/todos/TaskItem.tsx +78 -78
  814. package/src/components/templates/todos/TaskList.tsx +106 -107
  815. package/src/components/templates/todos/index.ts +2 -2
  816. package/src/components/templates/todos/types.ts +11 -11
  817. package/src/config/contractspec-blueprint.ts +55 -55
  818. package/src/config/contractspec-branding.ts +37 -37
  819. package/src/config/contractspec-routes.ts +22 -22
  820. package/src/config/index.ts +14 -15
  821. package/src/features/contracts-registry.ts +118 -118
  822. package/src/features/docs/docs.contracts.ts +6 -6
  823. package/src/features/docs/index.ts +6 -6
  824. package/src/features/docs.feature.ts +27 -27
  825. package/src/features/index.ts +59 -63
  826. package/src/features/mcp.feature.ts +24 -24
  827. package/src/features/presentations.feature.ts +27 -27
  828. package/src/features/registry.ts +14 -14
  829. package/src/index.ts +2 -2
  830. package/src/infrastructure/elysia/logger.ts +21 -21
  831. package/src/libs/email/client.test.ts +81 -81
  832. package/src/libs/email/client.ts +111 -111
  833. package/src/libs/email/contact.ts +35 -35
  834. package/src/libs/email/newsletter.ts +46 -46
  835. package/src/libs/email/types.ts +29 -29
  836. package/src/libs/email/utils.ts +5 -5
  837. package/src/libs/email/waitlist-application.ts +69 -69
  838. package/src/libs/email/waitlist.ts +46 -46
  839. package/src/libs/email.ts +7 -7
  840. package/src/libs/posthog/client.ts +44 -44
  841. package/src/libs/posthog/native.ts +23 -22
  842. package/src/libs/posthog/server.ts +7 -7
  843. package/src/libs/pricing-examples.ts +12 -12
  844. package/src/presentation/features/atoms/FeatureIcon/FeatureIcon.tsx +90 -90
  845. package/src/presentation/features/atoms/FeatureIcon/index.ts +3 -3
  846. package/src/presentation/features/hooks/index.ts +9 -9
  847. package/src/presentation/features/hooks/useContractsRegistry.ts +23 -23
  848. package/src/presentation/features/hooks/useFeatureFilters.ts +117 -117
  849. package/src/presentation/features/hooks/useFeatureRegistry.ts +40 -40
  850. package/src/presentation/features/hooks/useRelatedDocs.ts +28 -28
  851. package/src/presentation/features/index.ts +50 -52
  852. package/src/presentation/features/molecules/FeatureCard/FeatureCard.tsx +80 -80
  853. package/src/presentation/features/molecules/FeatureCard/types.ts +6 -6
  854. package/src/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.tsx +54 -54
  855. package/src/presentation/features/molecules/FeatureCategoryHeader/index.ts +2 -2
  856. package/src/presentation/features/molecules/FeatureFilters/FeatureFilters.tsx +67 -67
  857. package/src/presentation/features/molecules/FeatureFilters/types.ts +20 -20
  858. package/src/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.tsx +120 -121
  859. package/src/presentation/features/molecules/FeatureHoverPreview/index.ts +2 -2
  860. package/src/presentation/features/molecules/index.ts +8 -8
  861. package/src/presentation/features/organisms/FeatureDataViewsList.tsx +21 -21
  862. package/src/presentation/features/organisms/FeatureDetail/FeatureDetail.tsx +86 -86
  863. package/src/presentation/features/organisms/FeatureDetail/types.ts +4 -4
  864. package/src/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.tsx +210 -210
  865. package/src/presentation/features/organisms/FeatureDiscovery/index.ts +3 -3
  866. package/src/presentation/features/organisms/FeatureDiscovery/types.ts +10 -10
  867. package/src/presentation/features/organisms/FeatureEventsList.tsx +19 -19
  868. package/src/presentation/features/organisms/FeatureFormsList.tsx +19 -19
  869. package/src/presentation/features/organisms/FeatureOperationsList.tsx +21 -21
  870. package/src/presentation/features/organisms/FeaturePresentationsList.tsx +21 -21
  871. package/src/presentation/features/organisms/index.ts +6 -6
  872. package/src/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.tsx +219 -219
  873. package/src/presentation/features/templates/FeatureDataViewDetailTemplate/types.ts +7 -7
  874. package/src/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.tsx +26 -26
  875. package/src/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.tsx +195 -195
  876. package/src/presentation/features/templates/FeatureEventDetailTemplate/types.ts +7 -7
  877. package/src/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.tsx +26 -26
  878. package/src/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.tsx +216 -216
  879. package/src/presentation/features/templates/FeatureFormDetailTemplate/types.ts +7 -7
  880. package/src/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.tsx +26 -26
  881. package/src/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.tsx +228 -228
  882. package/src/presentation/features/templates/FeatureOperationDetailTemplate/types.ts +7 -7
  883. package/src/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.tsx +26 -26
  884. package/src/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.tsx +24 -24
  885. package/src/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.tsx +201 -201
  886. package/src/presentation/features/templates/FeaturePresentationDetailTemplate/types.ts +8 -8
  887. package/src/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.tsx +26 -26
  888. package/src/presentation/features/templates/types.ts +2 -2
  889. package/tsconfig.json +12 -12
  890. package/tsdown.config.js +5 -5
@@ -1,1759 +1,1759 @@
1
1
  [
2
- {
3
- "id": "_common/acp.fs.access",
4
- "title": "acp.fs.access",
5
- "summary": "Perform file system access within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: filesystem\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpFsAccess.command.ts`",
6
- "route": "/docs/reference/_common/acp.fs.access",
7
- "source": "generated",
8
- "contentPath": "_common/acp.fs.access.md"
9
- },
10
- {
11
- "id": "_common/acp.prompt.turn",
12
- "title": "acp.prompt.turn",
13
- "summary": "Execute a prompt turn within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: prompt\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpPromptTurn.command.ts`\nRun ACP prompt turns with tool calls and structured outputs.",
14
- "route": "/docs/reference/_common/acp.prompt.turn",
15
- "source": "generated",
16
- "contentPath": "_common/acp.prompt.turn.md"
17
- },
18
- {
19
- "id": "_common/acp.session.init",
20
- "title": "acp.session.init",
21
- "summary": "Initialize a new ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionInit.command.ts`\nStart a governed ACP session with configured tools and policies.",
22
- "route": "/docs/reference/_common/acp.session.init",
23
- "source": "generated",
24
- "contentPath": "_common/acp.session.init.md"
25
- },
26
- {
27
- "id": "_common/acp.session.resume",
28
- "title": "acp.session.resume",
29
- "summary": "Resume an existing ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionResume.command.ts`\nContinue a previously initialized ACP session with full context.",
30
- "route": "/docs/reference/_common/acp.session.resume",
31
- "source": "generated",
32
- "contentPath": "_common/acp.session.resume.md"
33
- },
34
- {
35
- "id": "_common/acp.session.stop",
36
- "title": "acp.session.stop",
37
- "summary": "Stop an active ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionStop.command.ts`\nTerminate ACP sessions cleanly with audit trails.",
38
- "route": "/docs/reference/_common/acp.session.stop",
39
- "source": "generated",
40
- "contentPath": "_common/acp.session.stop.md"
41
- },
42
- {
43
- "id": "_common/acp.terminal.exec",
44
- "title": "acp.terminal.exec",
45
- "summary": "Execute a terminal command within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: terminal\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpTerminalExec.command.ts`",
46
- "route": "/docs/reference/_common/acp.terminal.exec",
47
- "source": "generated",
48
- "contentPath": "_common/acp.terminal.exec.md"
49
- },
50
- {
51
- "id": "_common/acp.tool.calls",
52
- "title": "acp.tool.calls",
53
- "summary": "Execute tool calls within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: tools\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpToolCalls.command.ts`\nRun tool calls with safe governance and telemetry.",
54
- "route": "/docs/reference/_common/acp.tool.calls",
55
- "source": "generated",
56
- "contentPath": "_common/acp.tool.calls.md"
57
- },
58
- {
59
- "id": "_common/acp.transport",
60
- "title": "acp.transport",
61
- "summary": "Agent Client Protocol transport surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: transport\n- **File**: `packages/libs/contracts-spec/src/acp/capabilities/acpTransport.capability.ts`",
62
- "route": "/docs/reference/_common/acp.transport",
63
- "source": "generated",
64
- "contentPath": "_common/acp.transport.md"
65
- },
66
- {
67
- "id": "_common/agent.approval.requested",
68
- "title": "agent.approval.requested",
69
- "summary": "Emitted when an approval is required for an agent action.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentApprovalRequested.event.ts`",
70
- "route": "/docs/reference/_common/agent.approval.requested",
71
- "source": "generated",
72
- "contentPath": "_common/agent.approval.requested.md"
73
- },
74
- {
75
- "id": "_common/agent.approvals",
76
- "title": "agent.approvals",
77
- "summary": "Approve or reject an agent step or run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentApprovals.command.ts`\nProvide governed human-in-the-loop control for risky steps.",
78
- "route": "/docs/reference/_common/agent.approvals",
79
- "source": "generated",
80
- "contentPath": "_common/agent.approvals.md"
81
- },
82
- {
83
- "id": "_common/agent.artifacts",
84
- "title": "agent.artifacts",
85
- "summary": "List artifacts produced by an agent run.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: artifacts\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentArtifacts.query.ts`\nProvide traceable outputs for audits and UI surfaces.",
86
- "route": "/docs/reference/_common/agent.artifacts",
87
- "source": "generated",
88
- "contentPath": "_common/agent.artifacts.md"
89
- },
90
- {
91
- "id": "_common/agent.cancel",
92
- "title": "agent.cancel",
93
- "summary": "Cancel an in-flight agent run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run, cancel\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentCancel.command.ts`\nProvide safe operator control to stop background agents.",
94
- "route": "/docs/reference/_common/agent.cancel",
95
- "source": "generated",
96
- "contentPath": "_common/agent.cancel.md"
97
- },
98
- {
99
- "id": "_common/agent.execution",
100
- "title": "agent.execution",
101
- "summary": "Background agent execution, approvals, and artifacts.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/agent/capabilities/agentExecution.capability.ts`",
102
- "route": "/docs/reference/_common/agent.execution",
103
- "source": "generated",
104
- "contentPath": "_common/agent.execution.md"
105
- },
106
- {
107
- "id": "_common/agent.run",
108
- "title": "agent.run",
109
- "summary": "Submit a background agent run with a context snapshot.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentRun.command.ts`",
110
- "route": "/docs/reference/_common/agent.run",
111
- "source": "generated",
112
- "contentPath": "_common/agent.run.md"
113
- },
114
- {
115
- "id": "_common/agent.run.audit",
116
- "title": "agent.run.audit",
117
- "summary": "Audit layout for agent runs and artifacts.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/agent/presentations/agentRunAudit.presentation.ts`",
118
- "route": "/docs/reference/_common/agent.run.audit",
119
- "source": "generated",
120
- "contentPath": "_common/agent.run.audit.md"
121
- },
122
- {
123
- "id": "_common/agent.run.completed",
124
- "title": "agent.run.completed",
125
- "summary": "Emitted when an agent run completes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunCompleted.event.ts`\n```typescript",
126
- "route": "/docs/reference/_common/agent.run.completed",
127
- "source": "generated",
128
- "contentPath": "_common/agent.run.completed.md"
129
- },
130
- {
131
- "id": "_common/agent.run.failed",
132
- "title": "agent.run.failed",
133
- "summary": "Emitted when an agent run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunFailed.event.ts`\n```typescript\nexport const AgentRunFailedEvent = defineEvent({",
134
- "route": "/docs/reference/_common/agent.run.failed",
135
- "source": "generated",
136
- "contentPath": "_common/agent.run.failed.md"
137
- },
138
- {
139
- "id": "_common/agent.run.started",
140
- "title": "agent.run.started",
141
- "summary": "Emitted when an agent run starts executing.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunStarted.event.ts`\n```typescript\nexport const AgentRunStartedEvent = defineEvent({",
142
- "route": "/docs/reference/_common/agent.run.started",
143
- "source": "generated",
144
- "contentPath": "_common/agent.run.started.md"
145
- },
146
- {
147
- "id": "_common/agent.status",
148
- "title": "agent.status",
149
- "summary": "Get status for agent runs.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: status\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentStatus.query.ts`\nProvide status and progress visibility for background agents.",
150
- "route": "/docs/reference/_common/agent.status",
151
- "source": "generated",
152
- "contentPath": "_common/agent.status.md"
153
- },
154
- {
155
- "id": "_common/context.pack.describe",
156
- "title": "context.pack.describe",
157
- "summary": "Describe a context pack and its sources.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, describe\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackDescribe.query.ts`",
158
- "route": "/docs/reference/_common/context.pack.describe",
159
- "source": "generated",
160
- "contentPath": "_common/context.pack.describe.md"
161
- },
162
- {
163
- "id": "_common/context.pack.search",
164
- "title": "context.pack.search",
165
- "summary": "Search and filter context packs and snapshots.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, search\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackSearch.query.ts`",
166
- "route": "/docs/reference/_common/context.pack.search",
167
- "source": "generated",
168
- "contentPath": "_common/context.pack.search.md"
169
- },
170
- {
171
- "id": "_common/context.pack.snapshot",
172
- "title": "context.pack.snapshot",
173
- "summary": "Create an immutable snapshot from a context pack.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: snapshot, create\n- **File**: `packages/libs/contracts-spec/src/context/commands/contextPackSnapshot.command.ts`",
174
- "route": "/docs/reference/_common/context.pack.snapshot",
175
- "source": "generated",
176
- "contentPath": "_common/context.pack.snapshot.md"
177
- },
178
- {
179
- "id": "_common/context.snapshot.created",
180
- "title": "context.snapshot.created",
181
- "summary": "Emitted when a context snapshot is created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: snapshot\n- **File**: `packages/libs/contracts-spec/src/context/events/contextSnapshotCreated.event.ts`",
182
- "route": "/docs/reference/_common/context.snapshot.created",
183
- "source": "generated",
184
- "contentPath": "_common/context.snapshot.created.md"
185
- },
186
- {
187
- "id": "_common/context.snapshot.summary",
188
- "title": "context.snapshot.summary",
189
- "summary": "Summary layout for context snapshots.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: snapshot, summary\n- **File**: `packages/libs/contracts-spec/src/context/presentations/contextSnapshot.presentation.ts`",
190
- "route": "/docs/reference/_common/context.snapshot.summary",
191
- "source": "generated",
192
- "contentPath": "_common/context.snapshot.summary.md"
193
- },
194
- {
195
- "id": "_common/context.system",
196
- "title": "context.system",
197
- "summary": "Context packs, snapshots, and discovery surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/context/capabilities/contextSystem.capability.ts`",
198
- "route": "/docs/reference/_common/context.system",
199
- "source": "generated",
200
- "contentPath": "_common/context.system.md"
201
- },
202
- {
203
- "id": "_common/contractspec.docs",
204
- "title": "contractspec.docs",
205
- "summary": "Comprehensive documentation system for ContractSpec\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.docs\n- **Tags**: documentation, guides, api-reference\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/docs.feature.ts`",
206
- "route": "/docs/reference/_common/contractspec.docs",
207
- "source": "generated",
208
- "contentPath": "_common/contractspec.docs.md"
209
- },
210
- {
211
- "id": "_common/contractspec.mcp",
212
- "title": "contractspec.mcp",
213
- "summary": "Model Context Protocol server for AI agent integration\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.mcp\n- **Tags**: mcp, ai-agents, tooling\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/mcp.feature.ts`",
214
- "route": "/docs/reference/_common/contractspec.mcp",
215
- "source": "generated",
216
- "contentPath": "_common/contractspec.mcp.md"
217
- },
218
- {
219
- "id": "_common/contractspec.presentations",
220
- "title": "contractspec.presentations",
221
- "summary": "Cross-platform rendering of contract-driven UI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.presentations\n- **Tags**: presentations, ui, rendering, cross-platform\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/presentations.feature.ts`",
222
- "route": "/docs/reference/_common/contractspec.presentations",
223
- "source": "generated",
224
- "contentPath": "_common/contractspec.presentations.md"
225
- },
226
- {
227
- "id": "_common/control-plane.approval",
228
- "title": "control-plane.approval",
229
- "summary": "Human approval and rejection gates for execution steps.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneApproval.capability.ts`",
230
- "route": "/docs/reference/_common/control-plane.approval",
231
- "source": "generated",
232
- "contentPath": "_common/control-plane.approval.md"
233
- },
234
- {
235
- "id": "_common/control-plane.audit",
236
- "title": "control-plane.audit",
237
- "summary": "Trace, policy explanation, and replay-grade observability.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneAudit.capability.ts`",
238
- "route": "/docs/reference/_common/control-plane.audit",
239
- "source": "generated",
240
- "contentPath": "_common/control-plane.audit.md"
241
- },
242
- {
243
- "id": "_common/control-plane.channel-runtime",
244
- "title": "control-plane.channel-runtime",
245
- "summary": "Channel-facing runtime surfaces for controlled execution.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: channels\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneChannelRuntime.capability.ts`",
246
- "route": "/docs/reference/_common/control-plane.channel-runtime",
247
- "source": "generated",
248
- "contentPath": "_common/control-plane.channel-runtime.md"
249
- },
250
- {
251
- "id": "_common/control-plane.core",
252
- "title": "control-plane.core",
253
- "summary": "Core intent, planning, and execution surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: core\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneCore.capability.ts`",
254
- "route": "/docs/reference/_common/control-plane.core",
255
- "source": "generated",
256
- "contentPath": "_common/control-plane.core.md"
257
- },
258
- {
259
- "id": "_common/control-plane.skill-registry",
260
- "title": "control-plane.skill-registry",
261
- "summary": "Signed skill lifecycle and compatibility governance.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneSkillRegistry.capability.ts`",
262
- "route": "/docs/reference/_common/control-plane.skill-registry",
263
- "source": "generated",
264
- "contentPath": "_common/control-plane.skill-registry.md"
265
- },
266
- {
267
- "id": "_common/controlPlane.execution.approve",
268
- "title": "controlPlane.execution.approve",
269
- "summary": "Approve a pending execution step for continuation.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionApprove.command.ts`",
270
- "route": "/docs/reference/_common/controlPlane.execution.approve",
271
- "source": "generated",
272
- "contentPath": "_common/controlPlane.execution.approve.md"
273
- },
274
- {
275
- "id": "_common/controlPlane.execution.cancel",
276
- "title": "controlPlane.execution.cancel",
277
- "summary": "Cancel an execution run and transition to terminal state.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution, approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionCancel.command.ts`",
278
- "route": "/docs/reference/_common/controlPlane.execution.cancel",
279
- "source": "generated",
280
- "contentPath": "_common/controlPlane.execution.cancel.md"
281
- },
282
- {
283
- "id": "_common/controlPlane.execution.completed",
284
- "title": "controlPlane.execution.completed",
285
- "summary": "Emitted when an execution run finishes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionCompleted.event.ts`",
286
- "route": "/docs/reference/_common/controlPlane.execution.completed",
287
- "source": "generated",
288
- "contentPath": "_common/controlPlane.execution.completed.md"
289
- },
290
- {
291
- "id": "_common/controlPlane.execution.failed",
292
- "title": "controlPlane.execution.failed",
293
- "summary": "Emitted when an execution run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, failure\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionFailed.event.ts`",
294
- "route": "/docs/reference/_common/controlPlane.execution.failed",
295
- "source": "generated",
296
- "contentPath": "_common/controlPlane.execution.failed.md"
297
- },
298
- {
299
- "id": "_common/controlPlane.execution.get",
300
- "title": "controlPlane.execution.get",
301
- "summary": "Fetch the latest state for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionGet.query.ts`",
302
- "route": "/docs/reference/_common/controlPlane.execution.get",
303
- "source": "generated",
304
- "contentPath": "_common/controlPlane.execution.get.md"
305
- },
306
- {
307
- "id": "_common/controlPlane.execution.list",
308
- "title": "controlPlane.execution.list",
309
- "summary": "List execution runs with filtering and pagination.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionList.query.ts`",
310
- "route": "/docs/reference/_common/controlPlane.execution.list",
311
- "source": "generated",
312
- "contentPath": "_common/controlPlane.execution.list.md"
313
- },
314
- {
315
- "id": "_common/controlPlane.execution.reject",
316
- "title": "controlPlane.execution.reject",
317
- "summary": "Reject a pending execution step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionReject.command.ts`",
318
- "route": "/docs/reference/_common/controlPlane.execution.reject",
319
- "source": "generated",
320
- "contentPath": "_common/controlPlane.execution.reject.md"
321
- },
322
- {
323
- "id": "_common/controlPlane.execution.start",
324
- "title": "controlPlane.execution.start",
325
- "summary": "Start executing an approved compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionStart.command.ts`",
326
- "route": "/docs/reference/_common/controlPlane.execution.start",
327
- "source": "generated",
328
- "contentPath": "_common/controlPlane.execution.start.md"
329
- },
330
- {
331
- "id": "_common/controlPlane.execution.step.blocked",
332
- "title": "controlPlane.execution.step.blocked",
333
- "summary": "Emitted when policy blocks an execution step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, blocked\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepBlocked.event.ts`",
334
- "route": "/docs/reference/_common/controlPlane.execution.step.blocked",
335
- "source": "generated",
336
- "contentPath": "_common/controlPlane.execution.step.blocked.md"
337
- },
338
- {
339
- "id": "_common/controlPlane.execution.step.completed",
340
- "title": "controlPlane.execution.step.completed",
341
- "summary": "Emitted when an execution step completes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepCompleted.event.ts`",
342
- "route": "/docs/reference/_common/controlPlane.execution.step.completed",
343
- "source": "generated",
344
- "contentPath": "_common/controlPlane.execution.step.completed.md"
345
- },
346
- {
347
- "id": "_common/controlPlane.execution.step.started",
348
- "title": "controlPlane.execution.step.started",
349
- "summary": "Emitted when an execution step starts.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepStarted.event.ts`",
350
- "route": "/docs/reference/_common/controlPlane.execution.step.started",
351
- "source": "generated",
352
- "contentPath": "_common/controlPlane.execution.step.started.md"
353
- },
354
- {
355
- "id": "_common/controlPlane.intent.received",
356
- "title": "controlPlane.intent.received",
357
- "summary": "Emitted when a new control plane intent is accepted.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneIntentReceived.event.ts`",
358
- "route": "/docs/reference/_common/controlPlane.intent.received",
359
- "source": "generated",
360
- "contentPath": "_common/controlPlane.intent.received.md"
361
- },
362
- {
363
- "id": "_common/controlPlane.intent.submit",
364
- "title": "controlPlane.intent.submit",
365
- "summary": "Submit a natural-language intent to the control plane.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneIntentSubmit.command.ts`",
366
- "route": "/docs/reference/_common/controlPlane.intent.submit",
367
- "source": "generated",
368
- "contentPath": "_common/controlPlane.intent.submit.md"
369
- },
370
- {
371
- "id": "_common/controlPlane.plan.compile",
372
- "title": "controlPlane.plan.compile",
373
- "summary": "Compile an intent into a deterministic plan DAG.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanCompile.command.ts`",
374
- "route": "/docs/reference/_common/controlPlane.plan.compile",
375
- "source": "generated",
376
- "contentPath": "_common/controlPlane.plan.compile.md"
377
- },
378
- {
379
- "id": "_common/controlPlane.plan.compiled",
380
- "title": "controlPlane.plan.compiled",
381
- "summary": "Emitted when an intent is compiled into an executable plan.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanCompiled.event.ts`",
382
- "route": "/docs/reference/_common/controlPlane.plan.compiled",
383
- "source": "generated",
384
- "contentPath": "_common/controlPlane.plan.compiled.md"
385
- },
386
- {
387
- "id": "_common/controlPlane.plan.rejected",
388
- "title": "controlPlane.plan.rejected",
389
- "summary": "Emitted when a plan fails verification or governance checks.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanRejected.event.ts`",
390
- "route": "/docs/reference/_common/controlPlane.plan.rejected",
391
- "source": "generated",
392
- "contentPath": "_common/controlPlane.plan.rejected.md"
393
- },
394
- {
395
- "id": "_common/controlPlane.plan.verify",
396
- "title": "controlPlane.plan.verify",
397
- "summary": "Run policy and risk validation against a compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanVerify.command.ts`",
398
- "route": "/docs/reference/_common/controlPlane.plan.verify",
399
- "source": "generated",
400
- "contentPath": "_common/controlPlane.plan.verify.md"
401
- },
402
- {
403
- "id": "_common/controlPlane.policy.explain",
404
- "title": "controlPlane.policy.explain",
405
- "summary": "Explain policy outcomes for an execution or step.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: policy, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlanePolicyExplain.query.ts`",
406
- "route": "/docs/reference/_common/controlPlane.policy.explain",
407
- "source": "generated",
408
- "contentPath": "_common/controlPlane.policy.explain.md"
409
- },
410
- {
411
- "id": "_common/controlPlane.skill.disable",
412
- "title": "controlPlane.skill.disable",
413
- "summary": "Disable an installed skill in the control plane registry.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillDisable.command.ts`",
414
- "route": "/docs/reference/_common/controlPlane.skill.disable",
415
- "source": "generated",
416
- "contentPath": "_common/controlPlane.skill.disable.md"
417
- },
418
- {
419
- "id": "_common/controlPlane.skill.install",
420
- "title": "controlPlane.skill.install",
421
- "summary": "Install a signed skill artifact after verification checks.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillInstall.command.ts`",
422
- "route": "/docs/reference/_common/controlPlane.skill.install",
423
- "source": "generated",
424
- "contentPath": "_common/controlPlane.skill.install.md"
425
- },
426
- {
427
- "id": "_common/controlPlane.skill.installed",
428
- "title": "controlPlane.skill.installed",
429
- "summary": "Emitted when a skill artifact is verified and installed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillInstalled.event.ts`",
430
- "route": "/docs/reference/_common/controlPlane.skill.installed",
431
- "source": "generated",
432
- "contentPath": "_common/controlPlane.skill.installed.md"
433
- },
434
- {
435
- "id": "_common/controlPlane.skill.list",
436
- "title": "controlPlane.skill.list",
437
- "summary": "List installed and available skill artifacts.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillList.query.ts`",
438
- "route": "/docs/reference/_common/controlPlane.skill.list",
439
- "source": "generated",
440
- "contentPath": "_common/controlPlane.skill.list.md"
441
- },
442
- {
443
- "id": "_common/controlPlane.skill.rejected",
444
- "title": "controlPlane.skill.rejected",
445
- "summary": "Emitted when a skill install attempt is rejected.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillRejected.event.ts`",
446
- "route": "/docs/reference/_common/controlPlane.skill.rejected",
447
- "source": "generated",
448
- "contentPath": "_common/controlPlane.skill.rejected.md"
449
- },
450
- {
451
- "id": "_common/controlPlane.skill.verify",
452
- "title": "controlPlane.skill.verify",
453
- "summary": "Verify skill signature and compatibility constraints.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillVerify.query.ts`",
454
- "route": "/docs/reference/_common/controlPlane.skill.verify",
455
- "source": "generated",
456
- "contentPath": "_common/controlPlane.skill.verify.md"
457
- },
458
- {
459
- "id": "_common/controlPlane.trace.get",
460
- "title": "controlPlane.trace.get",
461
- "summary": "Return the replayable trace timeline for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: trace, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneTraceGet.query.ts`",
462
- "route": "/docs/reference/_common/controlPlane.trace.get",
463
- "source": "generated",
464
- "contentPath": "_common/controlPlane.trace.get.md"
465
- },
466
- {
467
- "id": "_common/database.context",
468
- "title": "database.context",
469
- "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
470
- "route": "/docs/reference/_common/database.context",
471
- "source": "generated",
472
- "contentPath": "_common/database.context.md"
473
- },
474
- {
475
- "id": "_common/database.dictionary.get",
476
- "title": "database.dictionary.get",
477
- "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
478
- "route": "/docs/reference/_common/database.dictionary.get",
479
- "source": "generated",
480
- "contentPath": "_common/database.dictionary.get.md"
481
- },
482
- {
483
- "id": "_common/database.migrations.list",
484
- "title": "database.migrations.list",
485
- "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
486
- "route": "/docs/reference/_common/database.migrations.list",
487
- "source": "generated",
488
- "contentPath": "_common/database.migrations.list.md"
489
- },
490
- {
491
- "id": "_common/database.query.readonly",
492
- "title": "database.query.readonly",
493
- "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
494
- "route": "/docs/reference/_common/database.query.readonly",
495
- "source": "generated",
496
- "contentPath": "_common/database.query.readonly.md"
497
- },
498
- {
499
- "id": "_common/database.schema.describe",
500
- "title": "database.schema.describe",
501
- "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
502
- "route": "/docs/reference/_common/database.schema.describe",
503
- "source": "generated",
504
- "contentPath": "_common/database.schema.describe.md"
505
- },
506
- {
507
- "id": "_common/docs.contract.reference",
508
- "title": "docs.contract.reference",
509
- "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
510
- "route": "/docs/reference/_common/docs.contract.reference",
511
- "source": "generated",
512
- "contentPath": "_common/docs.contract.reference.md"
513
- },
514
- {
515
- "id": "_common/docs.generate",
516
- "title": "docs.generate",
517
- "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
518
- "route": "/docs/reference/_common/docs.generate",
519
- "source": "generated",
520
- "contentPath": "_common/docs.generate.md"
521
- },
522
- {
523
- "id": "_common/docs.generated",
524
- "title": "docs.generated",
525
- "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
526
- "route": "/docs/reference/_common/docs.generated",
527
- "source": "generated",
528
- "contentPath": "_common/docs.generated.md"
529
- },
530
- {
531
- "id": "_common/docs.layout",
532
- "title": "docs.layout",
533
- "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
534
- "route": "/docs/reference/_common/docs.layout",
535
- "source": "generated",
536
- "contentPath": "_common/docs.layout.md"
537
- },
538
- {
539
- "id": "_common/docs.publish",
540
- "title": "docs.publish",
541
- "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
542
- "route": "/docs/reference/_common/docs.publish",
543
- "source": "generated",
544
- "contentPath": "_common/docs.publish.md"
545
- },
546
- {
547
- "id": "_common/docs.published",
548
- "title": "docs.published",
549
- "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nexport const DocsPublishedEvent = defineEvent({",
550
- "route": "/docs/reference/_common/docs.published",
551
- "source": "generated",
552
- "contentPath": "_common/docs.published.md"
553
- },
554
- {
555
- "id": "_common/docs.reference.page",
556
- "title": "docs.reference.page",
557
- "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
558
- "route": "/docs/reference/_common/docs.reference.page",
559
- "source": "generated",
560
- "contentPath": "_common/docs.reference.page.md"
561
- },
562
- {
563
- "id": "_common/docs.search",
564
- "title": "docs_search",
565
- "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
566
- "route": "/docs/reference/_common/docs.search",
567
- "source": "generated",
568
- "contentPath": "_common/docs.search.md"
569
- },
570
- {
571
- "id": "_common/docs.system",
572
- "title": "docs.system",
573
- "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
574
- "route": "/docs/reference/_common/docs.system",
575
- "source": "generated",
576
- "contentPath": "_common/docs.system.md"
577
- },
578
- {
579
- "id": "_common/init",
580
- "title": "init",
581
- "summary": "Sets up ContractSpec in a project (config, VSCode settings, etc.)\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, setup\n- **File**: `packages/bundles/workspace/src/contracts/operations/init.operation.ts`",
582
- "route": "/docs/reference/_common/init",
583
- "source": "generated",
584
- "contentPath": "_common/init.md"
585
- },
586
- {
587
- "id": "_common/opencode.example.echo",
588
- "title": "opencode.example.echo",
589
- "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
590
- "route": "/docs/reference/_common/opencode.example.echo",
591
- "source": "generated",
592
- "contentPath": "_common/opencode.example.echo.md"
593
- },
594
- {
595
- "id": "_common/provider-ranking.benchmark.custom.completed",
596
- "title": "provider-ranking.benchmark.custom.completed",
597
- "summary": "Emitted when a custom benchmark run finishes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkCustomCompleted.event.ts`",
598
- "route": "/docs/reference/_common/provider-ranking.benchmark.custom.completed",
599
- "source": "generated",
600
- "contentPath": "_common/provider-ranking.benchmark.custom.completed.md"
601
- },
602
- {
603
- "id": "_common/provider-ranking.benchmark.ingest",
604
- "title": "provider-ranking.benchmark.ingest",
605
- "summary": "Trigger ingestion of external benchmark data from a public source.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkIngest.command.ts`",
606
- "route": "/docs/reference/_common/provider-ranking.benchmark.ingest",
607
- "source": "generated",
608
- "contentPath": "_common/provider-ranking.benchmark.ingest.md"
609
- },
610
- {
611
- "id": "_common/provider-ranking.benchmark.ingested",
612
- "title": "provider-ranking.benchmark.ingested",
613
- "summary": "Emitted after external benchmark data is ingested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkIngested.event.ts`",
614
- "route": "/docs/reference/_common/provider-ranking.benchmark.ingested",
615
- "source": "generated",
616
- "contentPath": "_common/provider-ranking.benchmark.ingested.md"
617
- },
618
- {
619
- "id": "_common/provider-ranking.benchmark.results.list",
620
- "title": "provider-ranking.benchmark.results.list",
621
- "summary": "List raw benchmark results with pagination, filterable by source, model, and dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: results\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/benchmarkResultsList.query.ts`",
622
- "route": "/docs/reference/_common/provider-ranking.benchmark.results.list",
623
- "source": "generated",
624
- "contentPath": "_common/provider-ranking.benchmark.results.list.md"
625
- },
626
- {
627
- "id": "_common/provider-ranking.benchmark.run-custom",
628
- "title": "provider-ranking.benchmark.run-custom",
629
- "summary": "Launch a custom benchmark evaluation against a specific model.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkRunCustom.command.ts`",
630
- "route": "/docs/reference/_common/provider-ranking.benchmark.run-custom",
631
- "source": "generated",
632
- "contentPath": "_common/provider-ranking.benchmark.run-custom.md"
633
- },
634
- {
635
- "id": "_common/provider-ranking.model.comparison",
636
- "title": "provider-ranking.model.comparison",
637
- "summary": "Side-by-side comparison of AI model scores and capabilities.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: comparison\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts`",
638
- "route": "/docs/reference/_common/provider-ranking.model.comparison",
639
- "source": "generated",
640
- "contentPath": "_common/provider-ranking.model.comparison.md"
641
- },
642
- {
643
- "id": "_common/provider-ranking.model.profile.get",
644
- "title": "provider-ranking.model.profile.get",
645
- "summary": "Get detailed profile for a single model including all scores, metadata, cost, and capabilities.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: model, profile\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/modelProfileGet.query.ts`",
646
- "route": "/docs/reference/_common/provider-ranking.model.profile.get",
647
- "source": "generated",
648
- "contentPath": "_common/provider-ranking.model.profile.get.md"
649
- },
650
- {
651
- "id": "_common/provider-ranking.ranking.get",
652
- "title": "provider-ranking.ranking.get",
653
- "summary": "Get ranked list of providers/models with composite scores, filterable by dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: leaderboard\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/providerRankingGet.query.ts`",
654
- "route": "/docs/reference/_common/provider-ranking.ranking.get",
655
- "source": "generated",
656
- "contentPath": "_common/provider-ranking.ranking.get.md"
657
- },
658
- {
659
- "id": "_common/provider-ranking.ranking.refresh",
660
- "title": "provider-ranking.ranking.refresh",
661
- "summary": "Recompute composite rankings from latest benchmark data.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/rankingRefresh.command.ts`",
662
- "route": "/docs/reference/_common/provider-ranking.ranking.refresh",
663
- "source": "generated",
664
- "contentPath": "_common/provider-ranking.ranking.refresh.md"
665
- },
666
- {
667
- "id": "_common/provider-ranking.ranking.updated",
668
- "title": "provider-ranking.ranking.updated",
669
- "summary": "Emitted when composite rankings are recomputed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/rankingUpdated.event.ts`",
670
- "route": "/docs/reference/_common/provider-ranking.ranking.updated",
671
- "source": "generated",
672
- "contentPath": "_common/provider-ranking.ranking.updated.md"
673
- },
674
- {
675
- "id": "_common/provider-ranking.system",
676
- "title": "provider-ranking.system",
677
- "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/capabilities/providerRanking.capability.ts`",
678
- "route": "/docs/reference/_common/provider-ranking.system",
679
- "source": "generated",
680
- "contentPath": "_common/provider-ranking.system.md"
681
- },
682
- {
683
- "id": "_common/report.getContractVerificationStatus",
684
- "title": "report.getContractVerificationStatus",
685
- "summary": "Retrieves per-contract verification status for the impact report.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/operations/report/getContractVerificationStatus.ts`",
686
- "route": "/docs/reference/_common/report.getContractVerificationStatus",
687
- "source": "generated",
688
- "contentPath": "_common/report.getContractVerificationStatus.md"
689
- },
690
- {
691
- "id": "_common/template.messaging.core",
692
- "title": "template.messaging.core",
693
- "summary": "Real-time messaging primitives for template applications, including conversations, participants, and delivery events.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio",
694
- "route": "/docs/reference/_common/template.messaging.core",
695
- "source": "generated",
696
- "contentPath": "_common/template.messaging.core.md"
697
- },
698
- {
699
- "id": "_common/template.recipes.browse",
700
- "title": "template.recipes.browse",
701
- "summary": "Internationalized recipe browsing, search, and detail operations for template applications.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, recipes, i18n, content",
702
- "route": "/docs/reference/_common/template.recipes.browse",
703
- "source": "generated",
704
- "contentPath": "_common/template.recipes.browse.md"
705
- },
706
- {
707
- "id": "_common/template.todos.crud",
708
- "title": "template.todos.crud",
709
- "summary": "Create, read, update, delete, and toggle template tasks with categories and priorities.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, todos, productivity",
710
- "route": "/docs/reference/_common/template.todos.crud",
711
- "source": "generated",
712
- "contentPath": "_common/template.todos.crud.md"
713
- },
714
- {
715
- "id": "_common/test",
716
- "title": "test",
717
- "summary": "Run tests defined in contract specs\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, test\n- **File**: `packages/bundles/workspace/src/contracts/operations/test.operation.ts`",
718
- "route": "/docs/reference/_common/test",
719
- "source": "generated",
720
- "contentPath": "_common/test.md"
721
- },
722
- {
723
- "id": "_common/user.create",
724
- "title": "user.create",
725
- "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
726
- "route": "/docs/reference/_common/user.create",
727
- "source": "generated",
728
- "contentPath": "_common/user.create.md"
729
- },
730
- {
731
- "id": "_common/validate",
732
- "title": "validate",
733
- "summary": "Validate a contract spec file structure and optionally its implementation\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, validation\n- **File**: `packages/bundles/workspace/src/contracts/operations/validate.operation.ts`",
734
- "route": "/docs/reference/_common/validate",
735
- "source": "generated",
736
- "contentPath": "_common/validate.md"
737
- },
738
- {
739
- "id": "docs.accessibility_wcag_compliance_specs",
740
- "title": "Accessibility & WCAG Compliance — **specs.md**",
741
- "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
742
- "route": "/docs/accessibility_wcag_compliance_specs",
743
- "source": "docblock",
744
- "contentPath": "docblocks/docs/accessibility_wcag_compliance_specs.md",
745
- "tags": ["accessibility_wcag_compliance_specs"],
746
- "kind": "reference",
747
- "visibility": "public"
748
- },
749
- {
750
- "id": "docs.meta.docblocks-process",
751
- "title": "DocBlocks process",
752
- "summary": "How to author goal/how/usage DocBlocks close to code.",
753
- "route": "/docs/meta/docblocks-process",
754
- "source": "docblock",
755
- "contentPath": "docblocks/docs/meta/docblocks-process.md",
756
- "tags": ["docs", "process"],
757
- "kind": "reference",
758
- "visibility": "mixed"
759
- },
760
- {
761
- "id": "docs.tech.acp.fs.access",
762
- "title": "ACP file system access",
763
- "summary": "Access file system through ACP.",
764
- "route": "/docs/tech/acp/fs/access",
765
- "source": "docblock",
766
- "contentPath": "docblocks/docs/tech/acp/fs/access.md",
767
- "tags": ["acp", "filesystem"],
768
- "kind": "reference",
769
- "visibility": "public"
770
- },
771
- {
772
- "id": "docs.tech.acp.prompt.turn",
773
- "title": "ACP prompt turn",
774
- "summary": "Execute a prompt turn within a session.",
775
- "route": "/docs/tech/acp/prompt/turn",
776
- "source": "docblock",
777
- "contentPath": "docblocks/docs/tech/acp/prompt/turn.md",
778
- "tags": ["acp", "prompt"],
779
- "kind": "reference",
780
- "visibility": "public"
781
- },
782
- {
783
- "id": "docs.tech.acp.session.init",
784
- "title": "ACP session init",
785
- "summary": "Initialize a new ACP session.",
786
- "route": "/docs/tech/acp/session/init",
787
- "source": "docblock",
788
- "contentPath": "docblocks/docs/tech/acp/session/init.md",
789
- "tags": ["acp", "session"],
790
- "kind": "reference",
791
- "visibility": "public"
792
- },
793
- {
794
- "id": "docs.tech.acp.session.resume",
795
- "title": "ACP session resume",
796
- "summary": "Resume an existing ACP session.",
797
- "route": "/docs/tech/acp/session/resume",
798
- "source": "docblock",
799
- "contentPath": "docblocks/docs/tech/acp/session/resume.md",
800
- "tags": ["acp", "session"],
801
- "kind": "reference",
802
- "visibility": "public"
803
- },
804
- {
805
- "id": "docs.tech.acp.session.stop",
806
- "title": "ACP session stop",
807
- "summary": "Stop an ACP session.",
808
- "route": "/docs/tech/acp/session/stop",
809
- "source": "docblock",
810
- "contentPath": "docblocks/docs/tech/acp/session/stop.md",
811
- "tags": ["acp", "session"],
812
- "kind": "reference",
813
- "visibility": "public"
814
- },
815
- {
816
- "id": "docs.tech.acp.terminal.exec",
817
- "title": "ACP terminal exec",
818
- "summary": "Execute terminal commands via ACP.",
819
- "route": "/docs/tech/acp/terminal/exec",
820
- "source": "docblock",
821
- "contentPath": "docblocks/docs/tech/acp/terminal/exec.md",
822
- "tags": ["acp", "terminal"],
823
- "kind": "reference",
824
- "visibility": "public"
825
- },
826
- {
827
- "id": "docs.tech.acp.tool.calls",
828
- "title": "ACP tool calls",
829
- "summary": "Execute ACP tool calls.",
830
- "route": "/docs/tech/acp/tool/calls",
831
- "source": "docblock",
832
- "contentPath": "docblocks/docs/tech/acp/tool/calls.md",
833
- "tags": ["acp", "tools"],
834
- "kind": "reference",
835
- "visibility": "public"
836
- },
837
- {
838
- "id": "docs.tech.acp.transport",
839
- "title": "ACP transport",
840
- "summary": "Agent Client Protocol transport surfaces.",
841
- "route": "/docs/tech/acp/transport",
842
- "source": "docblock",
843
- "contentPath": "docblocks/docs/tech/acp/transport.md",
844
- "tags": ["acp", "transport"],
845
- "kind": "reference",
846
- "visibility": "public"
847
- },
848
- {
849
- "id": "docs.tech.agent.approval.requested",
850
- "title": "Agent approval requested event",
851
- "summary": "Emitted when approval is required.",
852
- "route": "/docs/tech/agent/approval/requested",
853
- "source": "docblock",
854
- "contentPath": "docblocks/docs/tech/agent/approval/requested.md",
855
- "tags": ["agent", "event", "approval"],
856
- "kind": "reference",
857
- "visibility": "public"
858
- },
859
- {
860
- "id": "docs.tech.agent.approvals",
861
- "title": "Agent approvals",
862
- "summary": "Resolve an agent approval request.",
863
- "route": "/docs/tech/agent/approvals",
864
- "source": "docblock",
865
- "contentPath": "docblocks/docs/tech/agent/approvals.md",
866
- "tags": ["agent", "approval"],
867
- "kind": "reference",
868
- "visibility": "public"
869
- },
870
- {
871
- "id": "docs.tech.agent.artifacts",
872
- "title": "Agent artifacts",
873
- "summary": "List artifacts produced by an agent run.",
874
- "route": "/docs/tech/agent/artifacts",
875
- "source": "docblock",
876
- "contentPath": "docblocks/docs/tech/agent/artifacts.md",
877
- "tags": ["agent", "artifacts"],
878
- "kind": "reference",
879
- "visibility": "public"
880
- },
881
- {
882
- "id": "docs.tech.agent.cancel",
883
- "title": "Cancel agent run",
884
- "summary": "Cancel an in-flight agent run.",
885
- "route": "/docs/tech/agent/cancel",
886
- "source": "docblock",
887
- "contentPath": "docblocks/docs/tech/agent/cancel.md",
888
- "tags": ["agent", "cancel"],
889
- "kind": "reference",
890
- "visibility": "public"
891
- },
892
- {
893
- "id": "docs.tech.agent.execution",
894
- "title": "Agent execution",
895
- "summary": "Background agent execution, approvals, and artifacts.",
896
- "route": "/docs/tech/agent/execution",
897
- "source": "docblock",
898
- "contentPath": "docblocks/docs/tech/agent/execution.md",
899
- "tags": ["agent", "execution"],
900
- "kind": "reference",
901
- "visibility": "public"
902
- },
903
- {
904
- "id": "docs.tech.agent.memory-tools",
905
- "title": "Memory tools",
906
- "summary": "Model-accessible CRUD for agent memory (Anthropic, custom).",
907
- "route": "/docs/tech/agent/memory-tools",
908
- "source": "docblock",
909
- "contentPath": "docblocks/docs/tech/agent/memory-tools.md",
910
- "tags": ["agent", "memory", "tools"],
911
- "kind": "reference",
912
- "visibility": "public"
913
- },
914
- {
915
- "id": "docs.tech.agent.operations-as-tools",
916
- "title": "Operations as tools",
917
- "summary": "Reference ContractSpec operations as agent tools. One contract → REST, GraphQL, MCP, agent.",
918
- "route": "/docs/tech/agent/operations-as-tools",
919
- "source": "docblock",
920
- "contentPath": "docblocks/docs/tech/agent/operations-as-tools.md",
921
- "tags": ["agent", "tools", "operations"],
922
- "kind": "reference",
923
- "visibility": "public"
924
- },
925
- {
926
- "id": "docs.tech.agent.run",
927
- "title": "Run agent",
928
- "summary": "Submit a background agent run.",
929
- "route": "/docs/tech/agent/run",
930
- "source": "docblock",
931
- "contentPath": "docblocks/docs/tech/agent/run.md",
932
- "tags": ["agent", "run"],
933
- "kind": "reference",
934
- "visibility": "public"
935
- },
936
- {
937
- "id": "docs.tech.agent.run.audit",
938
- "title": "Agent run audit presentation",
939
- "summary": "Presentation spec for agent run audit views.",
940
- "route": "/docs/tech/agent/run/audit",
941
- "source": "docblock",
942
- "contentPath": "docblocks/docs/tech/agent/run/audit.md",
943
- "tags": ["agent", "presentation", "audit"],
944
- "kind": "reference",
945
- "visibility": "public"
946
- },
947
- {
948
- "id": "docs.tech.agent.run.completed",
949
- "title": "Agent run completed event",
950
- "summary": "Emitted when an agent run completes.",
951
- "route": "/docs/tech/agent/run/completed",
952
- "source": "docblock",
953
- "contentPath": "docblocks/docs/tech/agent/run/completed.md",
954
- "tags": ["agent", "event"],
955
- "kind": "reference",
956
- "visibility": "public"
957
- },
958
- {
959
- "id": "docs.tech.agent.run.failed",
960
- "title": "Agent run failed event",
961
- "summary": "Emitted when an agent run fails.",
962
- "route": "/docs/tech/agent/run/failed",
963
- "source": "docblock",
964
- "contentPath": "docblocks/docs/tech/agent/run/failed.md",
965
- "tags": ["agent", "event"],
966
- "kind": "reference",
967
- "visibility": "public"
968
- },
969
- {
970
- "id": "docs.tech.agent.run.form",
971
- "title": "Agent run form",
972
- "summary": "Form specification for launching an agent run.",
973
- "route": "/docs/tech/agent/run/form",
974
- "source": "docblock",
975
- "contentPath": "docblocks/docs/tech/agent/run/form.md",
976
- "tags": ["agent", "form"],
977
- "kind": "reference",
978
- "visibility": "public"
979
- },
980
- {
981
- "id": "docs.tech.agent.run.index",
982
- "title": "Agent run index view",
983
- "summary": "Data view for listing agent runs.",
984
- "route": "/docs/tech/agent/run/index",
985
- "source": "docblock",
986
- "contentPath": "docblocks/docs/tech/agent/run/index.md",
987
- "tags": ["agent", "data-view"],
988
- "kind": "reference",
989
- "visibility": "public"
990
- },
991
- {
992
- "id": "docs.tech.agent.run.started",
993
- "title": "Agent run started event",
994
- "summary": "Emitted when an agent run starts.",
995
- "route": "/docs/tech/agent/run/started",
996
- "source": "docblock",
997
- "contentPath": "docblocks/docs/tech/agent/run/started.md",
998
- "tags": ["agent", "event"],
999
- "kind": "reference",
1000
- "visibility": "public"
1001
- },
1002
- {
1003
- "id": "docs.tech.agent.status",
1004
- "title": "Agent status",
1005
- "summary": "Query agent run status.",
1006
- "route": "/docs/tech/agent/status",
1007
- "source": "docblock",
1008
- "contentPath": "docblocks/docs/tech/agent/status.md",
1009
- "tags": ["agent", "status"],
1010
- "kind": "reference",
1011
- "visibility": "public"
1012
- },
1013
- {
1014
- "id": "docs.tech.agent.subagents",
1015
- "title": "Subagents",
1016
- "summary": "Delegate tasks to subagents with streaming and toModelOutput.",
1017
- "route": "/docs/tech/agent/subagents",
1018
- "source": "docblock",
1019
- "contentPath": "docblocks/docs/tech/agent/subagents.md",
1020
- "tags": ["agent", "subagents", "delegation"],
1021
- "kind": "reference",
1022
- "visibility": "public"
1023
- },
1024
- {
1025
- "id": "docs.tech.agent.workflow-integration",
1026
- "title": "Workflow-agent integration",
1027
- "summary": "Orchestrator-worker, workflow steps as agent ops, evaluator pattern.",
1028
- "route": "/docs/tech/agent/workflow-integration",
1029
- "source": "docblock",
1030
- "contentPath": "docblocks/docs/tech/agent/workflow-integration.md",
1031
- "tags": ["agent", "workflow", "orchestrator"],
1032
- "kind": "reference",
1033
- "visibility": "public"
1034
- },
1035
- {
1036
- "id": "docs.tech.auth.better-auth-nextjs",
1037
- "title": "Better Auth + Next.js integration (ContractSpec)",
1038
- "summary": "How ContractSpec wires Better Auth into Next.js (server config, client singleton, and proxy cookie-only redirects).",
1039
- "route": "/docs/tech/auth/better-auth-nextjs",
1040
- "source": "docblock",
1041
- "contentPath": "docblocks/docs/tech/auth/better-auth-nextjs.md",
1042
- "tags": ["auth", "better-auth", "nextjs", "cookies", "proxy", "hmr"],
1043
- "kind": "reference",
1044
- "visibility": "public"
1045
- },
1046
- {
1047
- "id": "docs.tech.cli.contractspec",
1048
- "title": "ContractSpec CLI",
1049
- "summary": "The command-line interface for creating, building, and validating contract specifications.",
1050
- "route": "/docs/tech/cli/contractspec",
1051
- "source": "docblock",
1052
- "contentPath": "docblocks/docs/tech/cli/contractspec.md",
1053
- "tags": ["cli", "tooling", "reference"],
1054
- "kind": "reference",
1055
- "visibility": "public",
1056
- "owners": ["@contractspec/app.cli-contractspec"]
1057
- },
1058
- {
1059
- "id": "docs.tech.context.pack.describe",
1060
- "title": "Describe context pack",
1061
- "summary": "Describe a context pack and its sources.",
1062
- "route": "/docs/tech/context/pack/describe",
1063
- "source": "docblock",
1064
- "contentPath": "docblocks/docs/tech/context/pack/describe.md",
1065
- "tags": ["context", "pack", "describe"],
1066
- "kind": "reference",
1067
- "visibility": "public"
1068
- },
1069
- {
1070
- "id": "docs.tech.context.pack.search",
1071
- "title": "Search context packs",
1072
- "summary": "Search and filter context packs and snapshots.",
1073
- "route": "/docs/tech/context/pack/search",
1074
- "source": "docblock",
1075
- "contentPath": "docblocks/docs/tech/context/pack/search.md",
1076
- "tags": ["context", "pack", "search"],
1077
- "kind": "reference",
1078
- "visibility": "public"
1079
- },
1080
- {
1081
- "id": "docs.tech.context.pack.search.form",
1082
- "title": "Context pack search form",
1083
- "summary": "Form used to search context packs in UI surfaces.",
1084
- "route": "/docs/tech/context/pack/search-form",
1085
- "source": "docblock",
1086
- "contentPath": "docblocks/docs/tech/context/pack/search/form.md",
1087
- "tags": ["context", "form", "search"],
1088
- "kind": "reference",
1089
- "visibility": "public"
1090
- },
1091
- {
1092
- "id": "docs.tech.context.pack.snapshot",
1093
- "title": "Create context snapshot",
1094
- "summary": "Create an immutable context snapshot from a pack.",
1095
- "route": "/docs/tech/context/pack/snapshot",
1096
- "source": "docblock",
1097
- "contentPath": "docblocks/docs/tech/context/pack/snapshot.md",
1098
- "tags": ["context", "snapshot", "create"],
1099
- "kind": "reference",
1100
- "visibility": "public"
1101
- },
1102
- {
1103
- "id": "docs.tech.context.snapshot.created",
1104
- "title": "Context snapshot created event",
1105
- "summary": "Emitted when a context snapshot is created.",
1106
- "route": "/docs/tech/context/snapshot/created",
1107
- "source": "docblock",
1108
- "contentPath": "docblocks/docs/tech/context/snapshot/created.md",
1109
- "tags": ["context", "snapshot", "event"],
1110
- "kind": "reference",
1111
- "visibility": "public"
1112
- },
1113
- {
1114
- "id": "docs.tech.context.snapshot.index",
1115
- "title": "Context snapshot index view",
1116
- "summary": "Data view for listing context snapshots.",
1117
- "route": "/docs/tech/context/snapshot/index",
1118
- "source": "docblock",
1119
- "contentPath": "docblocks/docs/tech/context/snapshot/index.md",
1120
- "tags": ["context", "snapshot", "data-view"],
1121
- "kind": "reference",
1122
- "visibility": "public"
1123
- },
1124
- {
1125
- "id": "docs.tech.context.snapshot.presentation",
1126
- "title": "Context snapshot presentation",
1127
- "summary": "Presentation spec for snapshot summaries.",
1128
- "route": "/docs/tech/context/snapshot/presentation",
1129
- "source": "docblock",
1130
- "contentPath": "docblocks/docs/tech/context/snapshot/presentation.md",
1131
- "tags": ["context", "presentation", "snapshot"],
1132
- "kind": "reference",
1133
- "visibility": "public"
1134
- },
1135
- {
1136
- "id": "docs.tech.context.system",
1137
- "title": "Context system",
1138
- "summary": "Context packs, snapshots, and discovery surfaces.",
1139
- "route": "/docs/tech/context/system",
1140
- "source": "docblock",
1141
- "contentPath": "docblocks/docs/tech/context/system.md",
1142
- "tags": ["context", "system", "snapshot"],
1143
- "kind": "reference",
1144
- "visibility": "public"
1145
- },
1146
- {
1147
- "id": "docs.tech.contracts.openapi-export",
1148
- "title": "OpenAPI export (OpenAPI 3.1) from OperationSpecRegistry",
1149
- "summary": "Generate a deterministic OpenAPI document from a OperationSpecRegistry using jsonSchemaForSpec + REST transport metadata.",
1150
- "route": "/docs/tech/contracts/openapi-export",
1151
- "source": "docblock",
1152
- "contentPath": "docblocks/docs/tech/contracts/openapi-export.md",
1153
- "tags": ["contracts", "openapi", "rest"],
1154
- "kind": "reference",
1155
- "visibility": "public"
1156
- },
1157
- {
1158
- "id": "docs.tech.contracts.openapi-import",
1159
- "title": "OpenAPI Import (OpenAPI 3.1) to ContractSpec",
1160
- "summary": "Import OpenAPI specifications into ContractSpec models, or generate pure Zod/JSON-Schema/GraphQL representations.",
1161
- "route": "/docs/tech/contracts/openapi-import",
1162
- "source": "docblock",
1163
- "contentPath": "docblocks/docs/tech/contracts/openapi-import.md",
1164
- "tags": ["contracts", "openapi", "import", "codegen"],
1165
- "kind": "reference",
1166
- "visibility": "public"
1167
- },
1168
- {
1169
- "id": "docs.tech.contracts.presentations",
1170
- "title": "Presentations — Unified Descriptor & Transform Engine",
1171
- "summary": "How PresentationSpec and TransformEngine keep docs/renderers consistent.",
1172
- "route": "/docs/tech/contracts/presentations",
1173
- "source": "docblock",
1174
- "contentPath": "docblocks/docs/tech/contracts/presentations.md",
1175
- "tags": ["presentations", "docs", "mcp"],
1176
- "kind": "reference",
1177
- "visibility": "public"
1178
- },
1179
- {
1180
- "id": "docs.tech.contracts.README",
1181
- "title": "Contracts: Specs, Registry, Handlers, Adapters",
1182
- "summary": "- `packages/lssm/libs/contracts` defines the contracts core (OperationSpecRegistry, OperationSpec, PresentationSpec, install helpers, REST/MCP adapters, ...).",
1183
- "route": "/docs/tech/contracts/README",
1184
- "source": "docblock",
1185
- "contentPath": "docblocks/docs/tech/contracts/README.md",
1186
- "tags": ["tech", "contracts", "README"],
1187
- "kind": "reference",
1188
- "visibility": "public"
1189
- },
1190
- {
1191
- "id": "docs.tech.contracts.workspace-config",
1192
- "title": "Workspace Configuration (.contractsrc)",
1193
- "summary": "Configuration-as-code conventions for ContractSpec workspaces (`.contractsrc.json`).",
1194
- "route": "/docs/tech/contracts/workspace-config",
1195
- "source": "docblock",
1196
- "contentPath": "docblocks/docs/tech/contracts/workspace-config.md",
1197
- "tags": ["tech", "contracts", "config"],
1198
- "kind": "reference",
1199
- "visibility": "public"
1200
- },
1201
- {
1202
- "id": "docs.tech.database.context",
1203
- "title": "Database context",
1204
- "summary": "Schema, migrations, dictionary, and read-only query surfaces.",
1205
- "route": "/docs/tech/database/context",
1206
- "source": "docblock",
1207
- "contentPath": "docblocks/docs/tech/database/context.md",
1208
- "tags": ["database", "context"],
1209
- "kind": "reference",
1210
- "visibility": "public"
1211
- },
1212
- {
1213
- "id": "docs.tech.database.dictionary.get",
1214
- "title": "Get data dictionary entry",
1215
- "summary": "Retrieve a dictionary entry for a schema field.",
1216
- "route": "/docs/tech/database/dictionary/get",
1217
- "source": "docblock",
1218
- "contentPath": "docblocks/docs/tech/database/dictionary/get.md",
1219
- "tags": ["database", "dictionary"],
1220
- "kind": "reference",
1221
- "visibility": "public"
1222
- },
1223
- {
1224
- "id": "docs.tech.database.migrations.list",
1225
- "title": "List database migrations",
1226
- "summary": "List migration history for a database.",
1227
- "route": "/docs/tech/database/migrations/list",
1228
- "source": "docblock",
1229
- "contentPath": "docblocks/docs/tech/database/migrations/list.md",
1230
- "tags": ["database", "migrations"],
1231
- "kind": "reference",
1232
- "visibility": "public"
1233
- },
1234
- {
1235
- "id": "docs.tech.database.query.readonly",
1236
- "title": "Read-only data query",
1237
- "summary": "Perform a governed read-only query via data views.",
1238
- "route": "/docs/tech/database/query/readonly",
1239
- "source": "docblock",
1240
- "contentPath": "docblocks/docs/tech/database/query/readonly.md",
1241
- "tags": ["database", "query", "readonly"],
1242
- "kind": "reference",
1243
- "visibility": "public"
1244
- },
1245
- {
1246
- "id": "docs.tech.database.schema.describe",
1247
- "title": "Describe database schema",
1248
- "summary": "Describe schemas and models with PII signals.",
1249
- "route": "/docs/tech/database/schema/describe",
1250
- "source": "docblock",
1251
- "contentPath": "docblocks/docs/tech/database/schema/describe.md",
1252
- "tags": ["database", "schema"],
1253
- "kind": "reference",
1254
- "visibility": "public"
1255
- },
1256
- {
1257
- "id": "docs.tech.database.schema.index",
1258
- "title": "Database schema index view",
1259
- "summary": "Data view for listing schemas and model counts.",
1260
- "route": "/docs/tech/database/schema/index",
1261
- "source": "docblock",
1262
- "contentPath": "docblocks/docs/tech/database/schema/index.md",
1263
- "tags": ["database", "data-view"],
1264
- "kind": "reference",
1265
- "visibility": "public"
1266
- },
1267
- {
1268
- "id": "docs.tech.docs-examples",
1269
- "title": "Examples catalog",
1270
- "summary": "Document and surface example projects with sandbox support.",
1271
- "route": "/docs/tech/docs/examples",
1272
- "source": "docblock",
1273
- "contentPath": "docblocks/docs/tech/docs-examples.md",
1274
- "tags": ["docs", "examples"],
1275
- "kind": "reference",
1276
- "visibility": "public"
1277
- },
1278
- {
1279
- "id": "docs.tech.docs-generator",
1280
- "title": "Docs generator",
1281
- "summary": "Generate reference docs and metadata from ContractSpecs.",
1282
- "route": "/docs/tech/docs/generator",
1283
- "source": "docblock",
1284
- "contentPath": "docblocks/docs/tech/docs-generator.md",
1285
- "tags": ["docs", "generator", "cli"],
1286
- "kind": "how",
1287
- "visibility": "public"
1288
- },
1289
- {
1290
- "id": "docs.tech.docs-publish",
1291
- "title": "Docs publish",
1292
- "summary": "Publish generated artifacts to the docs host.",
1293
- "route": "/docs/tech/docs/publish",
1294
- "source": "docblock",
1295
- "contentPath": "docblocks/docs/tech/docs-publish.md",
1296
- "tags": ["docs", "publish"],
1297
- "kind": "how",
1298
- "visibility": "public"
1299
- },
1300
- {
1301
- "id": "docs.tech.docs-reference",
1302
- "title": "Contract reference pages",
1303
- "summary": "Resolve any spec into a docs-ready reference payload.",
1304
- "route": "/docs/tech/docs/reference",
1305
- "source": "docblock",
1306
- "contentPath": "docblocks/docs/tech/docs-reference.md",
1307
- "tags": ["docs", "reference"],
1308
- "kind": "reference",
1309
- "visibility": "public"
1310
- },
1311
- {
1312
- "id": "docs.tech.docs-search",
1313
- "title": "Docs index and search",
1314
- "summary": "Search DocBlocks by query, tag, kind, or visibility.",
1315
- "route": "/docs/tech/docs/search",
1316
- "source": "docblock",
1317
- "contentPath": "docblocks/docs/tech/docs-search.md",
1318
- "tags": ["docs", "search"],
1319
- "kind": "reference",
1320
- "visibility": "public"
1321
- },
1322
- {
1323
- "id": "docs.tech.docs-system",
1324
- "title": "Docs system overview",
1325
- "summary": "How ContractSpec generates, indexes, and presents documentation.",
1326
- "route": "/docs/tech/docs/system",
1327
- "source": "docblock",
1328
- "contentPath": "docblocks/docs/tech/docs-system.md",
1329
- "tags": ["docs", "system", "contracts"],
1330
- "kind": "reference",
1331
- "visibility": "public"
1332
- },
1333
- {
1334
- "id": "docs.tech.lifecycle-stage-system",
1335
- "title": "ContractSpec Lifecycle Stage System – Technical Design",
1336
- "summary": "This document describes how ContractSpec implements lifecycle detection and guidance. It covers architecture, module boundaries, scoring heuristics, and integration points so libraries, modules, bundles, and Studio surfaces stay synchronized.",
1337
- "route": "/docs/tech/lifecycle-stage-system",
1338
- "source": "docblock",
1339
- "contentPath": "docblocks/docs/tech/lifecycle-stage-system.md",
1340
- "tags": ["tech", "lifecycle-stage-system"],
1341
- "kind": "reference",
1342
- "visibility": "public"
1343
- },
1344
- {
1345
- "id": "docs.tech.llm.agent-adapters",
1346
- "title": "Agent Adapters",
1347
- "summary": "Adapters for different AI coding agents (Claude, Cursor, MCP).",
1348
- "route": "/docs/tech/llm/agent-adapters",
1349
- "source": "docblock",
1350
- "contentPath": "docblocks/docs/tech/llm/agent-adapters.md",
1351
- "tags": ["llm", "agents", "claude", "cursor", "mcp"],
1352
- "kind": "reference",
1353
- "visibility": "public"
1354
- },
1355
- {
1356
- "id": "docs.tech.llm.export-formats",
1357
- "title": "LLM Export Formats",
1358
- "summary": "Detailed explanation of the three export formats for LLM consumption.",
1359
- "route": "/docs/tech/llm/export-formats",
1360
- "source": "docblock",
1361
- "contentPath": "docblocks/docs/tech/llm/export-formats.md",
1362
- "tags": ["llm", "export", "markdown"],
1363
- "kind": "reference",
1364
- "visibility": "public"
1365
- },
1366
- {
1367
- "id": "docs.tech.llm.overview",
1368
- "title": "LLM Integration Overview",
1369
- "summary": "Export specs to LLM-friendly formats, generate implementation guides, and verify implementations.",
1370
- "route": "/docs/tech/llm/overview",
1371
- "source": "docblock",
1372
- "contentPath": "docblocks/docs/tech/llm/overview.md",
1373
- "tags": ["llm", "ai", "export", "guide", "verify"],
1374
- "kind": "reference",
1375
- "visibility": "public"
1376
- },
1377
- {
1378
- "id": "docs.tech.llm.verification",
1379
- "title": "Implementation Verification",
1380
- "summary": "Tiered verification of implementations against specifications.",
1381
- "route": "/docs/tech/llm/verification",
1382
- "source": "docblock",
1383
- "contentPath": "docblocks/docs/tech/llm/verification.md",
1384
- "tags": ["llm", "verify", "validation", "testing"],
1385
- "kind": "reference",
1386
- "visibility": "public"
1387
- },
1388
- {
1389
- "id": "docs.tech.mcp.endpoints",
1390
- "title": "ContractSpec MCP endpoints",
1391
- "summary": "Dedicated MCP servers for docs, CLI usage, and internal development.",
1392
- "route": "/docs/tech/mcp/endpoints",
1393
- "source": "docblock",
1394
- "contentPath": "docblocks/docs/tech/mcp/endpoints.md",
1395
- "tags": ["mcp", "docs", "cli", "internal"],
1396
- "kind": "reference",
1397
- "visibility": "mixed"
1398
- },
1399
- {
1400
- "id": "docs.tech.presentation-runtime",
1401
- "title": "Presentation Runtime",
1402
- "summary": "Cross-platform runtime for list pages and presentation flows.",
1403
- "route": "/docs/tech/presentation-runtime",
1404
- "source": "docblock",
1405
- "contentPath": "docblocks/docs/tech/presentation-runtime.md",
1406
- "tags": ["tech", "presentation-runtime"],
1407
- "kind": "reference",
1408
- "visibility": "public"
1409
- },
1410
- {
1411
- "id": "docs.tech.provider-ranking.benchmark.custom.completed",
1412
- "title": "Custom benchmark completed event",
1413
- "summary": "Emitted when a custom benchmark run finishes.",
1414
- "route": "/docs/tech/provider-ranking/benchmark/custom/completed",
1415
- "source": "docblock",
1416
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/custom/completed.md",
1417
- "tags": ["ai", "ranking", "event", "custom"],
1418
- "kind": "reference",
1419
- "visibility": "public"
1420
- },
1421
- {
1422
- "id": "docs.tech.provider-ranking.benchmark.ingest",
1423
- "title": "Ingest benchmark data",
1424
- "summary": "Trigger ingestion of external benchmark data.",
1425
- "route": "/docs/tech/provider-ranking/benchmark/ingest",
1426
- "source": "docblock",
1427
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest.md",
1428
- "tags": ["ai", "ranking", "ingest"],
1429
- "kind": "reference",
1430
- "visibility": "public"
1431
- },
1432
- {
1433
- "id": "docs.tech.provider-ranking.benchmark.ingest.form",
1434
- "title": "Benchmark ingest form",
1435
- "summary": "Form specification for triggering benchmark ingestion.",
1436
- "route": "/docs/tech/provider-ranking/benchmark/ingest/form",
1437
- "source": "docblock",
1438
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest/form.md",
1439
- "tags": ["ai", "ranking", "form"],
1440
- "kind": "reference",
1441
- "visibility": "public"
1442
- },
1443
- {
1444
- "id": "docs.tech.provider-ranking.benchmark.ingested",
1445
- "title": "Benchmark ingested event",
1446
- "summary": "Emitted after external benchmark data is ingested.",
1447
- "route": "/docs/tech/provider-ranking/benchmark/ingested",
1448
- "source": "docblock",
1449
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingested.md",
1450
- "tags": ["ai", "ranking", "event"],
1451
- "kind": "reference",
1452
- "visibility": "public"
1453
- },
1454
- {
1455
- "id": "docs.tech.provider-ranking.benchmark.results.index",
1456
- "title": "Benchmark results view",
1457
- "summary": "Data view for raw benchmark results.",
1458
- "route": "/docs/tech/provider-ranking/benchmark/results/index",
1459
- "source": "docblock",
1460
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/index.md",
1461
- "tags": ["ai", "ranking", "data-view"],
1462
- "kind": "reference",
1463
- "visibility": "public"
1464
- },
1465
- {
1466
- "id": "docs.tech.provider-ranking.benchmark.results.list",
1467
- "title": "List benchmark results",
1468
- "summary": "List raw benchmark results.",
1469
- "route": "/docs/tech/provider-ranking/benchmark/results/list",
1470
- "source": "docblock",
1471
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/list.md",
1472
- "tags": ["ai", "ranking", "results"],
1473
- "kind": "reference",
1474
- "visibility": "public"
1475
- },
1476
- {
1477
- "id": "docs.tech.provider-ranking.benchmark.run-custom",
1478
- "title": "Run custom benchmark",
1479
- "summary": "Launch a custom benchmark evaluation against a model.",
1480
- "route": "/docs/tech/provider-ranking/benchmark/run-custom",
1481
- "source": "docblock",
1482
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom.md",
1483
- "tags": ["ai", "ranking", "custom", "eval"],
1484
- "kind": "reference",
1485
- "visibility": "public"
1486
- },
1487
- {
1488
- "id": "docs.tech.provider-ranking.benchmark.run-custom.form",
1489
- "title": "Custom benchmark form",
1490
- "summary": "Form specification for launching custom benchmarks.",
1491
- "route": "/docs/tech/provider-ranking/benchmark/run-custom/form",
1492
- "source": "docblock",
1493
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom/form.md",
1494
- "tags": ["ai", "ranking", "form"],
1495
- "kind": "reference",
1496
- "visibility": "public"
1497
- },
1498
- {
1499
- "id": "docs.tech.provider-ranking.model.comparison",
1500
- "title": "Model comparison presentation",
1501
- "summary": "Presentation spec for side-by-side model comparison.",
1502
- "route": "/docs/tech/provider-ranking/model/comparison",
1503
- "source": "docblock",
1504
- "contentPath": "docblocks/docs/tech/provider-ranking/model/comparison.md",
1505
- "tags": ["ai", "ranking", "presentation", "comparison"],
1506
- "kind": "reference",
1507
- "visibility": "public"
1508
- },
1509
- {
1510
- "id": "docs.tech.provider-ranking.model.profile.get",
1511
- "title": "Get model profile",
1512
- "summary": "Get detailed profile for a single model.",
1513
- "route": "/docs/tech/provider-ranking/model/profile/get",
1514
- "source": "docblock",
1515
- "contentPath": "docblocks/docs/tech/provider-ranking/model/profile/get.md",
1516
- "tags": ["ai", "ranking", "model", "profile"],
1517
- "kind": "reference",
1518
- "visibility": "public"
1519
- },
1520
- {
1521
- "id": "docs.tech.provider-ranking.ranking.get",
1522
- "title": "Get provider rankings",
1523
- "summary": "Get ranked list of providers/models.",
1524
- "route": "/docs/tech/provider-ranking/ranking/get",
1525
- "source": "docblock",
1526
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/get.md",
1527
- "tags": ["ai", "ranking", "leaderboard"],
1528
- "kind": "reference",
1529
- "visibility": "public"
1530
- },
1531
- {
1532
- "id": "docs.tech.provider-ranking.ranking.index",
1533
- "title": "Provider rankings view",
1534
- "summary": "Data view for the model leaderboard.",
1535
- "route": "/docs/tech/provider-ranking/ranking/index",
1536
- "source": "docblock",
1537
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/index.md",
1538
- "tags": ["ai", "ranking", "data-view"],
1539
- "kind": "reference",
1540
- "visibility": "public"
1541
- },
1542
- {
1543
- "id": "docs.tech.provider-ranking.ranking.refresh",
1544
- "title": "Refresh rankings",
1545
- "summary": "Recompute composite rankings from latest benchmark data.",
1546
- "route": "/docs/tech/provider-ranking/ranking/refresh",
1547
- "source": "docblock",
1548
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/refresh.md",
1549
- "tags": ["ai", "ranking", "refresh"],
1550
- "kind": "reference",
1551
- "visibility": "public"
1552
- },
1553
- {
1554
- "id": "docs.tech.provider-ranking.ranking.updated",
1555
- "title": "Ranking updated event",
1556
- "summary": "Emitted when composite rankings are recomputed.",
1557
- "route": "/docs/tech/provider-ranking/ranking/updated",
1558
- "source": "docblock",
1559
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/updated.md",
1560
- "tags": ["ai", "ranking", "event"],
1561
- "kind": "reference",
1562
- "visibility": "public"
1563
- },
1564
- {
1565
- "id": "docs.tech.provider-ranking.system",
1566
- "title": "AI Provider Ranking",
1567
- "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.",
1568
- "route": "/docs/tech/provider-ranking/system",
1569
- "source": "docblock",
1570
- "contentPath": "docblocks/docs/tech/provider-ranking/system.md",
1571
- "tags": ["ai", "ranking", "benchmark"],
1572
- "kind": "reference",
1573
- "visibility": "public"
1574
- },
1575
- {
1576
- "id": "docs.tech.report-verification-table",
1577
- "title": "Contract Verification Table",
1578
- "summary": "How the impact report renders per-contract verification status.",
1579
- "route": "/docs/tech/report/verification-table",
1580
- "source": "docblock",
1581
- "contentPath": "docblocks/docs/tech/report-verification-table.md",
1582
- "tags": ["report", "drift", "verification", "impact"],
1583
- "kind": "how",
1584
- "visibility": "public",
1585
- "owners": ["platform.core"]
1586
- },
1587
- {
1588
- "id": "docs.tech.schema.README",
1589
- "title": "Multi‑File Prisma Schema Conventions (per database)",
1590
- "summary": "We adopt Prisma multi‑file schema (GA ≥ v6.7) to organize each database’s models by domain and to import core LSSM module schemas locally.",
1591
- "route": "/docs/tech/schema/README",
1592
- "source": "docblock",
1593
- "contentPath": "docblocks/docs/tech/schema/README.md",
1594
- "tags": ["tech", "schema", "README"],
1595
- "kind": "reference",
1596
- "visibility": "public"
1597
- },
1598
- {
1599
- "id": "docs.tech.studio.learning-events",
1600
- "title": "Studio Learning Events",
1601
- "summary": "Studio persists learning/activity events to the database; Sandbox keeps learning local-first and unlogged.",
1602
- "route": "/docs/tech/studio/learning-events",
1603
- "source": "docblock",
1604
- "contentPath": "docblocks/docs/tech/studio/learning-events.md",
1605
- "tags": ["studio", "learning", "events", "analytics", "sandbox"],
1606
- "kind": "reference",
1607
- "visibility": "public"
1608
- },
1609
- {
1610
- "id": "docs.tech.studio.learning-journeys",
1611
- "title": "Studio learning journeys (onboarding + coach)",
1612
- "summary": "DB-backed learning journeys tracked per organization: seeded tracks/steps, event-driven progress, XP/streaks, and a Studio coach surface.",
1613
- "route": "/docs/tech/studio/learning-journeys",
1614
- "source": "docblock",
1615
- "contentPath": "docblocks/docs/tech/studio/learning-journeys.md",
1616
- "tags": [
1617
- "studio",
1618
- "learning",
1619
- "onboarding",
1620
- "journey",
1621
- "graphql",
1622
- "database"
1623
- ],
1624
- "kind": "reference",
1625
- "visibility": "public"
1626
- },
1627
- {
1628
- "id": "docs.tech.studio.platform-admin-panel",
1629
- "title": "Studio Platform Admin Panel",
1630
- "summary": "How PLATFORM_ADMIN organizations manage tenant orgs and integration connections without session switching.",
1631
- "route": "/docs/tech/studio/platform-admin-panel",
1632
- "source": "docblock",
1633
- "contentPath": "docblocks/docs/tech/studio/platform-admin-panel.md",
1634
- "tags": ["studio", "admin", "multi-tenancy", "integrations", "better-auth"],
1635
- "kind": "reference",
1636
- "visibility": "public"
1637
- },
1638
- {
1639
- "id": "docs.tech.studio.project-access-teams",
1640
- "title": "Studio Project Access via Teams",
1641
- "summary": "Projects live under organizations; team sharing refines access with an admin/owner override.",
1642
- "route": "/docs/tech/studio/project-access-teams",
1643
- "source": "docblock",
1644
- "contentPath": "docblocks/docs/tech/studio/project-access-teams.md",
1645
- "tags": ["studio", "projects", "teams", "rbac", "access-control"],
1646
- "kind": "reference",
1647
- "visibility": "public"
1648
- },
1649
- {
1650
- "id": "docs.tech.studio.project-routing",
1651
- "title": "Studio Project Routing",
1652
- "summary": "Studio uses slugged, project-first routes: /studio/{projectSlug}/* with canonical slug redirects and soft-deleted projects hidden.",
1653
- "route": "/docs/tech/studio/project-routing",
1654
- "source": "docblock",
1655
- "contentPath": "docblocks/docs/tech/studio/project-routing.md",
1656
- "tags": ["studio", "routing", "projects", "slug", "redirects"],
1657
- "kind": "reference",
1658
- "visibility": "public"
1659
- },
1660
- {
1661
- "id": "docs.tech.studio.sandbox.unlogged",
1662
- "title": "Sandbox (unlogged) vs Studio (authenticated)",
1663
- "summary": "The sandbox is a lightweight, unlogged surface that mirrors Studio navigation without auth or analytics.",
1664
- "route": "/docs/tech/studio/sandbox-unlogged",
1665
- "source": "docblock",
1666
- "contentPath": "docblocks/docs/tech/studio/sandbox/unlogged.md",
1667
- "tags": ["studio", "sandbox", "privacy", "analytics"],
1668
- "kind": "reference",
1669
- "visibility": "public"
1670
- },
1671
- {
1672
- "id": "docs.tech.studio.team-invitations",
1673
- "title": "Studio Teams & Invitations",
1674
- "summary": "Admin-only team management and email invitation flow to join an organization and optionally a team.",
1675
- "route": "/docs/tech/studio/team-invitations",
1676
- "source": "docblock",
1677
- "contentPath": "docblocks/docs/tech/studio/team-invitations.md",
1678
- "tags": ["studio", "teams", "invitations", "access-control", "onboarding"],
1679
- "kind": "reference",
1680
- "visibility": "public"
1681
- },
1682
- {
1683
- "id": "docs.tech.studio.workspace_ops",
1684
- "title": "Workspace ops (repo-linked): list / validate / deps / diff",
1685
- "summary": "Read-only repo operations used by Studio to inspect and validate a linked ContractSpec workspace.",
1686
- "route": "/docs/tech/studio/workspace-ops",
1687
- "source": "docblock",
1688
- "contentPath": "docblocks/docs/tech/studio/workspace_ops.md",
1689
- "tags": ["studio", "repo", "workspace", "validate", "diff"],
1690
- "kind": "reference",
1691
- "visibility": "mixed"
1692
- },
1693
- {
1694
- "id": "docs.tech.studio.workspaces",
1695
- "title": "Studio projects, teams, environments",
1696
- "summary": "Organization-first Studio: projects live under an organization; teams refine access; projects deploy to multiple environments.",
1697
- "route": "/docs/tech/studio/workspaces",
1698
- "source": "docblock",
1699
- "contentPath": "docblocks/docs/tech/studio/workspaces.md",
1700
- "tags": ["studio", "projects", "teams", "rbac", "environments"],
1701
- "kind": "reference",
1702
- "visibility": "mixed"
1703
- },
1704
- {
1705
- "id": "docs.tech.telemetry.hybrid",
1706
- "title": "Hybrid Telemetry Model",
1707
- "summary": "How ContractSpec clients choose between direct PostHog and API-routed telemetry.",
1708
- "route": "/docs/tech/telemetry/hybrid",
1709
- "source": "docblock",
1710
- "contentPath": "docblocks/docs/tech/telemetry/hybrid.md",
1711
- "tags": ["telemetry", "architecture", "posthog"],
1712
- "kind": "usage",
1713
- "visibility": "internal"
1714
- },
1715
- {
1716
- "id": "docs.tech.telemetry.ingest",
1717
- "title": "Telemetry Ingest Endpoint",
1718
- "summary": "Server-side telemetry ingestion for ContractSpec clients (VS Code extension, CLI, etc.).",
1719
- "route": "/docs/tech/telemetry/ingest",
1720
- "source": "docblock",
1721
- "contentPath": "docblocks/docs/tech/telemetry/ingest.md",
1722
- "tags": ["telemetry", "api", "posthog", "analytics"],
1723
- "kind": "reference",
1724
- "visibility": "internal"
1725
- },
1726
- {
1727
- "id": "docs.tech.vscode.extension",
1728
- "title": "ContractSpec VS Code Extension",
1729
- "summary": "VS Code extension for spec-first development with validation, scaffolding, and MCP integration.",
1730
- "route": "/docs/tech/vscode/extension",
1731
- "source": "docblock",
1732
- "contentPath": "docblocks/docs/tech/vscode/extension.md",
1733
- "tags": ["vscode", "extension", "tooling", "dx"],
1734
- "kind": "reference",
1735
- "visibility": "public"
1736
- },
1737
- {
1738
- "id": "docs.tech.vscode.snippets",
1739
- "title": "ContractSpec Snippets",
1740
- "summary": "Code snippets for common ContractSpec patterns in VS Code.",
1741
- "route": "/docs/tech/vscode/snippets",
1742
- "source": "docblock",
1743
- "contentPath": "docblocks/docs/tech/vscode/snippets.md",
1744
- "tags": ["vscode", "snippets", "dx"],
1745
- "kind": "reference",
1746
- "visibility": "public"
1747
- },
1748
- {
1749
- "id": "docs.tech.workflows.overview",
1750
- "title": "WorkflowSpec Overview",
1751
- "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review, including runtime adapter capabilities/ports for checkpointing and suspend-resume orchestration. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
1752
- "route": "/docs/tech/workflows/overview",
1753
- "source": "docblock",
1754
- "contentPath": "docblocks/docs/tech/workflows/overview.md",
1755
- "tags": ["tech", "workflows", "overview"],
1756
- "kind": "reference",
1757
- "visibility": "public"
1758
- }
2
+ {
3
+ "id": "_common/acp.fs.access",
4
+ "title": "acp.fs.access",
5
+ "summary": "Perform file system access within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: filesystem\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpFsAccess.command.ts`",
6
+ "route": "/docs/reference/_common/acp.fs.access",
7
+ "source": "generated",
8
+ "contentPath": "_common/acp.fs.access.md"
9
+ },
10
+ {
11
+ "id": "_common/acp.prompt.turn",
12
+ "title": "acp.prompt.turn",
13
+ "summary": "Execute a prompt turn within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: prompt\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpPromptTurn.command.ts`\nRun ACP prompt turns with tool calls and structured outputs.",
14
+ "route": "/docs/reference/_common/acp.prompt.turn",
15
+ "source": "generated",
16
+ "contentPath": "_common/acp.prompt.turn.md"
17
+ },
18
+ {
19
+ "id": "_common/acp.session.init",
20
+ "title": "acp.session.init",
21
+ "summary": "Initialize a new ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionInit.command.ts`\nStart a governed ACP session with configured tools and policies.",
22
+ "route": "/docs/reference/_common/acp.session.init",
23
+ "source": "generated",
24
+ "contentPath": "_common/acp.session.init.md"
25
+ },
26
+ {
27
+ "id": "_common/acp.session.resume",
28
+ "title": "acp.session.resume",
29
+ "summary": "Resume an existing ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionResume.command.ts`\nContinue a previously initialized ACP session with full context.",
30
+ "route": "/docs/reference/_common/acp.session.resume",
31
+ "source": "generated",
32
+ "contentPath": "_common/acp.session.resume.md"
33
+ },
34
+ {
35
+ "id": "_common/acp.session.stop",
36
+ "title": "acp.session.stop",
37
+ "summary": "Stop an active ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionStop.command.ts`\nTerminate ACP sessions cleanly with audit trails.",
38
+ "route": "/docs/reference/_common/acp.session.stop",
39
+ "source": "generated",
40
+ "contentPath": "_common/acp.session.stop.md"
41
+ },
42
+ {
43
+ "id": "_common/acp.terminal.exec",
44
+ "title": "acp.terminal.exec",
45
+ "summary": "Execute a terminal command within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: terminal\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpTerminalExec.command.ts`",
46
+ "route": "/docs/reference/_common/acp.terminal.exec",
47
+ "source": "generated",
48
+ "contentPath": "_common/acp.terminal.exec.md"
49
+ },
50
+ {
51
+ "id": "_common/acp.tool.calls",
52
+ "title": "acp.tool.calls",
53
+ "summary": "Execute tool calls within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: tools\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpToolCalls.command.ts`\nRun tool calls with safe governance and telemetry.",
54
+ "route": "/docs/reference/_common/acp.tool.calls",
55
+ "source": "generated",
56
+ "contentPath": "_common/acp.tool.calls.md"
57
+ },
58
+ {
59
+ "id": "_common/acp.transport",
60
+ "title": "acp.transport",
61
+ "summary": "Agent Client Protocol transport surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: transport\n- **File**: `packages/libs/contracts-spec/src/acp/capabilities/acpTransport.capability.ts`",
62
+ "route": "/docs/reference/_common/acp.transport",
63
+ "source": "generated",
64
+ "contentPath": "_common/acp.transport.md"
65
+ },
66
+ {
67
+ "id": "_common/agent.approval.requested",
68
+ "title": "agent.approval.requested",
69
+ "summary": "Emitted when an approval is required for an agent action.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentApprovalRequested.event.ts`",
70
+ "route": "/docs/reference/_common/agent.approval.requested",
71
+ "source": "generated",
72
+ "contentPath": "_common/agent.approval.requested.md"
73
+ },
74
+ {
75
+ "id": "_common/agent.approvals",
76
+ "title": "agent.approvals",
77
+ "summary": "Approve or reject an agent step or run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentApprovals.command.ts`\nProvide governed human-in-the-loop control for risky steps.",
78
+ "route": "/docs/reference/_common/agent.approvals",
79
+ "source": "generated",
80
+ "contentPath": "_common/agent.approvals.md"
81
+ },
82
+ {
83
+ "id": "_common/agent.artifacts",
84
+ "title": "agent.artifacts",
85
+ "summary": "List artifacts produced by an agent run.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: artifacts\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentArtifacts.query.ts`\nProvide traceable outputs for audits and UI surfaces.",
86
+ "route": "/docs/reference/_common/agent.artifacts",
87
+ "source": "generated",
88
+ "contentPath": "_common/agent.artifacts.md"
89
+ },
90
+ {
91
+ "id": "_common/agent.cancel",
92
+ "title": "agent.cancel",
93
+ "summary": "Cancel an in-flight agent run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run, cancel\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentCancel.command.ts`\nProvide safe operator control to stop background agents.",
94
+ "route": "/docs/reference/_common/agent.cancel",
95
+ "source": "generated",
96
+ "contentPath": "_common/agent.cancel.md"
97
+ },
98
+ {
99
+ "id": "_common/agent.execution",
100
+ "title": "agent.execution",
101
+ "summary": "Background agent execution, approvals, and artifacts.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/agent/capabilities/agentExecution.capability.ts`",
102
+ "route": "/docs/reference/_common/agent.execution",
103
+ "source": "generated",
104
+ "contentPath": "_common/agent.execution.md"
105
+ },
106
+ {
107
+ "id": "_common/agent.run",
108
+ "title": "agent.run",
109
+ "summary": "Submit a background agent run with a context snapshot.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentRun.command.ts`",
110
+ "route": "/docs/reference/_common/agent.run",
111
+ "source": "generated",
112
+ "contentPath": "_common/agent.run.md"
113
+ },
114
+ {
115
+ "id": "_common/agent.run.audit",
116
+ "title": "agent.run.audit",
117
+ "summary": "Audit layout for agent runs and artifacts.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/agent/presentations/agentRunAudit.presentation.ts`",
118
+ "route": "/docs/reference/_common/agent.run.audit",
119
+ "source": "generated",
120
+ "contentPath": "_common/agent.run.audit.md"
121
+ },
122
+ {
123
+ "id": "_common/agent.run.completed",
124
+ "title": "agent.run.completed",
125
+ "summary": "Emitted when an agent run completes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunCompleted.event.ts`\n```typescript",
126
+ "route": "/docs/reference/_common/agent.run.completed",
127
+ "source": "generated",
128
+ "contentPath": "_common/agent.run.completed.md"
129
+ },
130
+ {
131
+ "id": "_common/agent.run.failed",
132
+ "title": "agent.run.failed",
133
+ "summary": "Emitted when an agent run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunFailed.event.ts`\n```typescript\nexport const AgentRunFailedEvent = defineEvent({",
134
+ "route": "/docs/reference/_common/agent.run.failed",
135
+ "source": "generated",
136
+ "contentPath": "_common/agent.run.failed.md"
137
+ },
138
+ {
139
+ "id": "_common/agent.run.started",
140
+ "title": "agent.run.started",
141
+ "summary": "Emitted when an agent run starts executing.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunStarted.event.ts`\n```typescript\nexport const AgentRunStartedEvent = defineEvent({",
142
+ "route": "/docs/reference/_common/agent.run.started",
143
+ "source": "generated",
144
+ "contentPath": "_common/agent.run.started.md"
145
+ },
146
+ {
147
+ "id": "_common/agent.status",
148
+ "title": "agent.status",
149
+ "summary": "Get status for agent runs.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: status\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentStatus.query.ts`\nProvide status and progress visibility for background agents.",
150
+ "route": "/docs/reference/_common/agent.status",
151
+ "source": "generated",
152
+ "contentPath": "_common/agent.status.md"
153
+ },
154
+ {
155
+ "id": "_common/context.pack.describe",
156
+ "title": "context.pack.describe",
157
+ "summary": "Describe a context pack and its sources.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, describe\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackDescribe.query.ts`",
158
+ "route": "/docs/reference/_common/context.pack.describe",
159
+ "source": "generated",
160
+ "contentPath": "_common/context.pack.describe.md"
161
+ },
162
+ {
163
+ "id": "_common/context.pack.search",
164
+ "title": "context.pack.search",
165
+ "summary": "Search and filter context packs and snapshots.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, search\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackSearch.query.ts`",
166
+ "route": "/docs/reference/_common/context.pack.search",
167
+ "source": "generated",
168
+ "contentPath": "_common/context.pack.search.md"
169
+ },
170
+ {
171
+ "id": "_common/context.pack.snapshot",
172
+ "title": "context.pack.snapshot",
173
+ "summary": "Create an immutable snapshot from a context pack.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: snapshot, create\n- **File**: `packages/libs/contracts-spec/src/context/commands/contextPackSnapshot.command.ts`",
174
+ "route": "/docs/reference/_common/context.pack.snapshot",
175
+ "source": "generated",
176
+ "contentPath": "_common/context.pack.snapshot.md"
177
+ },
178
+ {
179
+ "id": "_common/context.snapshot.created",
180
+ "title": "context.snapshot.created",
181
+ "summary": "Emitted when a context snapshot is created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: snapshot\n- **File**: `packages/libs/contracts-spec/src/context/events/contextSnapshotCreated.event.ts`",
182
+ "route": "/docs/reference/_common/context.snapshot.created",
183
+ "source": "generated",
184
+ "contentPath": "_common/context.snapshot.created.md"
185
+ },
186
+ {
187
+ "id": "_common/context.snapshot.summary",
188
+ "title": "context.snapshot.summary",
189
+ "summary": "Summary layout for context snapshots.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: snapshot, summary\n- **File**: `packages/libs/contracts-spec/src/context/presentations/contextSnapshot.presentation.ts`",
190
+ "route": "/docs/reference/_common/context.snapshot.summary",
191
+ "source": "generated",
192
+ "contentPath": "_common/context.snapshot.summary.md"
193
+ },
194
+ {
195
+ "id": "_common/context.system",
196
+ "title": "context.system",
197
+ "summary": "Context packs, snapshots, and discovery surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/context/capabilities/contextSystem.capability.ts`",
198
+ "route": "/docs/reference/_common/context.system",
199
+ "source": "generated",
200
+ "contentPath": "_common/context.system.md"
201
+ },
202
+ {
203
+ "id": "_common/contractspec.docs",
204
+ "title": "contractspec.docs",
205
+ "summary": "Comprehensive documentation system for ContractSpec\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.docs\n- **Tags**: documentation, guides, api-reference\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/docs.feature.ts`",
206
+ "route": "/docs/reference/_common/contractspec.docs",
207
+ "source": "generated",
208
+ "contentPath": "_common/contractspec.docs.md"
209
+ },
210
+ {
211
+ "id": "_common/contractspec.mcp",
212
+ "title": "contractspec.mcp",
213
+ "summary": "Model Context Protocol server for AI agent integration\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.mcp\n- **Tags**: mcp, ai-agents, tooling\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/mcp.feature.ts`",
214
+ "route": "/docs/reference/_common/contractspec.mcp",
215
+ "source": "generated",
216
+ "contentPath": "_common/contractspec.mcp.md"
217
+ },
218
+ {
219
+ "id": "_common/contractspec.presentations",
220
+ "title": "contractspec.presentations",
221
+ "summary": "Cross-platform rendering of contract-driven UI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.presentations\n- **Tags**: presentations, ui, rendering, cross-platform\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/presentations.feature.ts`",
222
+ "route": "/docs/reference/_common/contractspec.presentations",
223
+ "source": "generated",
224
+ "contentPath": "_common/contractspec.presentations.md"
225
+ },
226
+ {
227
+ "id": "_common/control-plane.approval",
228
+ "title": "control-plane.approval",
229
+ "summary": "Human approval and rejection gates for execution steps.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneApproval.capability.ts`",
230
+ "route": "/docs/reference/_common/control-plane.approval",
231
+ "source": "generated",
232
+ "contentPath": "_common/control-plane.approval.md"
233
+ },
234
+ {
235
+ "id": "_common/control-plane.audit",
236
+ "title": "control-plane.audit",
237
+ "summary": "Trace, policy explanation, and replay-grade observability.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneAudit.capability.ts`",
238
+ "route": "/docs/reference/_common/control-plane.audit",
239
+ "source": "generated",
240
+ "contentPath": "_common/control-plane.audit.md"
241
+ },
242
+ {
243
+ "id": "_common/control-plane.channel-runtime",
244
+ "title": "control-plane.channel-runtime",
245
+ "summary": "Channel-facing runtime surfaces for controlled execution.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: channels\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneChannelRuntime.capability.ts`",
246
+ "route": "/docs/reference/_common/control-plane.channel-runtime",
247
+ "source": "generated",
248
+ "contentPath": "_common/control-plane.channel-runtime.md"
249
+ },
250
+ {
251
+ "id": "_common/control-plane.core",
252
+ "title": "control-plane.core",
253
+ "summary": "Core intent, planning, and execution surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: core\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneCore.capability.ts`",
254
+ "route": "/docs/reference/_common/control-plane.core",
255
+ "source": "generated",
256
+ "contentPath": "_common/control-plane.core.md"
257
+ },
258
+ {
259
+ "id": "_common/control-plane.skill-registry",
260
+ "title": "control-plane.skill-registry",
261
+ "summary": "Signed skill lifecycle and compatibility governance.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneSkillRegistry.capability.ts`",
262
+ "route": "/docs/reference/_common/control-plane.skill-registry",
263
+ "source": "generated",
264
+ "contentPath": "_common/control-plane.skill-registry.md"
265
+ },
266
+ {
267
+ "id": "_common/controlPlane.execution.approve",
268
+ "title": "controlPlane.execution.approve",
269
+ "summary": "Approve a pending execution step for continuation.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionApprove.command.ts`",
270
+ "route": "/docs/reference/_common/controlPlane.execution.approve",
271
+ "source": "generated",
272
+ "contentPath": "_common/controlPlane.execution.approve.md"
273
+ },
274
+ {
275
+ "id": "_common/controlPlane.execution.cancel",
276
+ "title": "controlPlane.execution.cancel",
277
+ "summary": "Cancel an execution run and transition to terminal state.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution, approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionCancel.command.ts`",
278
+ "route": "/docs/reference/_common/controlPlane.execution.cancel",
279
+ "source": "generated",
280
+ "contentPath": "_common/controlPlane.execution.cancel.md"
281
+ },
282
+ {
283
+ "id": "_common/controlPlane.execution.completed",
284
+ "title": "controlPlane.execution.completed",
285
+ "summary": "Emitted when an execution run finishes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionCompleted.event.ts`",
286
+ "route": "/docs/reference/_common/controlPlane.execution.completed",
287
+ "source": "generated",
288
+ "contentPath": "_common/controlPlane.execution.completed.md"
289
+ },
290
+ {
291
+ "id": "_common/controlPlane.execution.failed",
292
+ "title": "controlPlane.execution.failed",
293
+ "summary": "Emitted when an execution run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, failure\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionFailed.event.ts`",
294
+ "route": "/docs/reference/_common/controlPlane.execution.failed",
295
+ "source": "generated",
296
+ "contentPath": "_common/controlPlane.execution.failed.md"
297
+ },
298
+ {
299
+ "id": "_common/controlPlane.execution.get",
300
+ "title": "controlPlane.execution.get",
301
+ "summary": "Fetch the latest state for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionGet.query.ts`",
302
+ "route": "/docs/reference/_common/controlPlane.execution.get",
303
+ "source": "generated",
304
+ "contentPath": "_common/controlPlane.execution.get.md"
305
+ },
306
+ {
307
+ "id": "_common/controlPlane.execution.list",
308
+ "title": "controlPlane.execution.list",
309
+ "summary": "List execution runs with filtering and pagination.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionList.query.ts`",
310
+ "route": "/docs/reference/_common/controlPlane.execution.list",
311
+ "source": "generated",
312
+ "contentPath": "_common/controlPlane.execution.list.md"
313
+ },
314
+ {
315
+ "id": "_common/controlPlane.execution.reject",
316
+ "title": "controlPlane.execution.reject",
317
+ "summary": "Reject a pending execution step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionReject.command.ts`",
318
+ "route": "/docs/reference/_common/controlPlane.execution.reject",
319
+ "source": "generated",
320
+ "contentPath": "_common/controlPlane.execution.reject.md"
321
+ },
322
+ {
323
+ "id": "_common/controlPlane.execution.start",
324
+ "title": "controlPlane.execution.start",
325
+ "summary": "Start executing an approved compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionStart.command.ts`",
326
+ "route": "/docs/reference/_common/controlPlane.execution.start",
327
+ "source": "generated",
328
+ "contentPath": "_common/controlPlane.execution.start.md"
329
+ },
330
+ {
331
+ "id": "_common/controlPlane.execution.step.blocked",
332
+ "title": "controlPlane.execution.step.blocked",
333
+ "summary": "Emitted when policy blocks an execution step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, blocked\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepBlocked.event.ts`",
334
+ "route": "/docs/reference/_common/controlPlane.execution.step.blocked",
335
+ "source": "generated",
336
+ "contentPath": "_common/controlPlane.execution.step.blocked.md"
337
+ },
338
+ {
339
+ "id": "_common/controlPlane.execution.step.completed",
340
+ "title": "controlPlane.execution.step.completed",
341
+ "summary": "Emitted when an execution step completes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepCompleted.event.ts`",
342
+ "route": "/docs/reference/_common/controlPlane.execution.step.completed",
343
+ "source": "generated",
344
+ "contentPath": "_common/controlPlane.execution.step.completed.md"
345
+ },
346
+ {
347
+ "id": "_common/controlPlane.execution.step.started",
348
+ "title": "controlPlane.execution.step.started",
349
+ "summary": "Emitted when an execution step starts.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepStarted.event.ts`",
350
+ "route": "/docs/reference/_common/controlPlane.execution.step.started",
351
+ "source": "generated",
352
+ "contentPath": "_common/controlPlane.execution.step.started.md"
353
+ },
354
+ {
355
+ "id": "_common/controlPlane.intent.received",
356
+ "title": "controlPlane.intent.received",
357
+ "summary": "Emitted when a new control plane intent is accepted.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneIntentReceived.event.ts`",
358
+ "route": "/docs/reference/_common/controlPlane.intent.received",
359
+ "source": "generated",
360
+ "contentPath": "_common/controlPlane.intent.received.md"
361
+ },
362
+ {
363
+ "id": "_common/controlPlane.intent.submit",
364
+ "title": "controlPlane.intent.submit",
365
+ "summary": "Submit a natural-language intent to the control plane.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneIntentSubmit.command.ts`",
366
+ "route": "/docs/reference/_common/controlPlane.intent.submit",
367
+ "source": "generated",
368
+ "contentPath": "_common/controlPlane.intent.submit.md"
369
+ },
370
+ {
371
+ "id": "_common/controlPlane.plan.compile",
372
+ "title": "controlPlane.plan.compile",
373
+ "summary": "Compile an intent into a deterministic plan DAG.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanCompile.command.ts`",
374
+ "route": "/docs/reference/_common/controlPlane.plan.compile",
375
+ "source": "generated",
376
+ "contentPath": "_common/controlPlane.plan.compile.md"
377
+ },
378
+ {
379
+ "id": "_common/controlPlane.plan.compiled",
380
+ "title": "controlPlane.plan.compiled",
381
+ "summary": "Emitted when an intent is compiled into an executable plan.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanCompiled.event.ts`",
382
+ "route": "/docs/reference/_common/controlPlane.plan.compiled",
383
+ "source": "generated",
384
+ "contentPath": "_common/controlPlane.plan.compiled.md"
385
+ },
386
+ {
387
+ "id": "_common/controlPlane.plan.rejected",
388
+ "title": "controlPlane.plan.rejected",
389
+ "summary": "Emitted when a plan fails verification or governance checks.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanRejected.event.ts`",
390
+ "route": "/docs/reference/_common/controlPlane.plan.rejected",
391
+ "source": "generated",
392
+ "contentPath": "_common/controlPlane.plan.rejected.md"
393
+ },
394
+ {
395
+ "id": "_common/controlPlane.plan.verify",
396
+ "title": "controlPlane.plan.verify",
397
+ "summary": "Run policy and risk validation against a compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanVerify.command.ts`",
398
+ "route": "/docs/reference/_common/controlPlane.plan.verify",
399
+ "source": "generated",
400
+ "contentPath": "_common/controlPlane.plan.verify.md"
401
+ },
402
+ {
403
+ "id": "_common/controlPlane.policy.explain",
404
+ "title": "controlPlane.policy.explain",
405
+ "summary": "Explain policy outcomes for an execution or step.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: policy, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlanePolicyExplain.query.ts`",
406
+ "route": "/docs/reference/_common/controlPlane.policy.explain",
407
+ "source": "generated",
408
+ "contentPath": "_common/controlPlane.policy.explain.md"
409
+ },
410
+ {
411
+ "id": "_common/controlPlane.skill.disable",
412
+ "title": "controlPlane.skill.disable",
413
+ "summary": "Disable an installed skill in the control plane registry.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillDisable.command.ts`",
414
+ "route": "/docs/reference/_common/controlPlane.skill.disable",
415
+ "source": "generated",
416
+ "contentPath": "_common/controlPlane.skill.disable.md"
417
+ },
418
+ {
419
+ "id": "_common/controlPlane.skill.install",
420
+ "title": "controlPlane.skill.install",
421
+ "summary": "Install a signed skill artifact after verification checks.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillInstall.command.ts`",
422
+ "route": "/docs/reference/_common/controlPlane.skill.install",
423
+ "source": "generated",
424
+ "contentPath": "_common/controlPlane.skill.install.md"
425
+ },
426
+ {
427
+ "id": "_common/controlPlane.skill.installed",
428
+ "title": "controlPlane.skill.installed",
429
+ "summary": "Emitted when a skill artifact is verified and installed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillInstalled.event.ts`",
430
+ "route": "/docs/reference/_common/controlPlane.skill.installed",
431
+ "source": "generated",
432
+ "contentPath": "_common/controlPlane.skill.installed.md"
433
+ },
434
+ {
435
+ "id": "_common/controlPlane.skill.list",
436
+ "title": "controlPlane.skill.list",
437
+ "summary": "List installed and available skill artifacts.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillList.query.ts`",
438
+ "route": "/docs/reference/_common/controlPlane.skill.list",
439
+ "source": "generated",
440
+ "contentPath": "_common/controlPlane.skill.list.md"
441
+ },
442
+ {
443
+ "id": "_common/controlPlane.skill.rejected",
444
+ "title": "controlPlane.skill.rejected",
445
+ "summary": "Emitted when a skill install attempt is rejected.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillRejected.event.ts`",
446
+ "route": "/docs/reference/_common/controlPlane.skill.rejected",
447
+ "source": "generated",
448
+ "contentPath": "_common/controlPlane.skill.rejected.md"
449
+ },
450
+ {
451
+ "id": "_common/controlPlane.skill.verify",
452
+ "title": "controlPlane.skill.verify",
453
+ "summary": "Verify skill signature and compatibility constraints.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillVerify.query.ts`",
454
+ "route": "/docs/reference/_common/controlPlane.skill.verify",
455
+ "source": "generated",
456
+ "contentPath": "_common/controlPlane.skill.verify.md"
457
+ },
458
+ {
459
+ "id": "_common/controlPlane.trace.get",
460
+ "title": "controlPlane.trace.get",
461
+ "summary": "Return the replayable trace timeline for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: trace, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneTraceGet.query.ts`",
462
+ "route": "/docs/reference/_common/controlPlane.trace.get",
463
+ "source": "generated",
464
+ "contentPath": "_common/controlPlane.trace.get.md"
465
+ },
466
+ {
467
+ "id": "_common/database.context",
468
+ "title": "database.context",
469
+ "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
470
+ "route": "/docs/reference/_common/database.context",
471
+ "source": "generated",
472
+ "contentPath": "_common/database.context.md"
473
+ },
474
+ {
475
+ "id": "_common/database.dictionary.get",
476
+ "title": "database.dictionary.get",
477
+ "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
478
+ "route": "/docs/reference/_common/database.dictionary.get",
479
+ "source": "generated",
480
+ "contentPath": "_common/database.dictionary.get.md"
481
+ },
482
+ {
483
+ "id": "_common/database.migrations.list",
484
+ "title": "database.migrations.list",
485
+ "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
486
+ "route": "/docs/reference/_common/database.migrations.list",
487
+ "source": "generated",
488
+ "contentPath": "_common/database.migrations.list.md"
489
+ },
490
+ {
491
+ "id": "_common/database.query.readonly",
492
+ "title": "database.query.readonly",
493
+ "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
494
+ "route": "/docs/reference/_common/database.query.readonly",
495
+ "source": "generated",
496
+ "contentPath": "_common/database.query.readonly.md"
497
+ },
498
+ {
499
+ "id": "_common/database.schema.describe",
500
+ "title": "database.schema.describe",
501
+ "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
502
+ "route": "/docs/reference/_common/database.schema.describe",
503
+ "source": "generated",
504
+ "contentPath": "_common/database.schema.describe.md"
505
+ },
506
+ {
507
+ "id": "_common/docs.contract.reference",
508
+ "title": "docs.contract.reference",
509
+ "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
510
+ "route": "/docs/reference/_common/docs.contract.reference",
511
+ "source": "generated",
512
+ "contentPath": "_common/docs.contract.reference.md"
513
+ },
514
+ {
515
+ "id": "_common/docs.generate",
516
+ "title": "docs.generate",
517
+ "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
518
+ "route": "/docs/reference/_common/docs.generate",
519
+ "source": "generated",
520
+ "contentPath": "_common/docs.generate.md"
521
+ },
522
+ {
523
+ "id": "_common/docs.generated",
524
+ "title": "docs.generated",
525
+ "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
526
+ "route": "/docs/reference/_common/docs.generated",
527
+ "source": "generated",
528
+ "contentPath": "_common/docs.generated.md"
529
+ },
530
+ {
531
+ "id": "_common/docs.layout",
532
+ "title": "docs.layout",
533
+ "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
534
+ "route": "/docs/reference/_common/docs.layout",
535
+ "source": "generated",
536
+ "contentPath": "_common/docs.layout.md"
537
+ },
538
+ {
539
+ "id": "_common/docs.publish",
540
+ "title": "docs.publish",
541
+ "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
542
+ "route": "/docs/reference/_common/docs.publish",
543
+ "source": "generated",
544
+ "contentPath": "_common/docs.publish.md"
545
+ },
546
+ {
547
+ "id": "_common/docs.published",
548
+ "title": "docs.published",
549
+ "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nexport const DocsPublishedEvent = defineEvent({",
550
+ "route": "/docs/reference/_common/docs.published",
551
+ "source": "generated",
552
+ "contentPath": "_common/docs.published.md"
553
+ },
554
+ {
555
+ "id": "_common/docs.reference.page",
556
+ "title": "docs.reference.page",
557
+ "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
558
+ "route": "/docs/reference/_common/docs.reference.page",
559
+ "source": "generated",
560
+ "contentPath": "_common/docs.reference.page.md"
561
+ },
562
+ {
563
+ "id": "_common/docs.search",
564
+ "title": "docs_search",
565
+ "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
566
+ "route": "/docs/reference/_common/docs.search",
567
+ "source": "generated",
568
+ "contentPath": "_common/docs.search.md"
569
+ },
570
+ {
571
+ "id": "_common/docs.system",
572
+ "title": "docs.system",
573
+ "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
574
+ "route": "/docs/reference/_common/docs.system",
575
+ "source": "generated",
576
+ "contentPath": "_common/docs.system.md"
577
+ },
578
+ {
579
+ "id": "_common/init",
580
+ "title": "init",
581
+ "summary": "Sets up ContractSpec in a project (config, VSCode settings, etc.)\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, setup\n- **File**: `packages/bundles/workspace/src/contracts/operations/init.operation.ts`",
582
+ "route": "/docs/reference/_common/init",
583
+ "source": "generated",
584
+ "contentPath": "_common/init.md"
585
+ },
586
+ {
587
+ "id": "_common/opencode.example.echo",
588
+ "title": "opencode.example.echo",
589
+ "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
590
+ "route": "/docs/reference/_common/opencode.example.echo",
591
+ "source": "generated",
592
+ "contentPath": "_common/opencode.example.echo.md"
593
+ },
594
+ {
595
+ "id": "_common/provider-ranking.benchmark.custom.completed",
596
+ "title": "provider-ranking.benchmark.custom.completed",
597
+ "summary": "Emitted when a custom benchmark run finishes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkCustomCompleted.event.ts`",
598
+ "route": "/docs/reference/_common/provider-ranking.benchmark.custom.completed",
599
+ "source": "generated",
600
+ "contentPath": "_common/provider-ranking.benchmark.custom.completed.md"
601
+ },
602
+ {
603
+ "id": "_common/provider-ranking.benchmark.ingest",
604
+ "title": "provider-ranking.benchmark.ingest",
605
+ "summary": "Trigger ingestion of external benchmark data from a public source.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkIngest.command.ts`",
606
+ "route": "/docs/reference/_common/provider-ranking.benchmark.ingest",
607
+ "source": "generated",
608
+ "contentPath": "_common/provider-ranking.benchmark.ingest.md"
609
+ },
610
+ {
611
+ "id": "_common/provider-ranking.benchmark.ingested",
612
+ "title": "provider-ranking.benchmark.ingested",
613
+ "summary": "Emitted after external benchmark data is ingested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkIngested.event.ts`",
614
+ "route": "/docs/reference/_common/provider-ranking.benchmark.ingested",
615
+ "source": "generated",
616
+ "contentPath": "_common/provider-ranking.benchmark.ingested.md"
617
+ },
618
+ {
619
+ "id": "_common/provider-ranking.benchmark.results.list",
620
+ "title": "provider-ranking.benchmark.results.list",
621
+ "summary": "List raw benchmark results with pagination, filterable by source, model, and dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: results\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/benchmarkResultsList.query.ts`",
622
+ "route": "/docs/reference/_common/provider-ranking.benchmark.results.list",
623
+ "source": "generated",
624
+ "contentPath": "_common/provider-ranking.benchmark.results.list.md"
625
+ },
626
+ {
627
+ "id": "_common/provider-ranking.benchmark.run-custom",
628
+ "title": "provider-ranking.benchmark.run-custom",
629
+ "summary": "Launch a custom benchmark evaluation against a specific model.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkRunCustom.command.ts`",
630
+ "route": "/docs/reference/_common/provider-ranking.benchmark.run-custom",
631
+ "source": "generated",
632
+ "contentPath": "_common/provider-ranking.benchmark.run-custom.md"
633
+ },
634
+ {
635
+ "id": "_common/provider-ranking.model.comparison",
636
+ "title": "provider-ranking.model.comparison",
637
+ "summary": "Side-by-side comparison of AI model scores and capabilities.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: comparison\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts`",
638
+ "route": "/docs/reference/_common/provider-ranking.model.comparison",
639
+ "source": "generated",
640
+ "contentPath": "_common/provider-ranking.model.comparison.md"
641
+ },
642
+ {
643
+ "id": "_common/provider-ranking.model.profile.get",
644
+ "title": "provider-ranking.model.profile.get",
645
+ "summary": "Get detailed profile for a single model including all scores, metadata, cost, and capabilities.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: model, profile\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/modelProfileGet.query.ts`",
646
+ "route": "/docs/reference/_common/provider-ranking.model.profile.get",
647
+ "source": "generated",
648
+ "contentPath": "_common/provider-ranking.model.profile.get.md"
649
+ },
650
+ {
651
+ "id": "_common/provider-ranking.ranking.get",
652
+ "title": "provider-ranking.ranking.get",
653
+ "summary": "Get ranked list of providers/models with composite scores, filterable by dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: leaderboard\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/providerRankingGet.query.ts`",
654
+ "route": "/docs/reference/_common/provider-ranking.ranking.get",
655
+ "source": "generated",
656
+ "contentPath": "_common/provider-ranking.ranking.get.md"
657
+ },
658
+ {
659
+ "id": "_common/provider-ranking.ranking.refresh",
660
+ "title": "provider-ranking.ranking.refresh",
661
+ "summary": "Recompute composite rankings from latest benchmark data.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/rankingRefresh.command.ts`",
662
+ "route": "/docs/reference/_common/provider-ranking.ranking.refresh",
663
+ "source": "generated",
664
+ "contentPath": "_common/provider-ranking.ranking.refresh.md"
665
+ },
666
+ {
667
+ "id": "_common/provider-ranking.ranking.updated",
668
+ "title": "provider-ranking.ranking.updated",
669
+ "summary": "Emitted when composite rankings are recomputed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/rankingUpdated.event.ts`",
670
+ "route": "/docs/reference/_common/provider-ranking.ranking.updated",
671
+ "source": "generated",
672
+ "contentPath": "_common/provider-ranking.ranking.updated.md"
673
+ },
674
+ {
675
+ "id": "_common/provider-ranking.system",
676
+ "title": "provider-ranking.system",
677
+ "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/capabilities/providerRanking.capability.ts`",
678
+ "route": "/docs/reference/_common/provider-ranking.system",
679
+ "source": "generated",
680
+ "contentPath": "_common/provider-ranking.system.md"
681
+ },
682
+ {
683
+ "id": "_common/report.getContractVerificationStatus",
684
+ "title": "report.getContractVerificationStatus",
685
+ "summary": "Retrieves per-contract verification status for the impact report.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/operations/report/getContractVerificationStatus.ts`",
686
+ "route": "/docs/reference/_common/report.getContractVerificationStatus",
687
+ "source": "generated",
688
+ "contentPath": "_common/report.getContractVerificationStatus.md"
689
+ },
690
+ {
691
+ "id": "_common/template.messaging.core",
692
+ "title": "template.messaging.core",
693
+ "summary": "Real-time messaging primitives for template applications, including conversations, participants, and delivery events.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio",
694
+ "route": "/docs/reference/_common/template.messaging.core",
695
+ "source": "generated",
696
+ "contentPath": "_common/template.messaging.core.md"
697
+ },
698
+ {
699
+ "id": "_common/template.recipes.browse",
700
+ "title": "template.recipes.browse",
701
+ "summary": "Internationalized recipe browsing, search, and detail operations for template applications.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, recipes, i18n, content",
702
+ "route": "/docs/reference/_common/template.recipes.browse",
703
+ "source": "generated",
704
+ "contentPath": "_common/template.recipes.browse.md"
705
+ },
706
+ {
707
+ "id": "_common/template.todos.crud",
708
+ "title": "template.todos.crud",
709
+ "summary": "Create, read, update, delete, and toggle template tasks with categories and priorities.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, todos, productivity",
710
+ "route": "/docs/reference/_common/template.todos.crud",
711
+ "source": "generated",
712
+ "contentPath": "_common/template.todos.crud.md"
713
+ },
714
+ {
715
+ "id": "_common/test",
716
+ "title": "test",
717
+ "summary": "Run tests defined in contract specs\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, test\n- **File**: `packages/bundles/workspace/src/contracts/operations/test.operation.ts`",
718
+ "route": "/docs/reference/_common/test",
719
+ "source": "generated",
720
+ "contentPath": "_common/test.md"
721
+ },
722
+ {
723
+ "id": "_common/user.create",
724
+ "title": "user.create",
725
+ "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
726
+ "route": "/docs/reference/_common/user.create",
727
+ "source": "generated",
728
+ "contentPath": "_common/user.create.md"
729
+ },
730
+ {
731
+ "id": "_common/validate",
732
+ "title": "validate",
733
+ "summary": "Validate a contract spec file structure and optionally its implementation\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, validation\n- **File**: `packages/bundles/workspace/src/contracts/operations/validate.operation.ts`",
734
+ "route": "/docs/reference/_common/validate",
735
+ "source": "generated",
736
+ "contentPath": "_common/validate.md"
737
+ },
738
+ {
739
+ "id": "docs.accessibility_wcag_compliance_specs",
740
+ "title": "Accessibility & WCAG Compliance — **specs.md**",
741
+ "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
742
+ "route": "/docs/accessibility_wcag_compliance_specs",
743
+ "source": "docblock",
744
+ "contentPath": "docblocks/docs/accessibility_wcag_compliance_specs.md",
745
+ "tags": ["accessibility_wcag_compliance_specs"],
746
+ "kind": "reference",
747
+ "visibility": "public"
748
+ },
749
+ {
750
+ "id": "docs.meta.docblocks-process",
751
+ "title": "DocBlocks process",
752
+ "summary": "How to author goal/how/usage DocBlocks close to code.",
753
+ "route": "/docs/meta/docblocks-process",
754
+ "source": "docblock",
755
+ "contentPath": "docblocks/docs/meta/docblocks-process.md",
756
+ "tags": ["docs", "process"],
757
+ "kind": "reference",
758
+ "visibility": "mixed"
759
+ },
760
+ {
761
+ "id": "docs.tech.acp.fs.access",
762
+ "title": "ACP file system access",
763
+ "summary": "Access file system through ACP.",
764
+ "route": "/docs/tech/acp/fs/access",
765
+ "source": "docblock",
766
+ "contentPath": "docblocks/docs/tech/acp/fs/access.md",
767
+ "tags": ["acp", "filesystem"],
768
+ "kind": "reference",
769
+ "visibility": "public"
770
+ },
771
+ {
772
+ "id": "docs.tech.acp.prompt.turn",
773
+ "title": "ACP prompt turn",
774
+ "summary": "Execute a prompt turn within a session.",
775
+ "route": "/docs/tech/acp/prompt/turn",
776
+ "source": "docblock",
777
+ "contentPath": "docblocks/docs/tech/acp/prompt/turn.md",
778
+ "tags": ["acp", "prompt"],
779
+ "kind": "reference",
780
+ "visibility": "public"
781
+ },
782
+ {
783
+ "id": "docs.tech.acp.session.init",
784
+ "title": "ACP session init",
785
+ "summary": "Initialize a new ACP session.",
786
+ "route": "/docs/tech/acp/session/init",
787
+ "source": "docblock",
788
+ "contentPath": "docblocks/docs/tech/acp/session/init.md",
789
+ "tags": ["acp", "session"],
790
+ "kind": "reference",
791
+ "visibility": "public"
792
+ },
793
+ {
794
+ "id": "docs.tech.acp.session.resume",
795
+ "title": "ACP session resume",
796
+ "summary": "Resume an existing ACP session.",
797
+ "route": "/docs/tech/acp/session/resume",
798
+ "source": "docblock",
799
+ "contentPath": "docblocks/docs/tech/acp/session/resume.md",
800
+ "tags": ["acp", "session"],
801
+ "kind": "reference",
802
+ "visibility": "public"
803
+ },
804
+ {
805
+ "id": "docs.tech.acp.session.stop",
806
+ "title": "ACP session stop",
807
+ "summary": "Stop an ACP session.",
808
+ "route": "/docs/tech/acp/session/stop",
809
+ "source": "docblock",
810
+ "contentPath": "docblocks/docs/tech/acp/session/stop.md",
811
+ "tags": ["acp", "session"],
812
+ "kind": "reference",
813
+ "visibility": "public"
814
+ },
815
+ {
816
+ "id": "docs.tech.acp.terminal.exec",
817
+ "title": "ACP terminal exec",
818
+ "summary": "Execute terminal commands via ACP.",
819
+ "route": "/docs/tech/acp/terminal/exec",
820
+ "source": "docblock",
821
+ "contentPath": "docblocks/docs/tech/acp/terminal/exec.md",
822
+ "tags": ["acp", "terminal"],
823
+ "kind": "reference",
824
+ "visibility": "public"
825
+ },
826
+ {
827
+ "id": "docs.tech.acp.tool.calls",
828
+ "title": "ACP tool calls",
829
+ "summary": "Execute ACP tool calls.",
830
+ "route": "/docs/tech/acp/tool/calls",
831
+ "source": "docblock",
832
+ "contentPath": "docblocks/docs/tech/acp/tool/calls.md",
833
+ "tags": ["acp", "tools"],
834
+ "kind": "reference",
835
+ "visibility": "public"
836
+ },
837
+ {
838
+ "id": "docs.tech.acp.transport",
839
+ "title": "ACP transport",
840
+ "summary": "Agent Client Protocol transport surfaces.",
841
+ "route": "/docs/tech/acp/transport",
842
+ "source": "docblock",
843
+ "contentPath": "docblocks/docs/tech/acp/transport.md",
844
+ "tags": ["acp", "transport"],
845
+ "kind": "reference",
846
+ "visibility": "public"
847
+ },
848
+ {
849
+ "id": "docs.tech.agent.approval.requested",
850
+ "title": "Agent approval requested event",
851
+ "summary": "Emitted when approval is required.",
852
+ "route": "/docs/tech/agent/approval/requested",
853
+ "source": "docblock",
854
+ "contentPath": "docblocks/docs/tech/agent/approval/requested.md",
855
+ "tags": ["agent", "event", "approval"],
856
+ "kind": "reference",
857
+ "visibility": "public"
858
+ },
859
+ {
860
+ "id": "docs.tech.agent.approvals",
861
+ "title": "Agent approvals",
862
+ "summary": "Resolve an agent approval request.",
863
+ "route": "/docs/tech/agent/approvals",
864
+ "source": "docblock",
865
+ "contentPath": "docblocks/docs/tech/agent/approvals.md",
866
+ "tags": ["agent", "approval"],
867
+ "kind": "reference",
868
+ "visibility": "public"
869
+ },
870
+ {
871
+ "id": "docs.tech.agent.artifacts",
872
+ "title": "Agent artifacts",
873
+ "summary": "List artifacts produced by an agent run.",
874
+ "route": "/docs/tech/agent/artifacts",
875
+ "source": "docblock",
876
+ "contentPath": "docblocks/docs/tech/agent/artifacts.md",
877
+ "tags": ["agent", "artifacts"],
878
+ "kind": "reference",
879
+ "visibility": "public"
880
+ },
881
+ {
882
+ "id": "docs.tech.agent.cancel",
883
+ "title": "Cancel agent run",
884
+ "summary": "Cancel an in-flight agent run.",
885
+ "route": "/docs/tech/agent/cancel",
886
+ "source": "docblock",
887
+ "contentPath": "docblocks/docs/tech/agent/cancel.md",
888
+ "tags": ["agent", "cancel"],
889
+ "kind": "reference",
890
+ "visibility": "public"
891
+ },
892
+ {
893
+ "id": "docs.tech.agent.execution",
894
+ "title": "Agent execution",
895
+ "summary": "Background agent execution, approvals, and artifacts.",
896
+ "route": "/docs/tech/agent/execution",
897
+ "source": "docblock",
898
+ "contentPath": "docblocks/docs/tech/agent/execution.md",
899
+ "tags": ["agent", "execution"],
900
+ "kind": "reference",
901
+ "visibility": "public"
902
+ },
903
+ {
904
+ "id": "docs.tech.agent.memory-tools",
905
+ "title": "Memory tools",
906
+ "summary": "Model-accessible CRUD for agent memory (Anthropic, custom).",
907
+ "route": "/docs/tech/agent/memory-tools",
908
+ "source": "docblock",
909
+ "contentPath": "docblocks/docs/tech/agent/memory-tools.md",
910
+ "tags": ["agent", "memory", "tools"],
911
+ "kind": "reference",
912
+ "visibility": "public"
913
+ },
914
+ {
915
+ "id": "docs.tech.agent.operations-as-tools",
916
+ "title": "Operations as tools",
917
+ "summary": "Reference ContractSpec operations as agent tools. One contract → REST, GraphQL, MCP, agent.",
918
+ "route": "/docs/tech/agent/operations-as-tools",
919
+ "source": "docblock",
920
+ "contentPath": "docblocks/docs/tech/agent/operations-as-tools.md",
921
+ "tags": ["agent", "tools", "operations"],
922
+ "kind": "reference",
923
+ "visibility": "public"
924
+ },
925
+ {
926
+ "id": "docs.tech.agent.run",
927
+ "title": "Run agent",
928
+ "summary": "Submit a background agent run.",
929
+ "route": "/docs/tech/agent/run",
930
+ "source": "docblock",
931
+ "contentPath": "docblocks/docs/tech/agent/run.md",
932
+ "tags": ["agent", "run"],
933
+ "kind": "reference",
934
+ "visibility": "public"
935
+ },
936
+ {
937
+ "id": "docs.tech.agent.run.audit",
938
+ "title": "Agent run audit presentation",
939
+ "summary": "Presentation spec for agent run audit views.",
940
+ "route": "/docs/tech/agent/run/audit",
941
+ "source": "docblock",
942
+ "contentPath": "docblocks/docs/tech/agent/run/audit.md",
943
+ "tags": ["agent", "presentation", "audit"],
944
+ "kind": "reference",
945
+ "visibility": "public"
946
+ },
947
+ {
948
+ "id": "docs.tech.agent.run.completed",
949
+ "title": "Agent run completed event",
950
+ "summary": "Emitted when an agent run completes.",
951
+ "route": "/docs/tech/agent/run/completed",
952
+ "source": "docblock",
953
+ "contentPath": "docblocks/docs/tech/agent/run/completed.md",
954
+ "tags": ["agent", "event"],
955
+ "kind": "reference",
956
+ "visibility": "public"
957
+ },
958
+ {
959
+ "id": "docs.tech.agent.run.failed",
960
+ "title": "Agent run failed event",
961
+ "summary": "Emitted when an agent run fails.",
962
+ "route": "/docs/tech/agent/run/failed",
963
+ "source": "docblock",
964
+ "contentPath": "docblocks/docs/tech/agent/run/failed.md",
965
+ "tags": ["agent", "event"],
966
+ "kind": "reference",
967
+ "visibility": "public"
968
+ },
969
+ {
970
+ "id": "docs.tech.agent.run.form",
971
+ "title": "Agent run form",
972
+ "summary": "Form specification for launching an agent run.",
973
+ "route": "/docs/tech/agent/run/form",
974
+ "source": "docblock",
975
+ "contentPath": "docblocks/docs/tech/agent/run/form.md",
976
+ "tags": ["agent", "form"],
977
+ "kind": "reference",
978
+ "visibility": "public"
979
+ },
980
+ {
981
+ "id": "docs.tech.agent.run.index",
982
+ "title": "Agent run index view",
983
+ "summary": "Data view for listing agent runs.",
984
+ "route": "/docs/tech/agent/run/index",
985
+ "source": "docblock",
986
+ "contentPath": "docblocks/docs/tech/agent/run/index.md",
987
+ "tags": ["agent", "data-view"],
988
+ "kind": "reference",
989
+ "visibility": "public"
990
+ },
991
+ {
992
+ "id": "docs.tech.agent.run.started",
993
+ "title": "Agent run started event",
994
+ "summary": "Emitted when an agent run starts.",
995
+ "route": "/docs/tech/agent/run/started",
996
+ "source": "docblock",
997
+ "contentPath": "docblocks/docs/tech/agent/run/started.md",
998
+ "tags": ["agent", "event"],
999
+ "kind": "reference",
1000
+ "visibility": "public"
1001
+ },
1002
+ {
1003
+ "id": "docs.tech.agent.status",
1004
+ "title": "Agent status",
1005
+ "summary": "Query agent run status.",
1006
+ "route": "/docs/tech/agent/status",
1007
+ "source": "docblock",
1008
+ "contentPath": "docblocks/docs/tech/agent/status.md",
1009
+ "tags": ["agent", "status"],
1010
+ "kind": "reference",
1011
+ "visibility": "public"
1012
+ },
1013
+ {
1014
+ "id": "docs.tech.agent.subagents",
1015
+ "title": "Subagents",
1016
+ "summary": "Delegate tasks to subagents with streaming and toModelOutput.",
1017
+ "route": "/docs/tech/agent/subagents",
1018
+ "source": "docblock",
1019
+ "contentPath": "docblocks/docs/tech/agent/subagents.md",
1020
+ "tags": ["agent", "subagents", "delegation"],
1021
+ "kind": "reference",
1022
+ "visibility": "public"
1023
+ },
1024
+ {
1025
+ "id": "docs.tech.agent.workflow-integration",
1026
+ "title": "Workflow-agent integration",
1027
+ "summary": "Orchestrator-worker, workflow steps as agent ops, evaluator pattern.",
1028
+ "route": "/docs/tech/agent/workflow-integration",
1029
+ "source": "docblock",
1030
+ "contentPath": "docblocks/docs/tech/agent/workflow-integration.md",
1031
+ "tags": ["agent", "workflow", "orchestrator"],
1032
+ "kind": "reference",
1033
+ "visibility": "public"
1034
+ },
1035
+ {
1036
+ "id": "docs.tech.auth.better-auth-nextjs",
1037
+ "title": "Better Auth + Next.js integration (ContractSpec)",
1038
+ "summary": "How ContractSpec wires Better Auth into Next.js (server config, client singleton, and proxy cookie-only redirects).",
1039
+ "route": "/docs/tech/auth/better-auth-nextjs",
1040
+ "source": "docblock",
1041
+ "contentPath": "docblocks/docs/tech/auth/better-auth-nextjs.md",
1042
+ "tags": ["auth", "better-auth", "nextjs", "cookies", "proxy", "hmr"],
1043
+ "kind": "reference",
1044
+ "visibility": "public"
1045
+ },
1046
+ {
1047
+ "id": "docs.tech.cli.contractspec",
1048
+ "title": "ContractSpec CLI",
1049
+ "summary": "The command-line interface for creating, building, and validating contract specifications.",
1050
+ "route": "/docs/tech/cli/contractspec",
1051
+ "source": "docblock",
1052
+ "contentPath": "docblocks/docs/tech/cli/contractspec.md",
1053
+ "tags": ["cli", "tooling", "reference"],
1054
+ "kind": "reference",
1055
+ "visibility": "public",
1056
+ "owners": ["@contractspec/app.cli-contractspec"]
1057
+ },
1058
+ {
1059
+ "id": "docs.tech.context.pack.describe",
1060
+ "title": "Describe context pack",
1061
+ "summary": "Describe a context pack and its sources.",
1062
+ "route": "/docs/tech/context/pack/describe",
1063
+ "source": "docblock",
1064
+ "contentPath": "docblocks/docs/tech/context/pack/describe.md",
1065
+ "tags": ["context", "pack", "describe"],
1066
+ "kind": "reference",
1067
+ "visibility": "public"
1068
+ },
1069
+ {
1070
+ "id": "docs.tech.context.pack.search",
1071
+ "title": "Search context packs",
1072
+ "summary": "Search and filter context packs and snapshots.",
1073
+ "route": "/docs/tech/context/pack/search",
1074
+ "source": "docblock",
1075
+ "contentPath": "docblocks/docs/tech/context/pack/search.md",
1076
+ "tags": ["context", "pack", "search"],
1077
+ "kind": "reference",
1078
+ "visibility": "public"
1079
+ },
1080
+ {
1081
+ "id": "docs.tech.context.pack.search.form",
1082
+ "title": "Context pack search form",
1083
+ "summary": "Form used to search context packs in UI surfaces.",
1084
+ "route": "/docs/tech/context/pack/search-form",
1085
+ "source": "docblock",
1086
+ "contentPath": "docblocks/docs/tech/context/pack/search/form.md",
1087
+ "tags": ["context", "form", "search"],
1088
+ "kind": "reference",
1089
+ "visibility": "public"
1090
+ },
1091
+ {
1092
+ "id": "docs.tech.context.pack.snapshot",
1093
+ "title": "Create context snapshot",
1094
+ "summary": "Create an immutable context snapshot from a pack.",
1095
+ "route": "/docs/tech/context/pack/snapshot",
1096
+ "source": "docblock",
1097
+ "contentPath": "docblocks/docs/tech/context/pack/snapshot.md",
1098
+ "tags": ["context", "snapshot", "create"],
1099
+ "kind": "reference",
1100
+ "visibility": "public"
1101
+ },
1102
+ {
1103
+ "id": "docs.tech.context.snapshot.created",
1104
+ "title": "Context snapshot created event",
1105
+ "summary": "Emitted when a context snapshot is created.",
1106
+ "route": "/docs/tech/context/snapshot/created",
1107
+ "source": "docblock",
1108
+ "contentPath": "docblocks/docs/tech/context/snapshot/created.md",
1109
+ "tags": ["context", "snapshot", "event"],
1110
+ "kind": "reference",
1111
+ "visibility": "public"
1112
+ },
1113
+ {
1114
+ "id": "docs.tech.context.snapshot.index",
1115
+ "title": "Context snapshot index view",
1116
+ "summary": "Data view for listing context snapshots.",
1117
+ "route": "/docs/tech/context/snapshot/index",
1118
+ "source": "docblock",
1119
+ "contentPath": "docblocks/docs/tech/context/snapshot/index.md",
1120
+ "tags": ["context", "snapshot", "data-view"],
1121
+ "kind": "reference",
1122
+ "visibility": "public"
1123
+ },
1124
+ {
1125
+ "id": "docs.tech.context.snapshot.presentation",
1126
+ "title": "Context snapshot presentation",
1127
+ "summary": "Presentation spec for snapshot summaries.",
1128
+ "route": "/docs/tech/context/snapshot/presentation",
1129
+ "source": "docblock",
1130
+ "contentPath": "docblocks/docs/tech/context/snapshot/presentation.md",
1131
+ "tags": ["context", "presentation", "snapshot"],
1132
+ "kind": "reference",
1133
+ "visibility": "public"
1134
+ },
1135
+ {
1136
+ "id": "docs.tech.context.system",
1137
+ "title": "Context system",
1138
+ "summary": "Context packs, snapshots, and discovery surfaces.",
1139
+ "route": "/docs/tech/context/system",
1140
+ "source": "docblock",
1141
+ "contentPath": "docblocks/docs/tech/context/system.md",
1142
+ "tags": ["context", "system", "snapshot"],
1143
+ "kind": "reference",
1144
+ "visibility": "public"
1145
+ },
1146
+ {
1147
+ "id": "docs.tech.contracts.openapi-export",
1148
+ "title": "OpenAPI export (OpenAPI 3.1) from OperationSpecRegistry",
1149
+ "summary": "Generate a deterministic OpenAPI document from a OperationSpecRegistry using jsonSchemaForSpec + REST transport metadata.",
1150
+ "route": "/docs/tech/contracts/openapi-export",
1151
+ "source": "docblock",
1152
+ "contentPath": "docblocks/docs/tech/contracts/openapi-export.md",
1153
+ "tags": ["contracts", "openapi", "rest"],
1154
+ "kind": "reference",
1155
+ "visibility": "public"
1156
+ },
1157
+ {
1158
+ "id": "docs.tech.contracts.openapi-import",
1159
+ "title": "OpenAPI Import (OpenAPI 3.1) to ContractSpec",
1160
+ "summary": "Import OpenAPI specifications into ContractSpec models, or generate pure Zod/JSON-Schema/GraphQL representations.",
1161
+ "route": "/docs/tech/contracts/openapi-import",
1162
+ "source": "docblock",
1163
+ "contentPath": "docblocks/docs/tech/contracts/openapi-import.md",
1164
+ "tags": ["contracts", "openapi", "import", "codegen"],
1165
+ "kind": "reference",
1166
+ "visibility": "public"
1167
+ },
1168
+ {
1169
+ "id": "docs.tech.contracts.presentations",
1170
+ "title": "Presentations — Unified Descriptor & Transform Engine",
1171
+ "summary": "How PresentationSpec and TransformEngine keep docs/renderers consistent.",
1172
+ "route": "/docs/tech/contracts/presentations",
1173
+ "source": "docblock",
1174
+ "contentPath": "docblocks/docs/tech/contracts/presentations.md",
1175
+ "tags": ["presentations", "docs", "mcp"],
1176
+ "kind": "reference",
1177
+ "visibility": "public"
1178
+ },
1179
+ {
1180
+ "id": "docs.tech.contracts.README",
1181
+ "title": "Contracts: Specs, Registry, Handlers, Adapters",
1182
+ "summary": "- `packages/lssm/libs/contracts` defines the contracts core (OperationSpecRegistry, OperationSpec, PresentationSpec, install helpers, REST/MCP adapters, ...).",
1183
+ "route": "/docs/tech/contracts/README",
1184
+ "source": "docblock",
1185
+ "contentPath": "docblocks/docs/tech/contracts/README.md",
1186
+ "tags": ["tech", "contracts", "README"],
1187
+ "kind": "reference",
1188
+ "visibility": "public"
1189
+ },
1190
+ {
1191
+ "id": "docs.tech.contracts.workspace-config",
1192
+ "title": "Workspace Configuration (.contractsrc)",
1193
+ "summary": "Configuration-as-code conventions for ContractSpec workspaces (`.contractsrc.json`).",
1194
+ "route": "/docs/tech/contracts/workspace-config",
1195
+ "source": "docblock",
1196
+ "contentPath": "docblocks/docs/tech/contracts/workspace-config.md",
1197
+ "tags": ["tech", "contracts", "config"],
1198
+ "kind": "reference",
1199
+ "visibility": "public"
1200
+ },
1201
+ {
1202
+ "id": "docs.tech.database.context",
1203
+ "title": "Database context",
1204
+ "summary": "Schema, migrations, dictionary, and read-only query surfaces.",
1205
+ "route": "/docs/tech/database/context",
1206
+ "source": "docblock",
1207
+ "contentPath": "docblocks/docs/tech/database/context.md",
1208
+ "tags": ["database", "context"],
1209
+ "kind": "reference",
1210
+ "visibility": "public"
1211
+ },
1212
+ {
1213
+ "id": "docs.tech.database.dictionary.get",
1214
+ "title": "Get data dictionary entry",
1215
+ "summary": "Retrieve a dictionary entry for a schema field.",
1216
+ "route": "/docs/tech/database/dictionary/get",
1217
+ "source": "docblock",
1218
+ "contentPath": "docblocks/docs/tech/database/dictionary/get.md",
1219
+ "tags": ["database", "dictionary"],
1220
+ "kind": "reference",
1221
+ "visibility": "public"
1222
+ },
1223
+ {
1224
+ "id": "docs.tech.database.migrations.list",
1225
+ "title": "List database migrations",
1226
+ "summary": "List migration history for a database.",
1227
+ "route": "/docs/tech/database/migrations/list",
1228
+ "source": "docblock",
1229
+ "contentPath": "docblocks/docs/tech/database/migrations/list.md",
1230
+ "tags": ["database", "migrations"],
1231
+ "kind": "reference",
1232
+ "visibility": "public"
1233
+ },
1234
+ {
1235
+ "id": "docs.tech.database.query.readonly",
1236
+ "title": "Read-only data query",
1237
+ "summary": "Perform a governed read-only query via data views.",
1238
+ "route": "/docs/tech/database/query/readonly",
1239
+ "source": "docblock",
1240
+ "contentPath": "docblocks/docs/tech/database/query/readonly.md",
1241
+ "tags": ["database", "query", "readonly"],
1242
+ "kind": "reference",
1243
+ "visibility": "public"
1244
+ },
1245
+ {
1246
+ "id": "docs.tech.database.schema.describe",
1247
+ "title": "Describe database schema",
1248
+ "summary": "Describe schemas and models with PII signals.",
1249
+ "route": "/docs/tech/database/schema/describe",
1250
+ "source": "docblock",
1251
+ "contentPath": "docblocks/docs/tech/database/schema/describe.md",
1252
+ "tags": ["database", "schema"],
1253
+ "kind": "reference",
1254
+ "visibility": "public"
1255
+ },
1256
+ {
1257
+ "id": "docs.tech.database.schema.index",
1258
+ "title": "Database schema index view",
1259
+ "summary": "Data view for listing schemas and model counts.",
1260
+ "route": "/docs/tech/database/schema/index",
1261
+ "source": "docblock",
1262
+ "contentPath": "docblocks/docs/tech/database/schema/index.md",
1263
+ "tags": ["database", "data-view"],
1264
+ "kind": "reference",
1265
+ "visibility": "public"
1266
+ },
1267
+ {
1268
+ "id": "docs.tech.docs-examples",
1269
+ "title": "Examples catalog",
1270
+ "summary": "Document and surface example projects with sandbox support.",
1271
+ "route": "/docs/tech/docs/examples",
1272
+ "source": "docblock",
1273
+ "contentPath": "docblocks/docs/tech/docs-examples.md",
1274
+ "tags": ["docs", "examples"],
1275
+ "kind": "reference",
1276
+ "visibility": "public"
1277
+ },
1278
+ {
1279
+ "id": "docs.tech.docs-generator",
1280
+ "title": "Docs generator",
1281
+ "summary": "Generate reference docs and metadata from ContractSpecs.",
1282
+ "route": "/docs/tech/docs/generator",
1283
+ "source": "docblock",
1284
+ "contentPath": "docblocks/docs/tech/docs-generator.md",
1285
+ "tags": ["docs", "generator", "cli"],
1286
+ "kind": "how",
1287
+ "visibility": "public"
1288
+ },
1289
+ {
1290
+ "id": "docs.tech.docs-publish",
1291
+ "title": "Docs publish",
1292
+ "summary": "Publish generated artifacts to the docs host.",
1293
+ "route": "/docs/tech/docs/publish",
1294
+ "source": "docblock",
1295
+ "contentPath": "docblocks/docs/tech/docs-publish.md",
1296
+ "tags": ["docs", "publish"],
1297
+ "kind": "how",
1298
+ "visibility": "public"
1299
+ },
1300
+ {
1301
+ "id": "docs.tech.docs-reference",
1302
+ "title": "Contract reference pages",
1303
+ "summary": "Resolve any spec into a docs-ready reference payload.",
1304
+ "route": "/docs/tech/docs/reference",
1305
+ "source": "docblock",
1306
+ "contentPath": "docblocks/docs/tech/docs-reference.md",
1307
+ "tags": ["docs", "reference"],
1308
+ "kind": "reference",
1309
+ "visibility": "public"
1310
+ },
1311
+ {
1312
+ "id": "docs.tech.docs-search",
1313
+ "title": "Docs index and search",
1314
+ "summary": "Search DocBlocks by query, tag, kind, or visibility.",
1315
+ "route": "/docs/tech/docs/search",
1316
+ "source": "docblock",
1317
+ "contentPath": "docblocks/docs/tech/docs-search.md",
1318
+ "tags": ["docs", "search"],
1319
+ "kind": "reference",
1320
+ "visibility": "public"
1321
+ },
1322
+ {
1323
+ "id": "docs.tech.docs-system",
1324
+ "title": "Docs system overview",
1325
+ "summary": "How ContractSpec generates, indexes, and presents documentation.",
1326
+ "route": "/docs/tech/docs/system",
1327
+ "source": "docblock",
1328
+ "contentPath": "docblocks/docs/tech/docs-system.md",
1329
+ "tags": ["docs", "system", "contracts"],
1330
+ "kind": "reference",
1331
+ "visibility": "public"
1332
+ },
1333
+ {
1334
+ "id": "docs.tech.lifecycle-stage-system",
1335
+ "title": "ContractSpec Lifecycle Stage System – Technical Design",
1336
+ "summary": "This document describes how ContractSpec implements lifecycle detection and guidance. It covers architecture, module boundaries, scoring heuristics, and integration points so libraries, modules, bundles, and Studio surfaces stay synchronized.",
1337
+ "route": "/docs/tech/lifecycle-stage-system",
1338
+ "source": "docblock",
1339
+ "contentPath": "docblocks/docs/tech/lifecycle-stage-system.md",
1340
+ "tags": ["tech", "lifecycle-stage-system"],
1341
+ "kind": "reference",
1342
+ "visibility": "public"
1343
+ },
1344
+ {
1345
+ "id": "docs.tech.llm.agent-adapters",
1346
+ "title": "Agent Adapters",
1347
+ "summary": "Adapters for different AI coding agents (Claude, Cursor, MCP).",
1348
+ "route": "/docs/tech/llm/agent-adapters",
1349
+ "source": "docblock",
1350
+ "contentPath": "docblocks/docs/tech/llm/agent-adapters.md",
1351
+ "tags": ["llm", "agents", "claude", "cursor", "mcp"],
1352
+ "kind": "reference",
1353
+ "visibility": "public"
1354
+ },
1355
+ {
1356
+ "id": "docs.tech.llm.export-formats",
1357
+ "title": "LLM Export Formats",
1358
+ "summary": "Detailed explanation of the three export formats for LLM consumption.",
1359
+ "route": "/docs/tech/llm/export-formats",
1360
+ "source": "docblock",
1361
+ "contentPath": "docblocks/docs/tech/llm/export-formats.md",
1362
+ "tags": ["llm", "export", "markdown"],
1363
+ "kind": "reference",
1364
+ "visibility": "public"
1365
+ },
1366
+ {
1367
+ "id": "docs.tech.llm.overview",
1368
+ "title": "LLM Integration Overview",
1369
+ "summary": "Export specs to LLM-friendly formats, generate implementation guides, and verify implementations.",
1370
+ "route": "/docs/tech/llm/overview",
1371
+ "source": "docblock",
1372
+ "contentPath": "docblocks/docs/tech/llm/overview.md",
1373
+ "tags": ["llm", "ai", "export", "guide", "verify"],
1374
+ "kind": "reference",
1375
+ "visibility": "public"
1376
+ },
1377
+ {
1378
+ "id": "docs.tech.llm.verification",
1379
+ "title": "Implementation Verification",
1380
+ "summary": "Tiered verification of implementations against specifications.",
1381
+ "route": "/docs/tech/llm/verification",
1382
+ "source": "docblock",
1383
+ "contentPath": "docblocks/docs/tech/llm/verification.md",
1384
+ "tags": ["llm", "verify", "validation", "testing"],
1385
+ "kind": "reference",
1386
+ "visibility": "public"
1387
+ },
1388
+ {
1389
+ "id": "docs.tech.mcp.endpoints",
1390
+ "title": "ContractSpec MCP endpoints",
1391
+ "summary": "Dedicated MCP servers for docs, CLI usage, and internal development.",
1392
+ "route": "/docs/tech/mcp/endpoints",
1393
+ "source": "docblock",
1394
+ "contentPath": "docblocks/docs/tech/mcp/endpoints.md",
1395
+ "tags": ["mcp", "docs", "cli", "internal"],
1396
+ "kind": "reference",
1397
+ "visibility": "mixed"
1398
+ },
1399
+ {
1400
+ "id": "docs.tech.presentation-runtime",
1401
+ "title": "Presentation Runtime",
1402
+ "summary": "Cross-platform runtime for list pages and presentation flows.",
1403
+ "route": "/docs/tech/presentation-runtime",
1404
+ "source": "docblock",
1405
+ "contentPath": "docblocks/docs/tech/presentation-runtime.md",
1406
+ "tags": ["tech", "presentation-runtime"],
1407
+ "kind": "reference",
1408
+ "visibility": "public"
1409
+ },
1410
+ {
1411
+ "id": "docs.tech.provider-ranking.benchmark.custom.completed",
1412
+ "title": "Custom benchmark completed event",
1413
+ "summary": "Emitted when a custom benchmark run finishes.",
1414
+ "route": "/docs/tech/provider-ranking/benchmark/custom/completed",
1415
+ "source": "docblock",
1416
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/custom/completed.md",
1417
+ "tags": ["ai", "ranking", "event", "custom"],
1418
+ "kind": "reference",
1419
+ "visibility": "public"
1420
+ },
1421
+ {
1422
+ "id": "docs.tech.provider-ranking.benchmark.ingest",
1423
+ "title": "Ingest benchmark data",
1424
+ "summary": "Trigger ingestion of external benchmark data.",
1425
+ "route": "/docs/tech/provider-ranking/benchmark/ingest",
1426
+ "source": "docblock",
1427
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest.md",
1428
+ "tags": ["ai", "ranking", "ingest"],
1429
+ "kind": "reference",
1430
+ "visibility": "public"
1431
+ },
1432
+ {
1433
+ "id": "docs.tech.provider-ranking.benchmark.ingest.form",
1434
+ "title": "Benchmark ingest form",
1435
+ "summary": "Form specification for triggering benchmark ingestion.",
1436
+ "route": "/docs/tech/provider-ranking/benchmark/ingest/form",
1437
+ "source": "docblock",
1438
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest/form.md",
1439
+ "tags": ["ai", "ranking", "form"],
1440
+ "kind": "reference",
1441
+ "visibility": "public"
1442
+ },
1443
+ {
1444
+ "id": "docs.tech.provider-ranking.benchmark.ingested",
1445
+ "title": "Benchmark ingested event",
1446
+ "summary": "Emitted after external benchmark data is ingested.",
1447
+ "route": "/docs/tech/provider-ranking/benchmark/ingested",
1448
+ "source": "docblock",
1449
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingested.md",
1450
+ "tags": ["ai", "ranking", "event"],
1451
+ "kind": "reference",
1452
+ "visibility": "public"
1453
+ },
1454
+ {
1455
+ "id": "docs.tech.provider-ranking.benchmark.results.index",
1456
+ "title": "Benchmark results view",
1457
+ "summary": "Data view for raw benchmark results.",
1458
+ "route": "/docs/tech/provider-ranking/benchmark/results/index",
1459
+ "source": "docblock",
1460
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/index.md",
1461
+ "tags": ["ai", "ranking", "data-view"],
1462
+ "kind": "reference",
1463
+ "visibility": "public"
1464
+ },
1465
+ {
1466
+ "id": "docs.tech.provider-ranking.benchmark.results.list",
1467
+ "title": "List benchmark results",
1468
+ "summary": "List raw benchmark results.",
1469
+ "route": "/docs/tech/provider-ranking/benchmark/results/list",
1470
+ "source": "docblock",
1471
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/list.md",
1472
+ "tags": ["ai", "ranking", "results"],
1473
+ "kind": "reference",
1474
+ "visibility": "public"
1475
+ },
1476
+ {
1477
+ "id": "docs.tech.provider-ranking.benchmark.run-custom",
1478
+ "title": "Run custom benchmark",
1479
+ "summary": "Launch a custom benchmark evaluation against a model.",
1480
+ "route": "/docs/tech/provider-ranking/benchmark/run-custom",
1481
+ "source": "docblock",
1482
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom.md",
1483
+ "tags": ["ai", "ranking", "custom", "eval"],
1484
+ "kind": "reference",
1485
+ "visibility": "public"
1486
+ },
1487
+ {
1488
+ "id": "docs.tech.provider-ranking.benchmark.run-custom.form",
1489
+ "title": "Custom benchmark form",
1490
+ "summary": "Form specification for launching custom benchmarks.",
1491
+ "route": "/docs/tech/provider-ranking/benchmark/run-custom/form",
1492
+ "source": "docblock",
1493
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom/form.md",
1494
+ "tags": ["ai", "ranking", "form"],
1495
+ "kind": "reference",
1496
+ "visibility": "public"
1497
+ },
1498
+ {
1499
+ "id": "docs.tech.provider-ranking.model.comparison",
1500
+ "title": "Model comparison presentation",
1501
+ "summary": "Presentation spec for side-by-side model comparison.",
1502
+ "route": "/docs/tech/provider-ranking/model/comparison",
1503
+ "source": "docblock",
1504
+ "contentPath": "docblocks/docs/tech/provider-ranking/model/comparison.md",
1505
+ "tags": ["ai", "ranking", "presentation", "comparison"],
1506
+ "kind": "reference",
1507
+ "visibility": "public"
1508
+ },
1509
+ {
1510
+ "id": "docs.tech.provider-ranking.model.profile.get",
1511
+ "title": "Get model profile",
1512
+ "summary": "Get detailed profile for a single model.",
1513
+ "route": "/docs/tech/provider-ranking/model/profile/get",
1514
+ "source": "docblock",
1515
+ "contentPath": "docblocks/docs/tech/provider-ranking/model/profile/get.md",
1516
+ "tags": ["ai", "ranking", "model", "profile"],
1517
+ "kind": "reference",
1518
+ "visibility": "public"
1519
+ },
1520
+ {
1521
+ "id": "docs.tech.provider-ranking.ranking.get",
1522
+ "title": "Get provider rankings",
1523
+ "summary": "Get ranked list of providers/models.",
1524
+ "route": "/docs/tech/provider-ranking/ranking/get",
1525
+ "source": "docblock",
1526
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/get.md",
1527
+ "tags": ["ai", "ranking", "leaderboard"],
1528
+ "kind": "reference",
1529
+ "visibility": "public"
1530
+ },
1531
+ {
1532
+ "id": "docs.tech.provider-ranking.ranking.index",
1533
+ "title": "Provider rankings view",
1534
+ "summary": "Data view for the model leaderboard.",
1535
+ "route": "/docs/tech/provider-ranking/ranking/index",
1536
+ "source": "docblock",
1537
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/index.md",
1538
+ "tags": ["ai", "ranking", "data-view"],
1539
+ "kind": "reference",
1540
+ "visibility": "public"
1541
+ },
1542
+ {
1543
+ "id": "docs.tech.provider-ranking.ranking.refresh",
1544
+ "title": "Refresh rankings",
1545
+ "summary": "Recompute composite rankings from latest benchmark data.",
1546
+ "route": "/docs/tech/provider-ranking/ranking/refresh",
1547
+ "source": "docblock",
1548
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/refresh.md",
1549
+ "tags": ["ai", "ranking", "refresh"],
1550
+ "kind": "reference",
1551
+ "visibility": "public"
1552
+ },
1553
+ {
1554
+ "id": "docs.tech.provider-ranking.ranking.updated",
1555
+ "title": "Ranking updated event",
1556
+ "summary": "Emitted when composite rankings are recomputed.",
1557
+ "route": "/docs/tech/provider-ranking/ranking/updated",
1558
+ "source": "docblock",
1559
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/updated.md",
1560
+ "tags": ["ai", "ranking", "event"],
1561
+ "kind": "reference",
1562
+ "visibility": "public"
1563
+ },
1564
+ {
1565
+ "id": "docs.tech.provider-ranking.system",
1566
+ "title": "AI Provider Ranking",
1567
+ "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.",
1568
+ "route": "/docs/tech/provider-ranking/system",
1569
+ "source": "docblock",
1570
+ "contentPath": "docblocks/docs/tech/provider-ranking/system.md",
1571
+ "tags": ["ai", "ranking", "benchmark"],
1572
+ "kind": "reference",
1573
+ "visibility": "public"
1574
+ },
1575
+ {
1576
+ "id": "docs.tech.report-verification-table",
1577
+ "title": "Contract Verification Table",
1578
+ "summary": "How the impact report renders per-contract verification status.",
1579
+ "route": "/docs/tech/report/verification-table",
1580
+ "source": "docblock",
1581
+ "contentPath": "docblocks/docs/tech/report-verification-table.md",
1582
+ "tags": ["report", "drift", "verification", "impact"],
1583
+ "kind": "how",
1584
+ "visibility": "public",
1585
+ "owners": ["platform.core"]
1586
+ },
1587
+ {
1588
+ "id": "docs.tech.schema.README",
1589
+ "title": "Multi‑File Prisma Schema Conventions (per database)",
1590
+ "summary": "We adopt Prisma multi‑file schema (GA ≥ v6.7) to organize each database’s models by domain and to import core LSSM module schemas locally.",
1591
+ "route": "/docs/tech/schema/README",
1592
+ "source": "docblock",
1593
+ "contentPath": "docblocks/docs/tech/schema/README.md",
1594
+ "tags": ["tech", "schema", "README"],
1595
+ "kind": "reference",
1596
+ "visibility": "public"
1597
+ },
1598
+ {
1599
+ "id": "docs.tech.studio.learning-events",
1600
+ "title": "Studio Learning Events",
1601
+ "summary": "Studio persists learning/activity events to the database; Sandbox keeps learning local-first and unlogged.",
1602
+ "route": "/docs/tech/studio/learning-events",
1603
+ "source": "docblock",
1604
+ "contentPath": "docblocks/docs/tech/studio/learning-events.md",
1605
+ "tags": ["studio", "learning", "events", "analytics", "sandbox"],
1606
+ "kind": "reference",
1607
+ "visibility": "public"
1608
+ },
1609
+ {
1610
+ "id": "docs.tech.studio.learning-journeys",
1611
+ "title": "Studio learning journeys (onboarding + coach)",
1612
+ "summary": "DB-backed learning journeys tracked per organization: seeded tracks/steps, event-driven progress, XP/streaks, and a Studio coach surface.",
1613
+ "route": "/docs/tech/studio/learning-journeys",
1614
+ "source": "docblock",
1615
+ "contentPath": "docblocks/docs/tech/studio/learning-journeys.md",
1616
+ "tags": [
1617
+ "studio",
1618
+ "learning",
1619
+ "onboarding",
1620
+ "journey",
1621
+ "graphql",
1622
+ "database"
1623
+ ],
1624
+ "kind": "reference",
1625
+ "visibility": "public"
1626
+ },
1627
+ {
1628
+ "id": "docs.tech.studio.platform-admin-panel",
1629
+ "title": "Studio Platform Admin Panel",
1630
+ "summary": "How PLATFORM_ADMIN organizations manage tenant orgs and integration connections without session switching.",
1631
+ "route": "/docs/tech/studio/platform-admin-panel",
1632
+ "source": "docblock",
1633
+ "contentPath": "docblocks/docs/tech/studio/platform-admin-panel.md",
1634
+ "tags": ["studio", "admin", "multi-tenancy", "integrations", "better-auth"],
1635
+ "kind": "reference",
1636
+ "visibility": "public"
1637
+ },
1638
+ {
1639
+ "id": "docs.tech.studio.project-access-teams",
1640
+ "title": "Studio Project Access via Teams",
1641
+ "summary": "Projects live under organizations; team sharing refines access with an admin/owner override.",
1642
+ "route": "/docs/tech/studio/project-access-teams",
1643
+ "source": "docblock",
1644
+ "contentPath": "docblocks/docs/tech/studio/project-access-teams.md",
1645
+ "tags": ["studio", "projects", "teams", "rbac", "access-control"],
1646
+ "kind": "reference",
1647
+ "visibility": "public"
1648
+ },
1649
+ {
1650
+ "id": "docs.tech.studio.project-routing",
1651
+ "title": "Studio Project Routing",
1652
+ "summary": "Studio uses slugged, project-first routes: /studio/{projectSlug}/* with canonical slug redirects and soft-deleted projects hidden.",
1653
+ "route": "/docs/tech/studio/project-routing",
1654
+ "source": "docblock",
1655
+ "contentPath": "docblocks/docs/tech/studio/project-routing.md",
1656
+ "tags": ["studio", "routing", "projects", "slug", "redirects"],
1657
+ "kind": "reference",
1658
+ "visibility": "public"
1659
+ },
1660
+ {
1661
+ "id": "docs.tech.studio.sandbox.unlogged",
1662
+ "title": "Sandbox (unlogged) vs Studio (authenticated)",
1663
+ "summary": "The sandbox is a lightweight, unlogged surface that mirrors Studio navigation without auth or analytics.",
1664
+ "route": "/docs/tech/studio/sandbox-unlogged",
1665
+ "source": "docblock",
1666
+ "contentPath": "docblocks/docs/tech/studio/sandbox/unlogged.md",
1667
+ "tags": ["studio", "sandbox", "privacy", "analytics"],
1668
+ "kind": "reference",
1669
+ "visibility": "public"
1670
+ },
1671
+ {
1672
+ "id": "docs.tech.studio.team-invitations",
1673
+ "title": "Studio Teams & Invitations",
1674
+ "summary": "Admin-only team management and email invitation flow to join an organization and optionally a team.",
1675
+ "route": "/docs/tech/studio/team-invitations",
1676
+ "source": "docblock",
1677
+ "contentPath": "docblocks/docs/tech/studio/team-invitations.md",
1678
+ "tags": ["studio", "teams", "invitations", "access-control", "onboarding"],
1679
+ "kind": "reference",
1680
+ "visibility": "public"
1681
+ },
1682
+ {
1683
+ "id": "docs.tech.studio.workspace_ops",
1684
+ "title": "Workspace ops (repo-linked): list / validate / deps / diff",
1685
+ "summary": "Read-only repo operations used by Studio to inspect and validate a linked ContractSpec workspace.",
1686
+ "route": "/docs/tech/studio/workspace-ops",
1687
+ "source": "docblock",
1688
+ "contentPath": "docblocks/docs/tech/studio/workspace_ops.md",
1689
+ "tags": ["studio", "repo", "workspace", "validate", "diff"],
1690
+ "kind": "reference",
1691
+ "visibility": "mixed"
1692
+ },
1693
+ {
1694
+ "id": "docs.tech.studio.workspaces",
1695
+ "title": "Studio projects, teams, environments",
1696
+ "summary": "Organization-first Studio: projects live under an organization; teams refine access; projects deploy to multiple environments.",
1697
+ "route": "/docs/tech/studio/workspaces",
1698
+ "source": "docblock",
1699
+ "contentPath": "docblocks/docs/tech/studio/workspaces.md",
1700
+ "tags": ["studio", "projects", "teams", "rbac", "environments"],
1701
+ "kind": "reference",
1702
+ "visibility": "mixed"
1703
+ },
1704
+ {
1705
+ "id": "docs.tech.telemetry.hybrid",
1706
+ "title": "Hybrid Telemetry Model",
1707
+ "summary": "How ContractSpec clients choose between direct PostHog and API-routed telemetry.",
1708
+ "route": "/docs/tech/telemetry/hybrid",
1709
+ "source": "docblock",
1710
+ "contentPath": "docblocks/docs/tech/telemetry/hybrid.md",
1711
+ "tags": ["telemetry", "architecture", "posthog"],
1712
+ "kind": "usage",
1713
+ "visibility": "internal"
1714
+ },
1715
+ {
1716
+ "id": "docs.tech.telemetry.ingest",
1717
+ "title": "Telemetry Ingest Endpoint",
1718
+ "summary": "Server-side telemetry ingestion for ContractSpec clients (VS Code extension, CLI, etc.).",
1719
+ "route": "/docs/tech/telemetry/ingest",
1720
+ "source": "docblock",
1721
+ "contentPath": "docblocks/docs/tech/telemetry/ingest.md",
1722
+ "tags": ["telemetry", "api", "posthog", "analytics"],
1723
+ "kind": "reference",
1724
+ "visibility": "internal"
1725
+ },
1726
+ {
1727
+ "id": "docs.tech.vscode.extension",
1728
+ "title": "ContractSpec VS Code Extension",
1729
+ "summary": "VS Code extension for spec-first development with validation, scaffolding, and MCP integration.",
1730
+ "route": "/docs/tech/vscode/extension",
1731
+ "source": "docblock",
1732
+ "contentPath": "docblocks/docs/tech/vscode/extension.md",
1733
+ "tags": ["vscode", "extension", "tooling", "dx"],
1734
+ "kind": "reference",
1735
+ "visibility": "public"
1736
+ },
1737
+ {
1738
+ "id": "docs.tech.vscode.snippets",
1739
+ "title": "ContractSpec Snippets",
1740
+ "summary": "Code snippets for common ContractSpec patterns in VS Code.",
1741
+ "route": "/docs/tech/vscode/snippets",
1742
+ "source": "docblock",
1743
+ "contentPath": "docblocks/docs/tech/vscode/snippets.md",
1744
+ "tags": ["vscode", "snippets", "dx"],
1745
+ "kind": "reference",
1746
+ "visibility": "public"
1747
+ },
1748
+ {
1749
+ "id": "docs.tech.workflows.overview",
1750
+ "title": "WorkflowSpec Overview",
1751
+ "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review, including runtime adapter capabilities/ports for checkpointing and suspend-resume orchestration. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
1752
+ "route": "/docs/tech/workflows/overview",
1753
+ "source": "docblock",
1754
+ "contentPath": "docblocks/docs/tech/workflows/overview.md",
1755
+ "tags": ["tech", "workflows", "overview"],
1756
+ "kind": "reference",
1757
+ "visibility": "public"
1758
+ }
1759
1759
  ]