@contractspec/bundle.library 3.8.9 → 3.8.11
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.
- package/.turbo/turbo-build.log +606 -594
- package/CHANGELOG.md +68 -0
- package/dist/application/context-storage/index.js +1 -28
- package/dist/application/index.js +13 -2133
- package/dist/application/mcp/cliMcp.js +4 -452
- package/dist/application/mcp/common.js +1 -193
- package/dist/application/mcp/contractsMcp.js +2 -549
- package/dist/application/mcp/contractsMcpResources.js +2 -123
- package/dist/application/mcp/contractsMcpTools.js +1 -199
- package/dist/application/mcp/docsMcp.catalog.js +3 -381
- package/dist/application/mcp/docsMcp.data.js +1 -147
- package/dist/application/mcp/docsMcp.js +6 -1039
- package/dist/application/mcp/docsMcp.prompts.js +6 -521
- package/dist/application/mcp/docsMcp.reference.js +3 -235
- package/dist/application/mcp/docsMcp.resources.js +3 -519
- package/dist/application/mcp/docsMcp.tools.js +3 -518
- package/dist/application/mcp/index.js +13 -2106
- package/dist/application/mcp/internalMcp.js +2 -410
- package/dist/application/mcp/normalizeMcpRequest.js +1 -21
- package/dist/application/mcp/providerRankingMcp.js +1 -530
- package/dist/bundles/LibraryBundle.js +1 -138
- package/dist/bundles/index.js +1 -138
- package/dist/components/docs/DocsIndexPage.js +2 -912
- package/dist/components/docs/advanced/AdvancedMCPPage.js +4 -271
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +2 -118
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
- package/dist/components/docs/advanced/index.js +10 -1055
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
- package/dist/components/docs/architecture/index.js +20 -1340
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +1 -202
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +1 -254
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
- package/dist/components/docs/comparison/index.js +1 -1510
- package/dist/components/docs/docsManifest.js +1 -611
- package/dist/components/docs/docsManifest.test.d.ts +1 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.js +2 -103
- package/dist/components/docs/ecosystem/PluginsPage.js +13 -179
- package/dist/components/docs/ecosystem/RegistryPage.js +7 -100
- package/dist/components/docs/ecosystem/TemplatesPage.js +3 -141
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
- package/dist/components/docs/ecosystem/index.js +23 -569
- package/dist/components/docs/examples/DocsExamplesPage.js +4 -124
- package/dist/components/docs/examples/ExampleShowcasePage.js +4 -244
- package/dist/components/docs/examples/exampleShowcaseData.js +4 -39
- package/dist/components/docs/examples/index.js +4 -330
- package/dist/components/docs/generated/docs-index.generated.js +1 -5
- package/dist/components/docs/generated/index.js +1 -74
- package/dist/components/docs/generated/loader.js +1 -74
- package/dist/components/docs/getting-started/CLIPage.js +4 -271
- package/dist/components/docs/getting-started/CompatibilityPage.js +1 -173
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +4 -134
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -194
- package/dist/components/docs/getting-started/HelloWorldPage.js +5 -183
- package/dist/components/docs/getting-started/InstallationPage.js +3 -154
- package/dist/components/docs/getting-started/StartHerePage.js +2 -129
- package/dist/components/docs/getting-started/TroubleshootingPage.js +2 -168
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
- package/dist/components/docs/getting-started/getting-started.docblocks.js +4 -41
- package/dist/components/docs/getting-started/index.js +18 -1869
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
- package/dist/components/docs/guides/GuideConnectInRepoPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideConnectInRepoPage.js +44 -0
- package/dist/components/docs/guides/GuideContractTypesPage.js +6 -541
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +3 -207
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.d.ts +1 -0
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.js +76 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.js +70 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -169
- package/dist/components/docs/guides/guides.docblocks.js +11 -75
- package/dist/components/docs/guides/index.d.ts +3 -0
- package/dist/components/docs/guides/index.js +213 -2428
- package/dist/components/docs/index.js +542 -24297
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +3 -142
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +3 -109
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +5 -150
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +4 -300
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
- package/dist/components/docs/integrations/IntegrationsResendPage.js +3 -102
- package/dist/components/docs/integrations/IntegrationsS3Page.js +4 -124
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +3 -144
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
- package/dist/components/docs/integrations/IntegrationsStripePage.js +6 -327
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
- package/dist/components/docs/integrations/index.js +52 -3100
- package/dist/components/docs/intent/ContractFirstApiPage.js +2 -126
- package/dist/components/docs/intent/DeterministicCodegenPage.js +2 -148
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
- package/dist/components/docs/intent/OpenapiAlternativePage.js +3 -201
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
- package/dist/components/docs/intent/index.js +15 -1135
- package/dist/components/docs/intent/intent-pages.docblocks.js +1 -201
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
- package/dist/components/docs/knowledge/index.js +21 -1730
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +2 -100
- package/dist/components/docs/libraries/LibrariesContractsPage.js +2 -284
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +3 -88
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -170
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +4 -120
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +2 -200
- package/dist/components/docs/libraries/LibrariesSLOPage.js +3 -116
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +3 -273
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
- package/dist/components/docs/libraries/LibrariesTestingPage.js +3 -133
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +2 -230
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
- package/dist/components/docs/libraries/index.js +54 -4147
- package/dist/components/docs/manifesto/ManifestoPage.js +1 -86
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +2 -71
- package/dist/components/docs/ops/index.js +3 -202
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
- package/dist/components/docs/ops/ops-top.docs.js +2 -17
- package/dist/components/docs/ops/ops.docs.js +10 -302
- package/dist/components/docs/product/product.docblocks.js +5 -72
- package/dist/components/docs/reference/DocsMarkdownContent.js +2 -196
- package/dist/components/docs/reference/DocsReferenceContent.js +3 -256
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +2 -127
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +2 -206
- package/dist/components/docs/reference/DocsReferencePage.js +3 -265
- package/dist/components/docs/reference/docsMarkdownParser.js +2 -92
- package/dist/components/docs/reference/index.js +4 -470
- package/dist/components/docs/safety/SafetyAuditingPage.js +2 -350
- package/dist/components/docs/safety/SafetyMigrationsPage.js +2 -359
- package/dist/components/docs/safety/SafetyOverviewPage.js +1 -101
- package/dist/components/docs/safety/SafetyPDPPage.js +2 -301
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +1 -206
- package/dist/components/docs/safety/SafetySigningPage.js +3 -90
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
- package/dist/components/docs/safety/index.js +7 -1480
- package/dist/components/docs/shared/StudioPrompt.js +1 -31
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.js +34 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
- package/dist/components/docs/specs/SpecsConnectPage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsConnectPage.js +8 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.js +2 -260
- package/dist/components/docs/specs/SpecsModuleBundlesPage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsModuleBundlesPage.js +67 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.js +2 -372
- package/dist/components/docs/specs/SpecsOverviewPage.js +1 -186
- package/dist/components/docs/specs/SpecsPolicyPage.js +3 -420
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +2 -312
- package/dist/components/docs/specs/index.d.ts +3 -0
- package/dist/components/docs/specs/index.js +109 -1702
- package/dist/components/docs/studio/StudioBYOKPage.js +1 -26
- package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -26
- package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -26
- package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -26
- package/dist/components/docs/studio/StudioOverviewPage.js +1 -157
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -26
- package/dist/components/docs/studio/index.js +1 -282
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
- package/dist/components/integrations/index.js +2 -600
- package/dist/components/integrations/molecules/IntegrationCard.js +1 -100
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +1 -214
- package/dist/components/integrations/organisms/IntegrationSettings.js +2 -284
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +1 -103
- package/dist/components/legal/PrivacyTemplate.js +1 -1025
- package/dist/components/legal/TermsTemplate.js +1 -941
- package/dist/components/legal/index.js +1 -1963
- package/dist/components/shared/FeatureGateNotice.js +1 -38
- package/dist/components/shared/index.js +1 -38
- package/dist/components/shell/WorkspaceHeader.js +1 -100
- package/dist/components/shell/WorkspaceProjectShellLayout.js +1 -222
- package/dist/components/shell/WorkspaceShellRenderer.js +1 -228
- package/dist/components/shell/WorkspaceSidebar.js +1 -68
- package/dist/components/shell/index.js +1 -287
- package/dist/components/templates/engine/index.js +1 -39
- package/dist/components/templates/index.js +11 -965
- package/dist/components/templates/messaging/ConversationList.js +2 -83
- package/dist/components/templates/messaging/MessageComposer.js +4 -150
- package/dist/components/templates/messaging/MessageThread.js +3 -83
- package/dist/components/templates/messaging/MessagingWorkspace.js +5 -265
- package/dist/components/templates/messaging/index.js +5 -269
- package/dist/components/templates/recipes/LanguageSwitcher.js +1 -16
- package/dist/components/templates/recipes/RecipeCard.js +1 -80
- package/dist/components/templates/recipes/RecipeDetail.js +1 -74
- package/dist/components/templates/recipes/RecipeList.js +3 -245
- package/dist/components/templates/recipes/index.js +3 -248
- package/dist/components/templates/todos/FilterBar.js +1 -107
- package/dist/components/templates/todos/TaskForm.js +2 -158
- package/dist/components/templates/todos/TaskItem.js +1 -77
- package/dist/components/templates/todos/TaskList.js +5 -449
- package/dist/components/templates/todos/index.js +5 -452
- package/dist/config/contractspec-blueprint.js +1 -123
- package/dist/config/contractspec-branding.js +1 -44
- package/dist/config/contractspec-routes.js +1 -24
- package/dist/config/index.js +1 -126
- package/dist/features/contracts-registry.js +1 -178
- package/dist/features/docs/docs.contracts.js +1 -17
- package/dist/features/docs/index.js +1 -17
- package/dist/features/docs.feature.js +1 -33
- package/dist/features/index.js +1 -315
- package/dist/features/mcp.feature.js +1 -30
- package/dist/features/presentations.feature.js +1 -33
- package/dist/features/registry.js +1 -116
- package/dist/index.js +556 -28580
- package/dist/infrastructure/elysia/index.js +1 -35
- package/dist/infrastructure/elysia/logger.js +1 -35
- package/dist/infrastructure/index.js +1 -35
- package/dist/libs/email/client.js +1 -114
- package/dist/libs/email/contact.js +12 -165
- package/dist/libs/email/newsletter.js +6 -167
- package/dist/libs/email/types.js +0 -2
- package/dist/libs/email/utils.js +2 -8
- package/dist/libs/email/waitlist-application.js +28 -209
- package/dist/libs/email/waitlist.js +6 -167
- package/dist/libs/email.js +46 -363
- package/dist/libs/posthog/client.js +1 -63
- package/dist/libs/posthog/native.js +1 -23
- package/dist/libs/posthog/server.js +1 -13
- package/dist/libs/pricing-examples.js +1 -18
- package/dist/node/application/context-storage/index.js +1 -28
- package/dist/node/application/index.js +13 -2133
- package/dist/node/application/mcp/cliMcp.js +4 -452
- package/dist/node/application/mcp/common.js +1 -193
- package/dist/node/application/mcp/contractsMcp.js +2 -549
- package/dist/node/application/mcp/contractsMcpResources.js +2 -123
- package/dist/node/application/mcp/contractsMcpTools.js +1 -199
- package/dist/node/application/mcp/docsMcp.catalog.js +3 -381
- package/dist/node/application/mcp/docsMcp.data.js +1 -147
- package/dist/node/application/mcp/docsMcp.js +6 -1039
- package/dist/node/application/mcp/docsMcp.prompts.js +6 -521
- package/dist/node/application/mcp/docsMcp.reference.js +3 -235
- package/dist/node/application/mcp/docsMcp.resources.js +3 -519
- package/dist/node/application/mcp/docsMcp.tools.js +3 -518
- package/dist/node/application/mcp/index.js +13 -2106
- package/dist/node/application/mcp/internalMcp.js +2 -410
- package/dist/node/application/mcp/normalizeMcpRequest.js +1 -21
- package/dist/node/application/mcp/providerRankingMcp.js +1 -530
- package/dist/node/bundles/LibraryBundle.js +1 -138
- package/dist/node/bundles/index.js +1 -138
- package/dist/node/components/docs/DocsIndexPage.js +2 -912
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +4 -271
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +2 -118
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
- package/dist/node/components/docs/advanced/index.js +10 -1055
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
- package/dist/node/components/docs/architecture/index.js +20 -1340
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +1 -202
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +1 -254
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
- package/dist/node/components/docs/comparison/index.js +1 -1510
- package/dist/node/components/docs/docsManifest.js +1 -611
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +2 -103
- package/dist/node/components/docs/ecosystem/PluginsPage.js +13 -179
- package/dist/node/components/docs/ecosystem/RegistryPage.js +7 -100
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +3 -141
- package/dist/node/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
- package/dist/node/components/docs/ecosystem/index.js +23 -569
- package/dist/node/components/docs/examples/DocsExamplesPage.js +4 -124
- package/dist/node/components/docs/examples/ExampleShowcasePage.js +4 -244
- package/dist/node/components/docs/examples/exampleShowcaseData.js +4 -39
- package/dist/node/components/docs/examples/index.js +4 -330
- package/dist/node/components/docs/generated/docs-index.generated.js +1 -5
- package/dist/node/components/docs/generated/index.js +1 -74
- package/dist/node/components/docs/generated/loader.js +1 -74
- package/dist/node/components/docs/getting-started/CLIPage.js +4 -271
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +1 -173
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +4 -134
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -194
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +5 -183
- package/dist/node/components/docs/getting-started/InstallationPage.js +3 -154
- package/dist/node/components/docs/getting-started/StartHerePage.js +2 -129
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +2 -168
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +4 -41
- package/dist/node/components/docs/getting-started/index.js +18 -1869
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
- package/dist/node/components/docs/guides/GuideConnectInRepoPage.js +43 -0
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -541
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +3 -207
- package/dist/node/components/docs/guides/GuideFirstModuleBundlePage.js +75 -0
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
- package/dist/node/components/docs/guides/GuideHostBuilderWorkbenchPage.js +69 -0
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -169
- package/dist/node/components/docs/guides/guides.docblocks.js +11 -75
- package/dist/node/components/docs/guides/index.js +213 -2428
- package/dist/node/components/docs/index.js +542 -24297
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +3 -142
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +3 -109
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +5 -150
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +4 -300
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +3 -102
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +4 -124
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +3 -144
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +6 -327
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
- package/dist/node/components/docs/integrations/index.js +52 -3100
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +2 -126
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +2 -148
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +3 -201
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
- package/dist/node/components/docs/intent/index.js +15 -1135
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +1 -201
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
- package/dist/node/components/docs/knowledge/index.js +21 -1730
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +2 -100
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +2 -284
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +3 -88
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -170
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +4 -120
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +2 -200
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +3 -116
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +3 -273
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +3 -133
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +2 -230
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
- package/dist/node/components/docs/libraries/index.js +54 -4147
- package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -86
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +2 -71
- package/dist/node/components/docs/ops/index.js +3 -202
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
- package/dist/node/components/docs/ops/ops-top.docs.js +2 -17
- package/dist/node/components/docs/ops/ops.docs.js +10 -302
- package/dist/node/components/docs/product/product.docblocks.js +5 -72
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +2 -196
- package/dist/node/components/docs/reference/DocsReferenceContent.js +3 -256
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +2 -127
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +2 -206
- package/dist/node/components/docs/reference/DocsReferencePage.js +3 -265
- package/dist/node/components/docs/reference/docsMarkdownParser.js +2 -92
- package/dist/node/components/docs/reference/index.js +4 -470
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +2 -350
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +2 -359
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +1 -101
- package/dist/node/components/docs/safety/SafetyPDPPage.js +2 -301
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +1 -206
- package/dist/node/components/docs/safety/SafetySigningPage.js +3 -90
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
- package/dist/node/components/docs/safety/index.js +7 -1480
- package/dist/node/components/docs/shared/StudioPrompt.js +1 -31
- package/dist/node/components/docs/specs/SpecsBuilderControlPlanePage.js +33 -0
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
- package/dist/node/components/docs/specs/SpecsConnectPage.js +7 -0
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +2 -260
- package/dist/node/components/docs/specs/SpecsModuleBundlesPage.js +66 -0
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +2 -372
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +1 -186
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +3 -420
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +2 -312
- package/dist/node/components/docs/specs/index.js +109 -1702
- package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -26
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -26
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -26
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -26
- package/dist/node/components/docs/studio/StudioOverviewPage.js +1 -157
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -26
- package/dist/node/components/docs/studio/index.js +1 -282
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
- package/dist/node/components/integrations/index.js +2 -600
- package/dist/node/components/integrations/molecules/IntegrationCard.js +1 -100
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +1 -214
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +2 -284
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +1 -103
- package/dist/node/components/legal/PrivacyTemplate.js +1 -1025
- package/dist/node/components/legal/TermsTemplate.js +1 -941
- package/dist/node/components/legal/index.js +1 -1963
- package/dist/node/components/shared/FeatureGateNotice.js +1 -38
- package/dist/node/components/shared/index.js +1 -38
- package/dist/node/components/shell/WorkspaceHeader.js +1 -100
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +1 -222
- package/dist/node/components/shell/WorkspaceShellRenderer.js +1 -228
- package/dist/node/components/shell/WorkspaceSidebar.js +1 -68
- package/dist/node/components/shell/index.js +1 -287
- package/dist/node/components/templates/engine/index.js +1 -39
- package/dist/node/components/templates/index.js +11 -965
- package/dist/node/components/templates/messaging/ConversationList.js +2 -83
- package/dist/node/components/templates/messaging/MessageComposer.js +4 -150
- package/dist/node/components/templates/messaging/MessageThread.js +3 -83
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +5 -265
- package/dist/node/components/templates/messaging/index.js +5 -269
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -16
- package/dist/node/components/templates/recipes/RecipeCard.js +1 -80
- package/dist/node/components/templates/recipes/RecipeDetail.js +1 -74
- package/dist/node/components/templates/recipes/RecipeList.js +3 -245
- package/dist/node/components/templates/recipes/index.js +3 -248
- package/dist/node/components/templates/todos/FilterBar.js +1 -107
- package/dist/node/components/templates/todos/TaskForm.js +2 -158
- package/dist/node/components/templates/todos/TaskItem.js +1 -77
- package/dist/node/components/templates/todos/TaskList.js +5 -449
- package/dist/node/components/templates/todos/index.js +5 -452
- package/dist/node/config/contractspec-blueprint.js +1 -123
- package/dist/node/config/contractspec-branding.js +1 -44
- package/dist/node/config/contractspec-routes.js +1 -24
- package/dist/node/config/index.js +1 -126
- package/dist/node/features/contracts-registry.js +1 -178
- package/dist/node/features/docs/docs.contracts.js +1 -17
- package/dist/node/features/docs/index.js +1 -17
- package/dist/node/features/docs.feature.js +1 -33
- package/dist/node/features/index.js +1 -315
- package/dist/node/features/mcp.feature.js +1 -30
- package/dist/node/features/presentations.feature.js +1 -33
- package/dist/node/features/registry.js +1 -116
- package/dist/node/index.js +556 -28580
- package/dist/node/infrastructure/elysia/index.js +1 -35
- package/dist/node/infrastructure/elysia/logger.js +1 -35
- package/dist/node/infrastructure/index.js +1 -35
- package/dist/node/libs/email/client.js +1 -114
- package/dist/node/libs/email/contact.js +12 -165
- package/dist/node/libs/email/newsletter.js +6 -167
- package/dist/node/libs/email/types.js +0 -2
- package/dist/node/libs/email/utils.js +2 -8
- package/dist/node/libs/email/waitlist-application.js +28 -209
- package/dist/node/libs/email/waitlist.js +6 -167
- package/dist/node/libs/email.js +46 -363
- package/dist/node/libs/posthog/client.js +1 -63
- package/dist/node/libs/posthog/native.js +1 -23
- package/dist/node/libs/posthog/server.js +1 -13
- package/dist/node/libs/pricing-examples.js +1 -18
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +1 -97
- package/dist/node/presentation/features/atoms/index.js +1 -97
- package/dist/node/presentation/features/hooks/index.js +1 -397
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -289
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -75
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -147
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -28
- package/dist/node/presentation/features/index.js +1 -3063
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +1 -366
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -92
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
- package/dist/node/presentation/features/molecules/index.js +1 -505
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -304
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +1 -154
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -302
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -302
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +1 -180
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -304
- package/dist/node/presentation/features/organisms/index.js +1 -1359
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
- package/dist/presentation/features/atoms/FeatureIcon/index.js +1 -97
- package/dist/presentation/features/atoms/index.js +1 -97
- package/dist/presentation/features/hooks/index.js +1 -397
- package/dist/presentation/features/hooks/useContractsRegistry.js +1 -289
- package/dist/presentation/features/hooks/useFeatureFilters.js +1 -75
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -147
- package/dist/presentation/features/hooks/useRelatedDocs.js +1 -28
- package/dist/presentation/features/index.js +1 -3063
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
- package/dist/presentation/features/molecules/FeatureCard/index.js +1 -366
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
- package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -92
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
- package/dist/presentation/features/molecules/index.js +1 -505
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -304
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
- package/dist/presentation/features/organisms/FeatureDetail/index.js +1 -154
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
- package/dist/presentation/features/organisms/FeatureEventsList.js +1 -302
- package/dist/presentation/features/organisms/FeatureFormsList.js +1 -302
- package/dist/presentation/features/organisms/FeatureOperationsList.js +1 -180
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -304
- package/dist/presentation/features/organisms/index.js +1 -1359
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
- package/package.json +109 -37
- package/src/components/docs/DocsIndexPage.tsx +55 -0
- package/src/components/docs/architecture/ArchitectureControlPlanePage.tsx +19 -0
- package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +34 -0
- package/src/components/docs/docsManifest.test.ts +70 -0
- package/src/components/docs/docsManifest.ts +71 -1
- package/src/components/docs/ecosystem/PluginsPage.tsx +24 -10
- package/src/components/docs/ecosystem/RegistryPage.tsx +11 -6
- package/src/components/docs/generated/docs-index._common.json +206 -273
- package/src/components/docs/generated/docs-index.control-plane.json +18 -0
- package/src/components/docs/generated/docs-index.defineExample.json +10 -0
- package/src/components/docs/generated/docs-index.manifest.json +22 -12
- package/src/components/docs/generated/docs-index.platform-acp.json +64 -0
- package/src/components/docs/generated/docs-index.platform-agent.json +89 -1
- package/src/components/docs/generated/docs-index.platform-context.json +48 -0
- package/src/components/docs/generated/docs-index.platform-control-plane.json +72 -0
- package/src/components/docs/generated/docs-index.platform-database.json +40 -0
- package/src/components/docs/generated/docs-index.platform-docs.json +64 -0
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +89 -1
- package/src/components/docs/generated/docs-index.pocket-family-office.json +8 -0
- package/src/components/docs/generated/docs-index.unknown.json +8 -0
- package/src/components/docs/guides/GuideConnectInRepoPage.tsx +184 -0
- package/src/components/docs/guides/GuideFirstModuleBundlePage.tsx +182 -0
- package/src/components/docs/guides/GuideHostBuilderWorkbenchPage.tsx +230 -0
- package/src/components/docs/guides/GuidesIndexPage.tsx +21 -0
- package/src/components/docs/guides/index.ts +3 -0
- package/src/components/docs/specs/SpecsBuilderControlPlanePage.tsx +210 -0
- package/src/components/docs/specs/SpecsConnectPage.tsx +162 -0
- package/src/components/docs/specs/SpecsModuleBundlesPage.tsx +223 -0
- package/src/components/docs/specs/SpecsOverlaysPage.tsx +20 -0
- package/src/components/docs/specs/SpecsOverviewPage.tsx +44 -0
- package/src/components/docs/specs/SpecsWorkflowsPage.tsx +9 -1
- package/src/components/docs/specs/index.ts +3 -0
- package/src/components/docs/studio/StudioOverviewPage.tsx +26 -0
- package/src/infrastructure/elysia/logger.ts +11 -3
|
@@ -1,485 +1,63 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
|
|
3
|
-
import { CodeBlock } from "@contractspec/lib.design-system";
|
|
4
|
-
import Link from "@contractspec/lib.ui-link";
|
|
5
|
-
import { ChevronRight } from "lucide-react";
|
|
6
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
-
function EcosystemIntegrationsPage() {
|
|
8
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
9
|
-
className: "space-y-8",
|
|
10
|
-
children: [
|
|
11
|
-
/* @__PURE__ */ jsxs("div", {
|
|
12
|
-
className: "space-y-3",
|
|
13
|
-
children: [
|
|
14
|
-
/* @__PURE__ */ jsx("h1", {
|
|
15
|
-
className: "font-bold text-4xl",
|
|
16
|
-
children: "Integrations"
|
|
17
|
-
}),
|
|
18
|
-
/* @__PURE__ */ jsx("p", {
|
|
19
|
-
className: "text-lg text-muted-foreground",
|
|
20
|
-
children: "Reference integrations show how to extend ContractSpec with real-world adapters and generators."
|
|
21
|
-
})
|
|
22
|
-
]
|
|
23
|
-
}),
|
|
24
|
-
/* @__PURE__ */ jsxs("div", {
|
|
25
|
-
className: "card-subtle space-y-4 p-6",
|
|
26
|
-
children: [
|
|
27
|
-
/* @__PURE__ */ jsx("h2", {
|
|
28
|
-
className: "font-bold text-2xl",
|
|
29
|
-
children: "Reference plugin"
|
|
30
|
-
}),
|
|
31
|
-
/* @__PURE__ */ jsx("p", {
|
|
32
|
-
className: "text-muted-foreground text-sm",
|
|
33
|
-
children: "The example markdown generator plugin ships as a working reference implementation."
|
|
34
|
-
}),
|
|
35
|
-
/* @__PURE__ */ jsx(CodeBlock, {
|
|
36
|
-
language: "bash",
|
|
37
|
-
filename: "install-example",
|
|
38
|
-
code: `bun add @contractspec/lib.plugin.example-generator
|
|
2
|
+
import{CodeBlock as k}from"@contractspec/lib.design-system";import m from"@contractspec/lib.ui-link";import{ChevronRight as C}from"lucide-react";import{jsx as a,jsxs as n}from"react/jsx-runtime";function P(){return n("div",{className:"space-y-8",children:[n("div",{className:"space-y-3",children:[a("h1",{className:"font-bold text-4xl",children:"Integrations"}),a("p",{className:"text-lg text-muted-foreground",children:"Reference integrations show how to extend ContractSpec with real-world adapters and generators."})]}),n("div",{className:"card-subtle space-y-4 p-6",children:[a("h2",{className:"font-bold text-2xl",children:"Reference plugin"}),a("p",{className:"text-muted-foreground text-sm",children:"The example markdown generator plugin ships as a working reference implementation."}),a(k,{language:"bash",filename:"install-example",code:`bun add @contractspec/lib.plugin.example-generator
|
|
39
3
|
|
|
40
4
|
# Or in a workspace
|
|
41
|
-
bun add -D @contractspec/lib.plugin.example-generator`
|
|
42
|
-
|
|
43
|
-
]
|
|
44
|
-
}),
|
|
45
|
-
/* @__PURE__ */ jsxs("div", {
|
|
46
|
-
className: "card-subtle space-y-4 p-6",
|
|
47
|
-
children: [
|
|
48
|
-
/* @__PURE__ */ jsx("h2", {
|
|
49
|
-
className: "font-bold text-2xl",
|
|
50
|
-
children: "Providers and adapters"
|
|
51
|
-
}),
|
|
52
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
53
|
-
className: "space-y-2 text-muted-foreground text-sm",
|
|
54
|
-
children: [
|
|
55
|
-
/* @__PURE__ */ jsx("li", {
|
|
56
|
-
children: "Payments: Stripe"
|
|
57
|
-
}),
|
|
58
|
-
/* @__PURE__ */ jsx("li", {
|
|
59
|
-
children: "Email: Postmark, Gmail"
|
|
60
|
-
}),
|
|
61
|
-
/* @__PURE__ */ jsx("li", {
|
|
62
|
-
children: "AI: OpenAI, Mistral"
|
|
63
|
-
}),
|
|
64
|
-
/* @__PURE__ */ jsx("li", {
|
|
65
|
-
children: "Voice: ElevenLabs, Mistral"
|
|
66
|
-
}),
|
|
67
|
-
/* @__PURE__ */ jsx("li", {
|
|
68
|
-
children: "Vector DB: Qdrant"
|
|
69
|
-
}),
|
|
70
|
-
/* @__PURE__ */ jsx("li", {
|
|
71
|
-
children: "Storage: GCS"
|
|
72
|
-
})
|
|
73
|
-
]
|
|
74
|
-
}),
|
|
75
|
-
/* @__PURE__ */ jsx("p", {
|
|
76
|
-
className: "text-muted-foreground text-sm",
|
|
77
|
-
children: "Use provider modules as inspiration for adapter plugins."
|
|
78
|
-
})
|
|
79
|
-
]
|
|
80
|
-
}),
|
|
81
|
-
/* @__PURE__ */ jsxs("div", {
|
|
82
|
-
className: "flex items-center gap-4 pt-4",
|
|
83
|
-
children: [
|
|
84
|
-
/* @__PURE__ */ jsxs(Link, {
|
|
85
|
-
href: "/docs/ecosystem/registry",
|
|
86
|
-
className: "btn-primary",
|
|
87
|
-
children: [
|
|
88
|
-
"Marketplace manifest ",
|
|
89
|
-
/* @__PURE__ */ jsx(ChevronRight, {
|
|
90
|
-
size: 16
|
|
91
|
-
})
|
|
92
|
-
]
|
|
93
|
-
}),
|
|
94
|
-
/* @__PURE__ */ jsx(Link, {
|
|
95
|
-
href: "/docs/ecosystem/templates",
|
|
96
|
-
className: "btn-ghost",
|
|
97
|
-
children: "Authoring templates"
|
|
98
|
-
})
|
|
99
|
-
]
|
|
100
|
-
})
|
|
101
|
-
]
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// src/components/docs/ecosystem/PluginsPage.tsx
|
|
106
|
-
import { CodeBlock as CodeBlock2 } from "@contractspec/lib.design-system";
|
|
107
|
-
import Link2 from "@contractspec/lib.ui-link";
|
|
108
|
-
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
109
|
-
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
110
|
-
function EcosystemPluginsPage() {
|
|
111
|
-
return /* @__PURE__ */ jsxs2("div", {
|
|
112
|
-
className: "space-y-8",
|
|
113
|
-
children: [
|
|
114
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
115
|
-
className: "space-y-3",
|
|
116
|
-
children: [
|
|
117
|
-
/* @__PURE__ */ jsx2("h1", {
|
|
118
|
-
className: "font-bold text-4xl",
|
|
119
|
-
children: "Cursor marketplace plugins"
|
|
120
|
-
}),
|
|
121
|
-
/* @__PURE__ */ jsx2("p", {
|
|
122
|
-
className: "text-lg text-muted-foreground",
|
|
123
|
-
children: "ContractSpec ships a focused Cursor marketplace catalog for the product and key libraries."
|
|
124
|
-
})
|
|
125
|
-
]
|
|
126
|
-
}),
|
|
127
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
128
|
-
className: "card-subtle space-y-4 p-6",
|
|
129
|
-
children: [
|
|
130
|
-
/* @__PURE__ */ jsx2("h2", {
|
|
131
|
-
className: "font-bold text-2xl",
|
|
132
|
-
children: "Catalog at a glance"
|
|
133
|
-
}),
|
|
134
|
-
/* @__PURE__ */ jsxs2("ul", {
|
|
135
|
-
className: "space-y-2 text-muted-foreground text-sm",
|
|
136
|
-
children: [
|
|
137
|
-
/* @__PURE__ */ jsxs2("li", {
|
|
138
|
-
children: [
|
|
139
|
-
/* @__PURE__ */ jsx2("code", {
|
|
140
|
-
children: "contractspec"
|
|
141
|
-
}),
|
|
142
|
-
" - Product-level workflow and release guardrails."
|
|
143
|
-
]
|
|
144
|
-
}),
|
|
145
|
-
/* @__PURE__ */ jsxs2("li", {
|
|
146
|
-
children: [
|
|
147
|
-
/* @__PURE__ */ jsx2("code", {
|
|
148
|
-
children: "contractspec-contracts-spec"
|
|
149
|
-
}),
|
|
150
|
-
" -",
|
|
151
|
-
/* @__PURE__ */ jsx2("code", {
|
|
152
|
-
children: "@contractspec/lib.contracts-spec"
|
|
153
|
-
}),
|
|
154
|
-
" governance."
|
|
155
|
-
]
|
|
156
|
-
}),
|
|
157
|
-
/* @__PURE__ */ jsxs2("li", {
|
|
158
|
-
children: [
|
|
159
|
-
/* @__PURE__ */ jsx2("code", {
|
|
160
|
-
children: "contractspec-contracts-integrations"
|
|
161
|
-
}),
|
|
162
|
-
" -",
|
|
163
|
-
/* @__PURE__ */ jsx2("code", {
|
|
164
|
-
children: "@contractspec/lib.contracts-integrations"
|
|
165
|
-
}),
|
|
166
|
-
" governance."
|
|
167
|
-
]
|
|
168
|
-
}),
|
|
169
|
-
/* @__PURE__ */ jsxs2("li", {
|
|
170
|
-
children: [
|
|
171
|
-
/* @__PURE__ */ jsx2("code", {
|
|
172
|
-
children: "contractspec-ai-agent"
|
|
173
|
-
}),
|
|
174
|
-
" -",
|
|
175
|
-
/* @__PURE__ */ jsx2("code", {
|
|
176
|
-
children: "@contractspec/lib.ai-agent"
|
|
177
|
-
}),
|
|
178
|
-
" orchestration guardrails."
|
|
179
|
-
]
|
|
180
|
-
})
|
|
181
|
-
]
|
|
182
|
-
})
|
|
183
|
-
]
|
|
184
|
-
}),
|
|
185
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
186
|
-
className: "space-y-6",
|
|
187
|
-
children: [
|
|
188
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
189
|
-
className: "space-y-3",
|
|
190
|
-
children: [
|
|
191
|
-
/* @__PURE__ */ jsx2("h2", {
|
|
192
|
-
className: "font-bold text-2xl",
|
|
193
|
-
children: "Where plugin sources live"
|
|
194
|
-
}),
|
|
195
|
-
/* @__PURE__ */ jsx2("p", {
|
|
196
|
-
className: "text-muted-foreground text-sm",
|
|
197
|
-
children: "Marketplace plugin sources are kept in a dedicated package so they can evolve with the monorepo safely."
|
|
198
|
-
}),
|
|
199
|
-
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
200
|
-
language: "text",
|
|
201
|
-
filename: "catalog-layout",
|
|
202
|
-
code: `packages/apps-registry/cursor-marketplace/
|
|
5
|
+
bun add -D @contractspec/lib.plugin.example-generator`})]}),n("div",{className:"card-subtle space-y-4 p-6",children:[a("h2",{className:"font-bold text-2xl",children:"Providers and adapters"}),n("ul",{className:"space-y-2 text-muted-foreground text-sm",children:[a("li",{children:"Payments: Stripe"}),a("li",{children:"Email: Postmark, Gmail"}),a("li",{children:"AI: OpenAI, Mistral"}),a("li",{children:"Voice: ElevenLabs, Mistral"}),a("li",{children:"Vector DB: Qdrant"}),a("li",{children:"Storage: GCS"})]}),a("p",{className:"text-muted-foreground text-sm",children:"Use provider modules as inspiration for adapter plugins."})]}),n("div",{className:"flex items-center gap-4 pt-4",children:[n(m,{href:"/docs/ecosystem/registry",className:"btn-primary",children:["Marketplace manifest ",a(C,{size:16})]}),a(m,{href:"/docs/ecosystem/templates",className:"btn-ghost",children:"Authoring templates"})]})]})}import{CodeBlock as s}from"@contractspec/lib.design-system";import d from"@contractspec/lib.ui-link";import{ChevronRight as S}from"lucide-react";import{jsx as e,jsxs as t}from"react/jsx-runtime";function w(){return t("div",{className:"space-y-8",children:[t("div",{className:"space-y-3",children:[e("h1",{className:"font-bold text-4xl",children:"Cursor marketplace plugins"}),e("p",{className:"text-lg text-muted-foreground",children:"ContractSpec ships a focused Cursor marketplace catalog for the product and key libraries."})]}),t("div",{className:"card-subtle space-y-4 p-6",children:[e("h2",{className:"font-bold text-2xl",children:"Catalog at a glance"}),t("ul",{className:"space-y-2 text-muted-foreground text-sm",children:[t("li",{children:[e("code",{children:"contractspec"})," - Product-level workflow and release guardrails."]}),t("li",{children:[e("code",{children:"contractspec-contracts-spec"})," -",e("code",{children:"@contractspec/lib.contracts-spec"})," governance."]}),t("li",{children:[e("code",{children:"contractspec-contracts-integrations"})," -",e("code",{children:"@contractspec/lib.contracts-integrations"})," governance."]}),t("li",{children:[e("code",{children:"contractspec-ai-agent"})," -",e("code",{children:"@contractspec/lib.ai-agent"})," orchestration guardrails."]})]})]}),t("div",{className:"space-y-6",children:[t("div",{className:"space-y-3",children:[e("h2",{className:"font-bold text-2xl",children:"Where plugin sources live"}),e("p",{className:"text-muted-foreground text-sm",children:"Marketplace plugin artifacts are kept in a dedicated package, while the canonical reusable source lives in agentpacks under `packs/`."}),e(s,{language:"text",filename:"catalog-layout",code:`packages/apps-registry/cursor-marketplace/
|
|
6
|
+
.cursor-plugin/marketplace.json
|
|
203
7
|
plugins/
|
|
204
8
|
contractspec/
|
|
205
9
|
contractspec-contracts-spec/
|
|
206
10
|
contractspec-contracts-integrations/
|
|
207
|
-
contractspec-ai-agent
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
212
|
-
className: "space-y-3",
|
|
213
|
-
children: [
|
|
214
|
-
/* @__PURE__ */ jsx2("h2", {
|
|
215
|
-
className: "font-bold text-2xl",
|
|
216
|
-
children: "Root marketplace manifest"
|
|
217
|
-
}),
|
|
218
|
-
/* @__PURE__ */ jsxs2("p", {
|
|
219
|
-
className: "text-muted-foreground text-sm",
|
|
220
|
-
children: [
|
|
221
|
-
"Cursor submission reads ",
|
|
222
|
-
/* @__PURE__ */ jsx2("code", {
|
|
223
|
-
children: ".cursor-plugin/marketplace.json"
|
|
224
|
-
}),
|
|
225
|
-
" ",
|
|
226
|
-
"at repository root and resolves each plugin source path."
|
|
227
|
-
]
|
|
228
|
-
}),
|
|
229
|
-
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
230
|
-
language: "json",
|
|
231
|
-
filename: ".cursor-plugin/marketplace.json",
|
|
232
|
-
code: `{
|
|
11
|
+
contractspec-ai-agent/
|
|
12
|
+
|
|
13
|
+
packs/
|
|
14
|
+
contractspec-contracts-spec/`})]}),t("div",{className:"space-y-3",children:[e("h2",{className:"font-bold text-2xl",children:"Root marketplace manifest"}),e("p",{className:"text-muted-foreground text-sm",children:"Cursor submission reads the catalog manifest inside the marketplace package and resolves plugin paths relative to that package."}),e(s,{language:"json",filename:"packages/apps-registry/cursor-marketplace/.cursor-plugin/marketplace.json",code:`{
|
|
233
15
|
"name": "contractspec-marketplace",
|
|
16
|
+
"owner": { "name": "ContractSpec Team" },
|
|
234
17
|
"plugins": [
|
|
235
18
|
{
|
|
236
19
|
"name": "contractspec",
|
|
237
|
-
"source": "
|
|
20
|
+
"source": "plugins/contractspec"
|
|
238
21
|
},
|
|
239
22
|
{
|
|
240
23
|
"name": "contractspec-contracts-spec",
|
|
241
|
-
"source": "
|
|
24
|
+
"source": "plugins/contractspec-contracts-spec"
|
|
242
25
|
},
|
|
243
26
|
{
|
|
244
27
|
"name": "contractspec-contracts-integrations",
|
|
245
|
-
"source": "
|
|
28
|
+
"source": "plugins/contractspec-contracts-integrations"
|
|
246
29
|
},
|
|
247
30
|
{
|
|
248
31
|
"name": "contractspec-ai-agent",
|
|
249
|
-
"source": "
|
|
32
|
+
"source": "plugins/contractspec-ai-agent"
|
|
250
33
|
}
|
|
251
34
|
]
|
|
252
|
-
}`
|
|
253
|
-
})
|
|
254
|
-
]
|
|
255
|
-
}),
|
|
256
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
257
|
-
className: "space-y-3",
|
|
258
|
-
children: [
|
|
259
|
-
/* @__PURE__ */ jsx2("h2", {
|
|
260
|
-
className: "font-bold text-2xl",
|
|
261
|
-
children: "Validation gate"
|
|
262
|
-
}),
|
|
263
|
-
/* @__PURE__ */ jsx2("p", {
|
|
264
|
-
className: "text-muted-foreground text-sm",
|
|
265
|
-
children: "Validate all marketplace plugins before publishing."
|
|
266
|
-
}),
|
|
267
|
-
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
268
|
-
language: "bash",
|
|
269
|
-
filename: "validate-marketplace",
|
|
270
|
-
code: `bun run plugin:contractspec:validate
|
|
35
|
+
}`})]}),t("div",{className:"space-y-3",children:[e("h2",{className:"font-bold text-2xl",children:"Generated multi-host system"}),e("p",{className:"text-muted-foreground text-sm",children:"The Cursor plugin is publishable metadata only. Customer-facing Cursor, Claude Code, and Codex outputs are generated from the same pack source with hook and MCP delivery."})]}),t("div",{className:"space-y-3",children:[e("h2",{className:"font-bold text-2xl",children:"Validation gate"}),e("p",{className:"text-muted-foreground text-sm",children:"Validate all marketplace plugins before publishing."}),e(s,{language:"bash",filename:"validate-marketplace",code:`bun run plugin:contractspec:validate
|
|
271
36
|
|
|
272
37
|
# Optional when offline
|
|
273
|
-
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
274
|
-
})
|
|
275
|
-
]
|
|
276
|
-
})
|
|
277
|
-
]
|
|
278
|
-
}),
|
|
279
|
-
/* @__PURE__ */ jsxs2("div", {
|
|
280
|
-
className: "flex items-center gap-4 pt-4",
|
|
281
|
-
children: [
|
|
282
|
-
/* @__PURE__ */ jsxs2(Link2, {
|
|
283
|
-
href: "/docs/ecosystem/templates",
|
|
284
|
-
className: "btn-primary",
|
|
285
|
-
children: [
|
|
286
|
-
"Author a plugin ",
|
|
287
|
-
/* @__PURE__ */ jsx2(ChevronRight2, {
|
|
288
|
-
size: 16
|
|
289
|
-
})
|
|
290
|
-
]
|
|
291
|
-
}),
|
|
292
|
-
/* @__PURE__ */ jsx2(Link2, {
|
|
293
|
-
href: "/docs/ecosystem/registry",
|
|
294
|
-
className: "btn-ghost",
|
|
295
|
-
children: "Manifest details"
|
|
296
|
-
})
|
|
297
|
-
]
|
|
298
|
-
})
|
|
299
|
-
]
|
|
300
|
-
});
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// src/components/docs/ecosystem/RegistryPage.tsx
|
|
304
|
-
import { CodeBlock as CodeBlock3 } from "@contractspec/lib.design-system";
|
|
305
|
-
import Link3 from "@contractspec/lib.ui-link";
|
|
306
|
-
import { ChevronRight as ChevronRight3 } from "lucide-react";
|
|
307
|
-
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
308
|
-
function EcosystemRegistryPage() {
|
|
309
|
-
return /* @__PURE__ */ jsxs3("div", {
|
|
310
|
-
className: "space-y-8",
|
|
311
|
-
children: [
|
|
312
|
-
/* @__PURE__ */ jsxs3("div", {
|
|
313
|
-
className: "space-y-3",
|
|
314
|
-
children: [
|
|
315
|
-
/* @__PURE__ */ jsx3("h1", {
|
|
316
|
-
className: "font-bold text-4xl",
|
|
317
|
-
children: "Marketplace manifest"
|
|
318
|
-
}),
|
|
319
|
-
/* @__PURE__ */ jsx3("p", {
|
|
320
|
-
className: "text-lg text-muted-foreground",
|
|
321
|
-
children: "ContractSpec publishes a multi-plugin Cursor marketplace catalog from a single root manifest."
|
|
322
|
-
})
|
|
323
|
-
]
|
|
324
|
-
}),
|
|
325
|
-
/* @__PURE__ */ jsxs3("div", {
|
|
326
|
-
className: "card-subtle space-y-4 p-6",
|
|
327
|
-
children: [
|
|
328
|
-
/* @__PURE__ */ jsx3("h2", {
|
|
329
|
-
className: "font-bold text-2xl",
|
|
330
|
-
children: "Root manifest shape"
|
|
331
|
-
}),
|
|
332
|
-
/* @__PURE__ */ jsxs3("p", {
|
|
333
|
-
className: "text-muted-foreground text-sm",
|
|
334
|
-
children: [
|
|
335
|
-
"Cursor reads ",
|
|
336
|
-
/* @__PURE__ */ jsx3("code", {
|
|
337
|
-
children: ".cursor-plugin/marketplace.json"
|
|
338
|
-
}),
|
|
339
|
-
" at repository root and resolves each plugin source path."
|
|
340
|
-
]
|
|
341
|
-
}),
|
|
342
|
-
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
343
|
-
language: "json",
|
|
344
|
-
filename: ".cursor-plugin/marketplace.json",
|
|
345
|
-
code: `{
|
|
38
|
+
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`})]})]}),t("div",{className:"flex items-center gap-4 pt-4",children:[t(d,{href:"/docs/ecosystem/templates",className:"btn-primary",children:["Author a plugin ",e(S,{size:16})]}),e(d,{href:"/docs/ecosystem/registry",className:"btn-ghost",children:"Manifest details"})]})]})}import{CodeBlock as i}from"@contractspec/lib.design-system";import u from"@contractspec/lib.ui-link";import{ChevronRight as E}from"lucide-react";import{jsx as c,jsxs as l}from"react/jsx-runtime";function L(){return l("div",{className:"space-y-8",children:[l("div",{className:"space-y-3",children:[c("h1",{className:"font-bold text-4xl",children:"Marketplace manifest"}),c("p",{className:"text-lg text-muted-foreground",children:"ContractSpec publishes a multi-plugin Cursor marketplace catalog from a single root manifest."})]}),l("div",{className:"card-subtle space-y-4 p-6",children:[c("h2",{className:"font-bold text-2xl",children:"Root manifest shape"}),l("p",{className:"text-muted-foreground text-sm",children:["Cursor reads"," ",c("code",{children:"packages/apps-registry/cursor-marketplace/.cursor-plugin/marketplace.json"})," ","for the catalog and resolves each plugin source path from there."]}),c(i,{language:"json",filename:"packages/apps-registry/cursor-marketplace/.cursor-plugin/marketplace.json",code:`{
|
|
346
39
|
"name": "contractspec-marketplace",
|
|
40
|
+
"owner": { "name": "ContractSpec Team" },
|
|
347
41
|
"plugins": [
|
|
348
42
|
{
|
|
349
43
|
"name": "contractspec",
|
|
350
|
-
"source": "
|
|
44
|
+
"source": "plugins/contractspec"
|
|
351
45
|
},
|
|
352
46
|
{
|
|
353
47
|
"name": "contractspec-contracts-spec",
|
|
354
|
-
"source": "
|
|
48
|
+
"source": "plugins/contractspec-contracts-spec"
|
|
355
49
|
}
|
|
356
50
|
]
|
|
357
|
-
}`
|
|
358
|
-
})
|
|
359
|
-
]
|
|
360
|
-
}),
|
|
361
|
-
/* @__PURE__ */ jsxs3("div", {
|
|
362
|
-
className: "card-subtle space-y-4 p-6",
|
|
363
|
-
children: [
|
|
364
|
-
/* @__PURE__ */ jsx3("h2", {
|
|
365
|
-
className: "font-bold text-2xl",
|
|
366
|
-
children: "Per-plugin contract"
|
|
367
|
-
}),
|
|
368
|
-
/* @__PURE__ */ jsx3("p", {
|
|
369
|
-
className: "text-muted-foreground text-sm",
|
|
370
|
-
children: "Each plugin source must include a Cursor plugin manifest and composable assets."
|
|
371
|
-
}),
|
|
372
|
-
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
373
|
-
language: "text",
|
|
374
|
-
filename: "plugin-layout",
|
|
375
|
-
code: `plugins/<plugin-name>/
|
|
51
|
+
}`})]}),l("div",{className:"card-subtle space-y-4 p-6",children:[c("h2",{className:"font-bold text-2xl",children:"Per-plugin contract"}),c("p",{className:"text-muted-foreground text-sm",children:"Each plugin source must include a Cursor plugin manifest and composable assets. The publishable plugin is derived from a reusable pack and then validated here."}),c(i,{language:"text",filename:"plugin-layout",code:`plugins/<plugin-name>/
|
|
376
52
|
.cursor-plugin/plugin.json
|
|
377
53
|
rules/
|
|
378
54
|
commands/
|
|
379
55
|
agents/
|
|
380
56
|
skills/
|
|
381
|
-
.mcp.json`
|
|
382
|
-
}),
|
|
383
|
-
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
384
|
-
language: "bash",
|
|
385
|
-
filename: "validate-catalog",
|
|
386
|
-
code: `bun run plugin:contractspec:validate
|
|
57
|
+
.mcp.json`}),c(i,{language:"bash",filename:"validate-catalog",code:`bun run plugin:contractspec:validate
|
|
387
58
|
|
|
388
59
|
# Optional in offline environments
|
|
389
|
-
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
390
|
-
})
|
|
391
|
-
]
|
|
392
|
-
}),
|
|
393
|
-
/* @__PURE__ */ jsxs3("div", {
|
|
394
|
-
className: "flex items-center gap-4 pt-4",
|
|
395
|
-
children: [
|
|
396
|
-
/* @__PURE__ */ jsxs3(Link3, {
|
|
397
|
-
href: "/docs/ecosystem/integrations",
|
|
398
|
-
className: "btn-primary",
|
|
399
|
-
children: [
|
|
400
|
-
"Integrations ",
|
|
401
|
-
/* @__PURE__ */ jsx3(ChevronRight3, {
|
|
402
|
-
size: 16
|
|
403
|
-
})
|
|
404
|
-
]
|
|
405
|
-
}),
|
|
406
|
-
/* @__PURE__ */ jsx3(Link3, {
|
|
407
|
-
href: "/docs/ecosystem/templates",
|
|
408
|
-
className: "btn-ghost",
|
|
409
|
-
children: "Plugin authoring templates"
|
|
410
|
-
})
|
|
411
|
-
]
|
|
412
|
-
})
|
|
413
|
-
]
|
|
414
|
-
});
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
// src/components/docs/shared/StudioPrompt.tsx
|
|
418
|
-
import Link4 from "@contractspec/lib.ui-link";
|
|
419
|
-
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
420
|
-
function StudioPrompt({
|
|
421
|
-
title = "Need the operating layer on top of OSS ContractSpec?",
|
|
422
|
-
body = "ContractSpec Studio helps teams turn evidence into proposed spec changes, governed delivery loops, and execution-ready task packs while keeping the open contract system as the source of truth.",
|
|
423
|
-
ctaLabel = "See what Studio adds",
|
|
424
|
-
href = "https://www.contractspec.studio/docs"
|
|
425
|
-
}) {
|
|
426
|
-
return /* @__PURE__ */ jsxs4("div", {
|
|
427
|
-
className: "card-subtle space-y-3 p-6",
|
|
428
|
-
children: [
|
|
429
|
-
/* @__PURE__ */ jsx4("h3", {
|
|
430
|
-
className: "font-semibold text-lg",
|
|
431
|
-
children: title
|
|
432
|
-
}),
|
|
433
|
-
/* @__PURE__ */ jsx4("p", {
|
|
434
|
-
className: "text-muted-foreground text-sm",
|
|
435
|
-
children: body
|
|
436
|
-
}),
|
|
437
|
-
/* @__PURE__ */ jsx4(Link4, {
|
|
438
|
-
href,
|
|
439
|
-
className: "btn-primary",
|
|
440
|
-
children: ctaLabel
|
|
441
|
-
})
|
|
442
|
-
]
|
|
443
|
-
});
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// src/components/docs/ecosystem/TemplatesPage.tsx
|
|
447
|
-
import { CodeBlock as CodeBlock4 } from "@contractspec/lib.design-system";
|
|
448
|
-
import Link5 from "@contractspec/lib.ui-link";
|
|
449
|
-
import { ChevronRight as ChevronRight4 } from "lucide-react";
|
|
450
|
-
import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
451
|
-
function EcosystemTemplatesPage() {
|
|
452
|
-
return /* @__PURE__ */ jsxs5("div", {
|
|
453
|
-
className: "space-y-8",
|
|
454
|
-
children: [
|
|
455
|
-
/* @__PURE__ */ jsxs5("div", {
|
|
456
|
-
className: "space-y-3",
|
|
457
|
-
children: [
|
|
458
|
-
/* @__PURE__ */ jsx5("h1", {
|
|
459
|
-
className: "font-bold text-4xl",
|
|
460
|
-
children: "Plugin authoring templates"
|
|
461
|
-
}),
|
|
462
|
-
/* @__PURE__ */ jsx5("p", {
|
|
463
|
-
className: "text-lg text-muted-foreground",
|
|
464
|
-
children: "Scaffold focused Cursor plugins for ContractSpec product and core libraries."
|
|
465
|
-
})
|
|
466
|
-
]
|
|
467
|
-
}),
|
|
468
|
-
/* @__PURE__ */ jsxs5("div", {
|
|
469
|
-
className: "card-subtle space-y-4 p-6",
|
|
470
|
-
children: [
|
|
471
|
-
/* @__PURE__ */ jsx5("h2", {
|
|
472
|
-
className: "font-bold text-2xl",
|
|
473
|
-
children: "Create a focused plugin"
|
|
474
|
-
}),
|
|
475
|
-
/* @__PURE__ */ jsx5("p", {
|
|
476
|
-
className: "text-muted-foreground text-sm",
|
|
477
|
-
children: "Start from a scoped domain and keep each plugin aligned to one product or library surface."
|
|
478
|
-
}),
|
|
479
|
-
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
480
|
-
language: "bash",
|
|
481
|
-
filename: "catalog-authoring-layout",
|
|
482
|
-
code: `packages/apps-registry/cursor-marketplace/
|
|
60
|
+
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`})]}),l("div",{className:"flex items-center gap-4 pt-4",children:[l(u,{href:"/docs/ecosystem/integrations",className:"btn-primary",children:["Integrations ",c(E,{size:16})]}),c(u,{href:"/docs/ecosystem/templates",className:"btn-ghost",children:"Plugin authoring templates"})]})]})}import R from"@contractspec/lib.ui-link";import{jsx as p,jsxs as I}from"react/jsx-runtime";function g({title:v="Need the operating layer on top of OSS ContractSpec?",body:b="ContractSpec Studio helps teams turn evidence into proposed spec changes, governed delivery loops, and execution-ready task packs while keeping the open contract system as the source of truth.",ctaLabel:N="See what Studio adds",href:y="https://www.contractspec.studio/docs"}){return I("div",{className:"card-subtle space-y-3 p-6",children:[p("h3",{className:"font-semibold text-lg",children:v}),p("p",{className:"text-muted-foreground text-sm",children:b}),p(R,{href:y,className:"btn-primary",children:N})]})}import{CodeBlock as f}from"@contractspec/lib.design-system";import h from"@contractspec/lib.ui-link";import{ChevronRight as M}from"lucide-react";import{jsx as o,jsxs as r}from"react/jsx-runtime";function T(){return r("div",{className:"space-y-8",children:[r("div",{className:"space-y-3",children:[o("h1",{className:"font-bold text-4xl",children:"Plugin authoring templates"}),o("p",{className:"text-lg text-muted-foreground",children:"Scaffold focused Cursor plugins for ContractSpec product and core libraries."})]}),r("div",{className:"card-subtle space-y-4 p-6",children:[o("h2",{className:"font-bold text-2xl",children:"Create a focused plugin"}),o("p",{className:"text-muted-foreground text-sm",children:"Start from a scoped domain and keep each plugin aligned to one product or library surface."}),o(f,{language:"bash",filename:"catalog-authoring-layout",code:`packages/apps-registry/cursor-marketplace/
|
|
483
61
|
plugins/
|
|
484
62
|
<plugin-name>/
|
|
485
63
|
.cursor-plugin/plugin.json
|
|
@@ -487,134 +65,10 @@ function EcosystemTemplatesPage() {
|
|
|
487
65
|
commands/
|
|
488
66
|
agents/
|
|
489
67
|
skills/
|
|
490
|
-
.mcp.json`
|
|
491
|
-
})
|
|
492
|
-
]
|
|
493
|
-
}),
|
|
494
|
-
/* @__PURE__ */ jsxs5("div", {
|
|
495
|
-
className: "card-subtle space-y-4 p-6",
|
|
496
|
-
children: [
|
|
497
|
-
/* @__PURE__ */ jsx5("h2", {
|
|
498
|
-
className: "font-bold text-2xl",
|
|
499
|
-
children: "Template outputs"
|
|
500
|
-
}),
|
|
501
|
-
/* @__PURE__ */ jsxs5("ul", {
|
|
502
|
-
className: "space-y-2 text-muted-foreground text-sm",
|
|
503
|
-
children: [
|
|
504
|
-
/* @__PURE__ */ jsx5("li", {
|
|
505
|
-
children: ".cursor-plugin/plugin.json with plugin metadata and paths"
|
|
506
|
-
}),
|
|
507
|
-
/* @__PURE__ */ jsx5("li", {
|
|
508
|
-
children: "rules/, commands/, agents/, and skills/ content directories"
|
|
509
|
-
}),
|
|
510
|
-
/* @__PURE__ */ jsx5("li", {
|
|
511
|
-
children: ".mcp.json with all MCP server declarations used by the plugin"
|
|
512
|
-
}),
|
|
513
|
-
/* @__PURE__ */ jsx5("li", {
|
|
514
|
-
children: "README.md describing scope and governance boundaries"
|
|
515
|
-
})
|
|
516
|
-
]
|
|
517
|
-
})
|
|
518
|
-
]
|
|
519
|
-
}),
|
|
520
|
-
/* @__PURE__ */ jsxs5("div", {
|
|
521
|
-
className: "card-subtle space-y-4 p-6",
|
|
522
|
-
children: [
|
|
523
|
-
/* @__PURE__ */ jsx5("h2", {
|
|
524
|
-
className: "font-bold text-2xl",
|
|
525
|
-
children: "Validate before submission"
|
|
526
|
-
}),
|
|
527
|
-
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
528
|
-
language: "bash",
|
|
529
|
-
filename: "validate-marketplace-catalog",
|
|
530
|
-
code: `# Validate all plugins referenced by root marketplace manifest
|
|
68
|
+
.mcp.json`})]}),r("div",{className:"card-subtle space-y-4 p-6",children:[o("h2",{className:"font-bold text-2xl",children:"Template outputs"}),r("ul",{className:"space-y-2 text-muted-foreground text-sm",children:[o("li",{children:".cursor-plugin/plugin.json with plugin metadata and paths"}),o("li",{children:"rules/, commands/, agents/, and skills/ content directories"}),o("li",{children:".mcp.json with all MCP server declarations used by the plugin"}),o("li",{children:"README.md describing scope and governance boundaries"})]})]}),r("div",{className:"card-subtle space-y-4 p-6",children:[o("h2",{className:"font-bold text-2xl",children:"Validate before submission"}),o(f,{language:"bash",filename:"validate-marketplace-catalog",code:`# Validate all plugins referenced by root marketplace manifest
|
|
531
69
|
bun run plugin:contractspec:validate
|
|
532
70
|
|
|
533
71
|
# Optional in offline environments
|
|
534
|
-
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
535
|
-
})
|
|
536
|
-
]
|
|
537
|
-
}),
|
|
538
|
-
/* @__PURE__ */ jsx5(StudioPrompt, {
|
|
539
|
-
title: "Need evidence-backed template iteration?",
|
|
540
|
-
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
541
|
-
}),
|
|
542
|
-
/* @__PURE__ */ jsxs5("div", {
|
|
543
|
-
className: "flex items-center gap-4 pt-4",
|
|
544
|
-
children: [
|
|
545
|
-
/* @__PURE__ */ jsxs5(Link5, {
|
|
546
|
-
href: "/docs/ecosystem/plugins",
|
|
547
|
-
className: "btn-primary",
|
|
548
|
-
children: [
|
|
549
|
-
"Marketplace plugins ",
|
|
550
|
-
/* @__PURE__ */ jsx5(ChevronRight4, {
|
|
551
|
-
size: 16
|
|
552
|
-
})
|
|
553
|
-
]
|
|
554
|
-
}),
|
|
555
|
-
/* @__PURE__ */ jsx5(Link5, {
|
|
556
|
-
href: "/docs/ecosystem/registry",
|
|
557
|
-
className: "btn-ghost",
|
|
558
|
-
children: "Marketplace manifest"
|
|
559
|
-
})
|
|
560
|
-
]
|
|
561
|
-
})
|
|
562
|
-
]
|
|
563
|
-
});
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
// src/components/docs/ecosystem/ecosystem.docblocks.ts
|
|
567
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
568
|
-
var ecosystemDocBlocks = [
|
|
569
|
-
{
|
|
570
|
-
id: "docs.ecosystem.plugins",
|
|
571
|
-
title: "Marketplace plugins",
|
|
572
|
-
summary: "Focused Cursor marketplace plugins for product and core libraries.",
|
|
573
|
-
kind: "usage",
|
|
574
|
-
visibility: "public",
|
|
575
|
-
route: "/docs/ecosystem/plugins",
|
|
576
|
-
tags: ["ecosystem", "plugins", "extensions"],
|
|
577
|
-
body: `# Marketplace plugins
|
|
578
|
-
|
|
579
|
-
ContractSpec ships a focused Cursor marketplace catalog with plugins for the product and key libraries. Plugin sources live in \`packages/apps-registry/cursor-marketplace/plugins/*\`, while the root manifest at \`.cursor-plugin/marketplace.json\` drives submission.`
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
id: "docs.ecosystem.integrations",
|
|
583
|
-
title: "Integrations",
|
|
584
|
-
summary: "Reference plugins and integrations you can extend.",
|
|
585
|
-
kind: "usage",
|
|
586
|
-
visibility: "public",
|
|
587
|
-
route: "/docs/ecosystem/integrations",
|
|
588
|
-
tags: ["ecosystem", "integrations"],
|
|
589
|
-
body: `# Integrations
|
|
72
|
+
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`})]}),o(g,{title:"Need evidence-backed template iteration?",body:"Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."}),r("div",{className:"flex items-center gap-4 pt-4",children:[r(h,{href:"/docs/ecosystem/plugins",className:"btn-primary",children:["Marketplace plugins ",o(M,{size:16})]}),o(h,{href:"/docs/ecosystem/registry",className:"btn-ghost",children:"Marketplace manifest"})]})]})}import{registerDocBlocks as K}from"@contractspec/lib.contracts-spec/docs";var O=[{id:"docs.ecosystem.plugins",title:"Marketplace plugins",summary:"Focused Cursor marketplace plugins for product and core libraries.",kind:"usage",visibility:"public",route:"/docs/ecosystem/plugins",tags:["ecosystem","plugins","extensions"],body:"# Marketplace plugins\n\nContractSpec ships a focused Cursor marketplace catalog with plugins for the product and key libraries. Plugin sources live in `packages/apps-registry/cursor-marketplace/plugins/*`, while the root manifest at `.cursor-plugin/marketplace.json` drives submission."},{id:"docs.ecosystem.integrations",title:"Integrations",summary:"Reference plugins and integrations you can extend.",kind:"usage",visibility:"public",route:"/docs/ecosystem/integrations",tags:["ecosystem","integrations"],body:`# Integrations
|
|
590
73
|
|
|
591
|
-
Reference integrations demonstrate how to extend ContractSpec with real-world plugins. Use them as starting points for your own adapters and generators.`
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
id: "docs.ecosystem.templates",
|
|
595
|
-
title: "Plugin authoring templates",
|
|
596
|
-
summary: "Author focused plugins with a consistent marketplace-ready layout.",
|
|
597
|
-
kind: "usage",
|
|
598
|
-
visibility: "public",
|
|
599
|
-
route: "/docs/ecosystem/templates",
|
|
600
|
-
tags: ["ecosystem", "templates"],
|
|
601
|
-
body: "# Plugin authoring templates\n\nCreate each plugin under `packages/apps-registry/cursor-marketplace/plugins/<plugin-name>/` and include `.cursor-plugin/plugin.json`, `rules/`, `commands/`, `agents/`, `skills/`, and `.mcp.json`."
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
id: "docs.ecosystem.registry",
|
|
605
|
-
title: "Marketplace manifest",
|
|
606
|
-
summary: "Manage and validate root marketplace entries for all plugins.",
|
|
607
|
-
kind: "usage",
|
|
608
|
-
visibility: "public",
|
|
609
|
-
route: "/docs/ecosystem/registry",
|
|
610
|
-
tags: ["ecosystem", "registry"],
|
|
611
|
-
body: "# Marketplace manifest\n\nKeep all plugin entries in `.cursor-plugin/marketplace.json` and validate them with `bun run plugin:contractspec:validate` before submission."
|
|
612
|
-
}
|
|
613
|
-
];
|
|
614
|
-
registerDocBlocks(ecosystemDocBlocks);
|
|
615
|
-
export {
|
|
616
|
-
EcosystemTemplatesPage,
|
|
617
|
-
EcosystemRegistryPage,
|
|
618
|
-
EcosystemPluginsPage,
|
|
619
|
-
EcosystemIntegrationsPage
|
|
620
|
-
};
|
|
74
|
+
Reference integrations demonstrate how to extend ContractSpec with real-world plugins. Use them as starting points for your own adapters and generators.`},{id:"docs.ecosystem.templates",title:"Plugin authoring templates",summary:"Author focused plugins with a consistent marketplace-ready layout.",kind:"usage",visibility:"public",route:"/docs/ecosystem/templates",tags:["ecosystem","templates"],body:"# Plugin authoring templates\n\nCreate each plugin under `packages/apps-registry/cursor-marketplace/plugins/<plugin-name>/` and include `.cursor-plugin/plugin.json`, `rules/`, `commands/`, `agents/`, `skills/`, and `.mcp.json`."},{id:"docs.ecosystem.registry",title:"Marketplace manifest",summary:"Manage and validate root marketplace entries for all plugins.",kind:"usage",visibility:"public",route:"/docs/ecosystem/registry",tags:["ecosystem","registry"],body:"# Marketplace manifest\n\nKeep all plugin entries in `.cursor-plugin/marketplace.json` and validate them with `bun run plugin:contractspec:validate` before submission."}];K(O);export{T as EcosystemTemplatesPage,L as EcosystemRegistryPage,w as EcosystemPluginsPage,P as EcosystemIntegrationsPage};
|