@contractspec/bundle.library 3.4.3 → 3.5.2
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 +494 -488
- package/CHANGELOG.md +91 -0
- package/dist/application/index.js +8 -8
- package/dist/application/mcp/cliMcp.js +8 -8
- package/dist/application/mcp/contractsMcp.js +8 -8
- package/dist/application/mcp/docsMcp.js +8 -8
- package/dist/application/mcp/index.js +8 -8
- package/dist/application/mcp/internalMcp.js +8 -8
- package/dist/application/mcp/providerRankingMcp.js +8 -8
- package/dist/bundles/LibraryBundle.d.ts +126 -0
- package/dist/bundles/LibraryBundle.js +139 -0
- package/dist/bundles/index.d.ts +1 -0
- package/dist/bundles/index.js +139 -0
- package/dist/components/docs/DocsIndexPage.js +91 -91
- package/dist/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/components/docs/advanced/index.js +482 -482
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/components/docs/architecture/index.js +748 -748
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/components/docs/comparison/index.js +738 -738
- package/dist/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/components/docs/ecosystem/index.js +211 -211
- package/dist/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/components/docs/examples/index.js +21 -21
- package/dist/components/docs/generated/docs-index.generated.d.ts +6 -6
- package/dist/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/components/docs/getting-started/index.js +731 -731
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +107 -107
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/components/docs/guides/index.js +976 -976
- package/dist/components/docs/index.js +10792 -10792
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/components/docs/integrations/index.js +1642 -1642
- package/dist/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/components/docs/intent/index.js +396 -396
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/components/docs/knowledge/index.js +963 -963
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/components/docs/libraries/index.js +1919 -1919
- package/dist/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/components/docs/ops/index.js +92 -92
- package/dist/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/components/docs/reference/index.js +63 -63
- package/dist/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/components/docs/safety/index.js +733 -733
- package/dist/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/components/docs/specs/index.js +838 -838
- package/dist/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/components/docs/studio/index.js +78 -78
- package/dist/components/integrations/index.js +209 -209
- package/dist/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/components/legal/PrivacyTemplate.js +477 -477
- package/dist/components/legal/TermsTemplate.js +421 -421
- package/dist/components/legal/index.js +898 -898
- package/dist/components/shared/FeatureGateNotice.js +13 -13
- package/dist/components/shared/index.js +13 -13
- package/dist/components/shell/WorkspaceHeader.js +37 -37
- package/dist/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/components/shell/WorkspaceShellRenderer.d.ts +17 -0
- package/dist/components/shell/WorkspaceShellRenderer.js +229 -0
- package/dist/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/components/shell/index.d.ts +1 -0
- package/dist/components/shell/index.js +140 -77
- package/dist/components/templates/index.js +272 -272
- package/dist/components/templates/messaging/ConversationList.js +27 -27
- package/dist/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/components/templates/messaging/MessageThread.js +18 -18
- package/dist/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/components/templates/messaging/index.js +65 -65
- package/dist/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/components/templates/recipes/RecipeList.js +80 -80
- package/dist/components/templates/recipes/index.js +80 -80
- package/dist/components/templates/todos/FilterBar.js +39 -39
- package/dist/components/templates/todos/TaskForm.js +43 -43
- package/dist/components/templates/todos/TaskItem.js +30 -30
- package/dist/components/templates/todos/TaskList.js +127 -127
- package/dist/components/templates/todos/index.js +127 -127
- package/dist/index.js +12324 -12261
- package/dist/infrastructure/elysia/index.js +8 -8
- package/dist/infrastructure/elysia/logger.js +8 -8
- package/dist/infrastructure/index.js +8 -8
- package/dist/libs/posthog/client.js +2 -2
- package/dist/node/application/index.js +8 -8
- package/dist/node/application/mcp/cliMcp.js +8 -8
- package/dist/node/application/mcp/contractsMcp.js +8 -8
- package/dist/node/application/mcp/docsMcp.js +8 -8
- package/dist/node/application/mcp/index.js +8 -8
- package/dist/node/application/mcp/internalMcp.js +8 -8
- package/dist/node/application/mcp/providerRankingMcp.js +8 -8
- package/dist/node/bundles/LibraryBundle.js +138 -0
- package/dist/node/bundles/index.js +138 -0
- package/dist/node/components/docs/DocsIndexPage.js +91 -91
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/node/components/docs/advanced/index.js +482 -482
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/node/components/docs/architecture/index.js +748 -748
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/node/components/docs/comparison/index.js +738 -738
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/node/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/node/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/node/components/docs/ecosystem/index.js +211 -211
- package/dist/node/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/node/components/docs/examples/index.js +21 -21
- package/dist/node/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/node/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/node/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/node/components/docs/getting-started/index.js +731 -731
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +107 -107
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/node/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/node/components/docs/guides/index.js +976 -976
- package/dist/node/components/docs/index.js +10792 -10792
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/node/components/docs/integrations/index.js +1642 -1642
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/node/components/docs/intent/index.js +396 -396
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/node/components/docs/knowledge/index.js +963 -963
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/node/components/docs/libraries/index.js +1919 -1919
- package/dist/node/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/node/components/docs/ops/index.js +92 -92
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/node/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/node/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/node/components/docs/reference/index.js +63 -63
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/node/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/node/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/node/components/docs/safety/index.js +733 -733
- package/dist/node/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/node/components/docs/specs/index.js +838 -838
- package/dist/node/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/node/components/docs/studio/index.js +78 -78
- package/dist/node/components/integrations/index.js +209 -209
- package/dist/node/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/node/components/legal/PrivacyTemplate.js +477 -477
- package/dist/node/components/legal/TermsTemplate.js +421 -421
- package/dist/node/components/legal/index.js +898 -898
- package/dist/node/components/shared/FeatureGateNotice.js +13 -13
- package/dist/node/components/shared/index.js +13 -13
- package/dist/node/components/shell/WorkspaceHeader.js +37 -37
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/node/components/shell/WorkspaceShellRenderer.js +228 -0
- package/dist/node/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/node/components/shell/index.js +140 -77
- package/dist/node/components/templates/index.js +272 -272
- package/dist/node/components/templates/messaging/ConversationList.js +27 -27
- package/dist/node/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/node/components/templates/messaging/MessageThread.js +18 -18
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/node/components/templates/messaging/index.js +65 -65
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/node/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/node/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/node/components/templates/recipes/RecipeList.js +80 -80
- package/dist/node/components/templates/recipes/index.js +80 -80
- package/dist/node/components/templates/todos/FilterBar.js +39 -39
- package/dist/node/components/templates/todos/TaskForm.js +43 -43
- package/dist/node/components/templates/todos/TaskItem.js +30 -30
- package/dist/node/components/templates/todos/TaskList.js +127 -127
- package/dist/node/components/templates/todos/index.js +127 -127
- package/dist/node/index.js +12324 -12261
- package/dist/node/infrastructure/elysia/index.js +8 -8
- package/dist/node/infrastructure/elysia/logger.js +8 -8
- package/dist/node/infrastructure/index.js +8 -8
- package/dist/node/libs/posthog/client.js +2 -2
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/node/presentation/features/atoms/index.js +3 -3
- package/dist/node/presentation/features/index.js +915 -915
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/node/presentation/features/molecules/index.js +139 -139
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/node/presentation/features/organisms/index.js +275 -275
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/presentation/features/atoms/index.js +3 -3
- package/dist/presentation/features/index.js +915 -915
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/presentation/features/molecules/index.js +139 -139
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/presentation/features/organisms/index.js +275 -275
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/package.json +71 -22
- package/src/bundles/LibraryBundle.ts +152 -0
- package/src/bundles/index.ts +1 -0
- package/src/components/docs/generated/docs-index._common.json +441 -90
- package/src/components/docs/generated/docs-index.agent-console.json +1 -1
- package/src/components/docs/generated/docs-index.ai-chat.json +1 -1
- package/src/components/docs/generated/docs-index.ai-support-bot.json +1 -1
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +1 -1
- package/src/components/docs/generated/docs-index.app-config.json +1 -1
- package/src/components/docs/generated/docs-index.audit-trail.json +1 -1
- package/src/components/docs/generated/docs-index.calendar-google.json +1 -1
- package/src/components/docs/generated/docs-index.content-generation.json +1 -1
- package/src/components/docs/generated/docs-index.crm-pipeline.json +1 -1
- package/src/components/docs/generated/docs-index.email-gmail.json +1 -1
- package/src/components/docs/generated/docs-index.feature-flags.json +1 -1
- package/src/components/docs/generated/docs-index.files.json +1 -1
- package/src/components/docs/generated/docs-index.generated.ts +7 -7
- package/src/components/docs/generated/docs-index.health.json +1 -1
- package/src/components/docs/generated/docs-index.identity-rbac.json +1 -1
- package/src/components/docs/generated/docs-index.in-app-docs.json +1 -1
- package/src/components/docs/generated/docs-index.integration-hub.json +1 -1
- package/src/components/docs/generated/docs-index.integration-posthog.json +1 -1
- package/src/components/docs/generated/docs-index.integration-stripe.json +1 -1
- package/src/components/docs/generated/docs-index.integration-supabase.json +1 -1
- package/src/components/docs/generated/docs-index.jobs.json +1 -1
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +1 -1
- package/src/components/docs/generated/docs-index.knowledge-canon.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +1 -1
- package/src/components/docs/generated/docs-index.learning-journey.json +1 -1
- package/src/components/docs/generated/docs-index.learning-patterns.json +1 -1
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +1 -1
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +1 -1
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +1 -1
- package/src/components/docs/generated/docs-index.manifest.json +2 -2
- package/src/components/docs/generated/docs-index.marketplace.json +1 -1
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +1 -1
- package/src/components/docs/generated/docs-index.meeting-recorder.json +1 -1
- package/src/components/docs/generated/docs-index.metrics.json +1 -1
- package/src/components/docs/generated/docs-index.minimal.json +1 -1
- package/src/components/docs/generated/docs-index.notifications.json +1 -1
- package/src/components/docs/generated/docs-index.openbanking-powens.json +1 -1
- package/src/components/docs/generated/docs-index.openbanking.json +1 -1
- package/src/components/docs/generated/docs-index.opencode-cli.json +1 -1
- package/src/components/docs/generated/docs-index.personalization.json +1 -1
- package/src/components/docs/generated/docs-index.platform-acp.json +1 -1
- package/src/components/docs/generated/docs-index.platform-agent.json +1 -1
- package/src/components/docs/generated/docs-index.platform-context.json +1 -1
- package/src/components/docs/generated/docs-index.platform-database.json +1 -1
- package/src/components/docs/generated/docs-index.platform-docs.json +1 -1
- package/src/components/docs/generated/docs-index.platform-integrations.json +1 -1
- package/src/components/docs/generated/docs-index.platform-knowledge.json +1 -1
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +1 -1
- package/src/components/docs/generated/docs-index.pocket-family-office.json +1 -1
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +1 -1
- package/src/components/docs/generated/docs-index.product-intent.json +1 -1
- package/src/components/docs/generated/docs-index.project-management-sync.json +1 -1
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +1 -1
- package/src/components/docs/generated/docs-index.service-business-os.json +1 -1
- package/src/components/docs/generated/docs-index.team-hub.json +1 -1
- package/src/components/docs/generated/docs-index.unknown.json +1 -1
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +1 -1
- package/src/components/docs/generated/docs-index.video-api-showcase.json +1 -1
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +1 -1
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +1 -1
- package/src/components/docs/generated/docs-index.voice-providers.json +1 -1
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +1 -1
- package/src/components/docs/generated/docs-index.workflow-system.json +1 -1
- package/src/components/docs/generated/docs-index.workspace-cli.json +1 -1
- package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +1 -1
- package/src/components/shell/WorkspaceShellRenderer.tsx +90 -0
- package/src/components/shell/index.ts +1 -0
|
@@ -3,200 +3,200 @@
|
|
|
3
3
|
import { CodeBlock } from "@contractspec/lib.design-system";
|
|
4
4
|
import Link from "@contractspec/lib.ui-link";
|
|
5
5
|
import { ChevronRight } from "lucide-react";
|
|
6
|
-
import {
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
function EcosystemIntegrationsPage() {
|
|
8
|
-
return /* @__PURE__ */
|
|
8
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
9
9
|
className: "space-y-8",
|
|
10
10
|
children: [
|
|
11
|
-
/* @__PURE__ */
|
|
11
|
+
/* @__PURE__ */ jsxs("div", {
|
|
12
12
|
className: "space-y-3",
|
|
13
13
|
children: [
|
|
14
|
-
/* @__PURE__ */
|
|
14
|
+
/* @__PURE__ */ jsx("h1", {
|
|
15
15
|
className: "text-4xl font-bold",
|
|
16
16
|
children: "Integrations"
|
|
17
|
-
}
|
|
18
|
-
/* @__PURE__ */
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsx("p", {
|
|
19
19
|
className: "text-muted-foreground text-lg",
|
|
20
20
|
children: "Reference integrations show how to extend ContractSpec with real-world adapters and generators."
|
|
21
|
-
}
|
|
21
|
+
})
|
|
22
22
|
]
|
|
23
|
-
}
|
|
24
|
-
/* @__PURE__ */
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxs("div", {
|
|
25
25
|
className: "card-subtle space-y-4 p-6",
|
|
26
26
|
children: [
|
|
27
|
-
/* @__PURE__ */
|
|
27
|
+
/* @__PURE__ */ jsx("h2", {
|
|
28
28
|
className: "text-2xl font-bold",
|
|
29
29
|
children: "Reference plugin"
|
|
30
|
-
}
|
|
31
|
-
/* @__PURE__ */
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsx("p", {
|
|
32
32
|
className: "text-muted-foreground text-sm",
|
|
33
33
|
children: "The example markdown generator plugin ships as a working reference implementation."
|
|
34
|
-
}
|
|
35
|
-
/* @__PURE__ */
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
36
36
|
language: "bash",
|
|
37
37
|
filename: "install-example",
|
|
38
38
|
code: `bun add @contractspec/lib.plugin.example-generator
|
|
39
39
|
|
|
40
40
|
# Or in a workspace
|
|
41
41
|
bun add -D @contractspec/lib.plugin.example-generator`
|
|
42
|
-
}
|
|
42
|
+
})
|
|
43
43
|
]
|
|
44
|
-
}
|
|
45
|
-
/* @__PURE__ */
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsxs("div", {
|
|
46
46
|
className: "card-subtle space-y-4 p-6",
|
|
47
47
|
children: [
|
|
48
|
-
/* @__PURE__ */
|
|
48
|
+
/* @__PURE__ */ jsx("h2", {
|
|
49
49
|
className: "text-2xl font-bold",
|
|
50
50
|
children: "Providers and adapters"
|
|
51
|
-
}
|
|
52
|
-
/* @__PURE__ */
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
53
53
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
54
54
|
children: [
|
|
55
|
-
/* @__PURE__ */
|
|
55
|
+
/* @__PURE__ */ jsx("li", {
|
|
56
56
|
children: "Payments: Stripe"
|
|
57
|
-
}
|
|
58
|
-
/* @__PURE__ */
|
|
57
|
+
}),
|
|
58
|
+
/* @__PURE__ */ jsx("li", {
|
|
59
59
|
children: "Email: Postmark, Gmail"
|
|
60
|
-
}
|
|
61
|
-
/* @__PURE__ */
|
|
60
|
+
}),
|
|
61
|
+
/* @__PURE__ */ jsx("li", {
|
|
62
62
|
children: "AI: OpenAI, Mistral"
|
|
63
|
-
}
|
|
64
|
-
/* @__PURE__ */
|
|
63
|
+
}),
|
|
64
|
+
/* @__PURE__ */ jsx("li", {
|
|
65
65
|
children: "Voice: ElevenLabs, Mistral"
|
|
66
|
-
}
|
|
67
|
-
/* @__PURE__ */
|
|
66
|
+
}),
|
|
67
|
+
/* @__PURE__ */ jsx("li", {
|
|
68
68
|
children: "Vector DB: Qdrant"
|
|
69
|
-
}
|
|
70
|
-
/* @__PURE__ */
|
|
69
|
+
}),
|
|
70
|
+
/* @__PURE__ */ jsx("li", {
|
|
71
71
|
children: "Storage: GCS"
|
|
72
|
-
}
|
|
72
|
+
})
|
|
73
73
|
]
|
|
74
|
-
}
|
|
75
|
-
/* @__PURE__ */
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ jsx("p", {
|
|
76
76
|
className: "text-muted-foreground text-sm",
|
|
77
77
|
children: "Use provider modules as inspiration for adapter plugins."
|
|
78
|
-
}
|
|
78
|
+
})
|
|
79
79
|
]
|
|
80
|
-
}
|
|
81
|
-
/* @__PURE__ */
|
|
80
|
+
}),
|
|
81
|
+
/* @__PURE__ */ jsxs("div", {
|
|
82
82
|
className: "flex items-center gap-4 pt-4",
|
|
83
83
|
children: [
|
|
84
|
-
/* @__PURE__ */
|
|
84
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
85
85
|
href: "/docs/ecosystem/registry",
|
|
86
86
|
className: "btn-primary",
|
|
87
87
|
children: [
|
|
88
88
|
"Marketplace manifest ",
|
|
89
|
-
/* @__PURE__ */
|
|
89
|
+
/* @__PURE__ */ jsx(ChevronRight, {
|
|
90
90
|
size: 16
|
|
91
|
-
}
|
|
91
|
+
})
|
|
92
92
|
]
|
|
93
|
-
}
|
|
94
|
-
/* @__PURE__ */
|
|
93
|
+
}),
|
|
94
|
+
/* @__PURE__ */ jsx(Link, {
|
|
95
95
|
href: "/docs/ecosystem/templates",
|
|
96
96
|
className: "btn-ghost",
|
|
97
97
|
children: "Authoring templates"
|
|
98
|
-
}
|
|
98
|
+
})
|
|
99
99
|
]
|
|
100
|
-
}
|
|
100
|
+
})
|
|
101
101
|
]
|
|
102
|
-
}
|
|
102
|
+
});
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
// src/components/docs/ecosystem/PluginsPage.tsx
|
|
106
106
|
import { CodeBlock as CodeBlock2 } from "@contractspec/lib.design-system";
|
|
107
107
|
import Link2 from "@contractspec/lib.ui-link";
|
|
108
108
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
109
|
-
import {
|
|
109
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
110
110
|
function EcosystemPluginsPage() {
|
|
111
|
-
return /* @__PURE__ */
|
|
111
|
+
return /* @__PURE__ */ jsxs2("div", {
|
|
112
112
|
className: "space-y-8",
|
|
113
113
|
children: [
|
|
114
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
115
115
|
className: "space-y-3",
|
|
116
116
|
children: [
|
|
117
|
-
/* @__PURE__ */
|
|
117
|
+
/* @__PURE__ */ jsx2("h1", {
|
|
118
118
|
className: "text-4xl font-bold",
|
|
119
119
|
children: "Cursor marketplace plugins"
|
|
120
|
-
}
|
|
121
|
-
/* @__PURE__ */
|
|
120
|
+
}),
|
|
121
|
+
/* @__PURE__ */ jsx2("p", {
|
|
122
122
|
className: "text-muted-foreground text-lg",
|
|
123
123
|
children: "ContractSpec ships a focused Cursor marketplace catalog for the product and key libraries."
|
|
124
|
-
}
|
|
124
|
+
})
|
|
125
125
|
]
|
|
126
|
-
}
|
|
127
|
-
/* @__PURE__ */
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
128
128
|
className: "card-subtle space-y-4 p-6",
|
|
129
129
|
children: [
|
|
130
|
-
/* @__PURE__ */
|
|
130
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
131
131
|
className: "text-2xl font-bold",
|
|
132
132
|
children: "Catalog at a glance"
|
|
133
|
-
}
|
|
134
|
-
/* @__PURE__ */
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
135
135
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
136
136
|
children: [
|
|
137
|
-
/* @__PURE__ */
|
|
137
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
138
138
|
children: [
|
|
139
|
-
/* @__PURE__ */
|
|
139
|
+
/* @__PURE__ */ jsx2("code", {
|
|
140
140
|
children: "contractspec"
|
|
141
|
-
}
|
|
141
|
+
}),
|
|
142
142
|
" - Product-level workflow and release guardrails."
|
|
143
143
|
]
|
|
144
|
-
}
|
|
145
|
-
/* @__PURE__ */
|
|
144
|
+
}),
|
|
145
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
146
146
|
children: [
|
|
147
|
-
/* @__PURE__ */
|
|
147
|
+
/* @__PURE__ */ jsx2("code", {
|
|
148
148
|
children: "contractspec-contracts-spec"
|
|
149
|
-
}
|
|
149
|
+
}),
|
|
150
150
|
" -",
|
|
151
|
-
/* @__PURE__ */
|
|
151
|
+
/* @__PURE__ */ jsx2("code", {
|
|
152
152
|
children: "@contractspec/lib.contracts-spec"
|
|
153
|
-
}
|
|
153
|
+
}),
|
|
154
154
|
" governance."
|
|
155
155
|
]
|
|
156
|
-
}
|
|
157
|
-
/* @__PURE__ */
|
|
156
|
+
}),
|
|
157
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
158
158
|
children: [
|
|
159
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ jsx2("code", {
|
|
160
160
|
children: "contractspec-contracts-integrations"
|
|
161
|
-
}
|
|
161
|
+
}),
|
|
162
162
|
" -",
|
|
163
|
-
/* @__PURE__ */
|
|
163
|
+
/* @__PURE__ */ jsx2("code", {
|
|
164
164
|
children: "@contractspec/lib.contracts-integrations"
|
|
165
|
-
}
|
|
165
|
+
}),
|
|
166
166
|
" governance."
|
|
167
167
|
]
|
|
168
|
-
}
|
|
169
|
-
/* @__PURE__ */
|
|
168
|
+
}),
|
|
169
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
170
170
|
children: [
|
|
171
|
-
/* @__PURE__ */
|
|
171
|
+
/* @__PURE__ */ jsx2("code", {
|
|
172
172
|
children: "contractspec-ai-agent"
|
|
173
|
-
}
|
|
173
|
+
}),
|
|
174
174
|
" -",
|
|
175
|
-
/* @__PURE__ */
|
|
175
|
+
/* @__PURE__ */ jsx2("code", {
|
|
176
176
|
children: "@contractspec/lib.ai-agent"
|
|
177
|
-
}
|
|
177
|
+
}),
|
|
178
178
|
" orchestration guardrails."
|
|
179
179
|
]
|
|
180
|
-
}
|
|
180
|
+
})
|
|
181
181
|
]
|
|
182
|
-
}
|
|
182
|
+
})
|
|
183
183
|
]
|
|
184
|
-
}
|
|
185
|
-
/* @__PURE__ */
|
|
184
|
+
}),
|
|
185
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
186
186
|
className: "space-y-6",
|
|
187
187
|
children: [
|
|
188
|
-
/* @__PURE__ */
|
|
188
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
189
189
|
className: "space-y-3",
|
|
190
190
|
children: [
|
|
191
|
-
/* @__PURE__ */
|
|
191
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
192
192
|
className: "text-2xl font-bold",
|
|
193
193
|
children: "Where plugin sources live"
|
|
194
|
-
}
|
|
195
|
-
/* @__PURE__ */
|
|
194
|
+
}),
|
|
195
|
+
/* @__PURE__ */ jsx2("p", {
|
|
196
196
|
className: "text-muted-foreground text-sm",
|
|
197
197
|
children: "Marketplace plugin sources are kept in a dedicated package so they can evolve with the monorepo safely."
|
|
198
|
-
}
|
|
199
|
-
/* @__PURE__ */
|
|
198
|
+
}),
|
|
199
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
200
200
|
language: "text",
|
|
201
201
|
filename: "catalog-layout",
|
|
202
202
|
code: `packages/apps-registry/cursor-marketplace/
|
|
@@ -205,28 +205,28 @@ function EcosystemPluginsPage() {
|
|
|
205
205
|
contractspec-contracts-spec/
|
|
206
206
|
contractspec-contracts-integrations/
|
|
207
207
|
contractspec-ai-agent/`
|
|
208
|
-
}
|
|
208
|
+
})
|
|
209
209
|
]
|
|
210
|
-
}
|
|
211
|
-
/* @__PURE__ */
|
|
210
|
+
}),
|
|
211
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
212
212
|
className: "space-y-3",
|
|
213
213
|
children: [
|
|
214
|
-
/* @__PURE__ */
|
|
214
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
215
215
|
className: "text-2xl font-bold",
|
|
216
216
|
children: "Root marketplace manifest"
|
|
217
|
-
}
|
|
218
|
-
/* @__PURE__ */
|
|
217
|
+
}),
|
|
218
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
219
219
|
className: "text-muted-foreground text-sm",
|
|
220
220
|
children: [
|
|
221
221
|
"Cursor submission reads ",
|
|
222
|
-
/* @__PURE__ */
|
|
222
|
+
/* @__PURE__ */ jsx2("code", {
|
|
223
223
|
children: ".cursor-plugin/marketplace.json"
|
|
224
|
-
}
|
|
224
|
+
}),
|
|
225
225
|
" ",
|
|
226
226
|
"at repository root and resolves each plugin source path."
|
|
227
227
|
]
|
|
228
|
-
}
|
|
229
|
-
/* @__PURE__ */
|
|
228
|
+
}),
|
|
229
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
230
230
|
language: "json",
|
|
231
231
|
filename: ".cursor-plugin/marketplace.json",
|
|
232
232
|
code: `{
|
|
@@ -250,96 +250,96 @@ function EcosystemPluginsPage() {
|
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
}`
|
|
253
|
-
}
|
|
253
|
+
})
|
|
254
254
|
]
|
|
255
|
-
}
|
|
256
|
-
/* @__PURE__ */
|
|
255
|
+
}),
|
|
256
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
257
257
|
className: "space-y-3",
|
|
258
258
|
children: [
|
|
259
|
-
/* @__PURE__ */
|
|
259
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
260
260
|
className: "text-2xl font-bold",
|
|
261
261
|
children: "Validation gate"
|
|
262
|
-
}
|
|
263
|
-
/* @__PURE__ */
|
|
262
|
+
}),
|
|
263
|
+
/* @__PURE__ */ jsx2("p", {
|
|
264
264
|
className: "text-muted-foreground text-sm",
|
|
265
265
|
children: "Validate all marketplace plugins before publishing."
|
|
266
|
-
}
|
|
267
|
-
/* @__PURE__ */
|
|
266
|
+
}),
|
|
267
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
268
268
|
language: "bash",
|
|
269
269
|
filename: "validate-marketplace",
|
|
270
270
|
code: `bun run plugin:contractspec:validate
|
|
271
271
|
|
|
272
272
|
# Optional when offline
|
|
273
273
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
274
|
-
}
|
|
274
|
+
})
|
|
275
275
|
]
|
|
276
|
-
}
|
|
276
|
+
})
|
|
277
277
|
]
|
|
278
|
-
}
|
|
279
|
-
/* @__PURE__ */
|
|
278
|
+
}),
|
|
279
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
280
280
|
className: "flex items-center gap-4 pt-4",
|
|
281
281
|
children: [
|
|
282
|
-
/* @__PURE__ */
|
|
282
|
+
/* @__PURE__ */ jsxs2(Link2, {
|
|
283
283
|
href: "/docs/ecosystem/templates",
|
|
284
284
|
className: "btn-primary",
|
|
285
285
|
children: [
|
|
286
286
|
"Author a plugin ",
|
|
287
|
-
/* @__PURE__ */
|
|
287
|
+
/* @__PURE__ */ jsx2(ChevronRight2, {
|
|
288
288
|
size: 16
|
|
289
|
-
}
|
|
289
|
+
})
|
|
290
290
|
]
|
|
291
|
-
}
|
|
292
|
-
/* @__PURE__ */
|
|
291
|
+
}),
|
|
292
|
+
/* @__PURE__ */ jsx2(Link2, {
|
|
293
293
|
href: "/docs/ecosystem/registry",
|
|
294
294
|
className: "btn-ghost",
|
|
295
295
|
children: "Manifest details"
|
|
296
|
-
}
|
|
296
|
+
})
|
|
297
297
|
]
|
|
298
|
-
}
|
|
298
|
+
})
|
|
299
299
|
]
|
|
300
|
-
}
|
|
300
|
+
});
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
// src/components/docs/ecosystem/RegistryPage.tsx
|
|
304
304
|
import { CodeBlock as CodeBlock3 } from "@contractspec/lib.design-system";
|
|
305
305
|
import Link3 from "@contractspec/lib.ui-link";
|
|
306
306
|
import { ChevronRight as ChevronRight3 } from "lucide-react";
|
|
307
|
-
import {
|
|
307
|
+
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
308
308
|
function EcosystemRegistryPage() {
|
|
309
|
-
return /* @__PURE__ */
|
|
309
|
+
return /* @__PURE__ */ jsxs3("div", {
|
|
310
310
|
className: "space-y-8",
|
|
311
311
|
children: [
|
|
312
|
-
/* @__PURE__ */
|
|
312
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
313
313
|
className: "space-y-3",
|
|
314
314
|
children: [
|
|
315
|
-
/* @__PURE__ */
|
|
315
|
+
/* @__PURE__ */ jsx3("h1", {
|
|
316
316
|
className: "text-4xl font-bold",
|
|
317
317
|
children: "Marketplace manifest"
|
|
318
|
-
}
|
|
319
|
-
/* @__PURE__ */
|
|
318
|
+
}),
|
|
319
|
+
/* @__PURE__ */ jsx3("p", {
|
|
320
320
|
className: "text-muted-foreground text-lg",
|
|
321
321
|
children: "ContractSpec publishes a multi-plugin Cursor marketplace catalog from a single root manifest."
|
|
322
|
-
}
|
|
322
|
+
})
|
|
323
323
|
]
|
|
324
|
-
}
|
|
325
|
-
/* @__PURE__ */
|
|
324
|
+
}),
|
|
325
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
326
326
|
className: "card-subtle space-y-4 p-6",
|
|
327
327
|
children: [
|
|
328
|
-
/* @__PURE__ */
|
|
328
|
+
/* @__PURE__ */ jsx3("h2", {
|
|
329
329
|
className: "text-2xl font-bold",
|
|
330
330
|
children: "Root manifest shape"
|
|
331
|
-
}
|
|
332
|
-
/* @__PURE__ */
|
|
331
|
+
}),
|
|
332
|
+
/* @__PURE__ */ jsxs3("p", {
|
|
333
333
|
className: "text-muted-foreground text-sm",
|
|
334
334
|
children: [
|
|
335
335
|
"Cursor reads ",
|
|
336
|
-
/* @__PURE__ */
|
|
336
|
+
/* @__PURE__ */ jsx3("code", {
|
|
337
337
|
children: ".cursor-plugin/marketplace.json"
|
|
338
|
-
}
|
|
338
|
+
}),
|
|
339
339
|
" at repository root and resolves each plugin source path."
|
|
340
340
|
]
|
|
341
|
-
}
|
|
342
|
-
/* @__PURE__ */
|
|
341
|
+
}),
|
|
342
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
343
343
|
language: "json",
|
|
344
344
|
filename: ".cursor-plugin/marketplace.json",
|
|
345
345
|
code: `{
|
|
@@ -355,21 +355,21 @@ function EcosystemRegistryPage() {
|
|
|
355
355
|
}
|
|
356
356
|
]
|
|
357
357
|
}`
|
|
358
|
-
}
|
|
358
|
+
})
|
|
359
359
|
]
|
|
360
|
-
}
|
|
361
|
-
/* @__PURE__ */
|
|
360
|
+
}),
|
|
361
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
362
362
|
className: "card-subtle space-y-4 p-6",
|
|
363
363
|
children: [
|
|
364
|
-
/* @__PURE__ */
|
|
364
|
+
/* @__PURE__ */ jsx3("h2", {
|
|
365
365
|
className: "text-2xl font-bold",
|
|
366
366
|
children: "Per-plugin contract"
|
|
367
|
-
}
|
|
368
|
-
/* @__PURE__ */
|
|
367
|
+
}),
|
|
368
|
+
/* @__PURE__ */ jsx3("p", {
|
|
369
369
|
className: "text-muted-foreground text-sm",
|
|
370
370
|
children: "Each plugin source must include a Cursor plugin manifest and composable assets."
|
|
371
|
-
}
|
|
372
|
-
/* @__PURE__ */
|
|
371
|
+
}),
|
|
372
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
373
373
|
language: "text",
|
|
374
374
|
filename: "plugin-layout",
|
|
375
375
|
code: `plugins/<plugin-name>/
|
|
@@ -379,104 +379,104 @@ function EcosystemRegistryPage() {
|
|
|
379
379
|
agents/
|
|
380
380
|
skills/
|
|
381
381
|
.mcp.json`
|
|
382
|
-
}
|
|
383
|
-
/* @__PURE__ */
|
|
382
|
+
}),
|
|
383
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
384
384
|
language: "bash",
|
|
385
385
|
filename: "validate-catalog",
|
|
386
386
|
code: `bun run plugin:contractspec:validate
|
|
387
387
|
|
|
388
388
|
# Optional in offline environments
|
|
389
389
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
390
|
-
}
|
|
390
|
+
})
|
|
391
391
|
]
|
|
392
|
-
}
|
|
393
|
-
/* @__PURE__ */
|
|
392
|
+
}),
|
|
393
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
394
394
|
className: "flex items-center gap-4 pt-4",
|
|
395
395
|
children: [
|
|
396
|
-
/* @__PURE__ */
|
|
396
|
+
/* @__PURE__ */ jsxs3(Link3, {
|
|
397
397
|
href: "/docs/ecosystem/integrations",
|
|
398
398
|
className: "btn-primary",
|
|
399
399
|
children: [
|
|
400
400
|
"Integrations ",
|
|
401
|
-
/* @__PURE__ */
|
|
401
|
+
/* @__PURE__ */ jsx3(ChevronRight3, {
|
|
402
402
|
size: 16
|
|
403
|
-
}
|
|
403
|
+
})
|
|
404
404
|
]
|
|
405
|
-
}
|
|
406
|
-
/* @__PURE__ */
|
|
405
|
+
}),
|
|
406
|
+
/* @__PURE__ */ jsx3(Link3, {
|
|
407
407
|
href: "/docs/ecosystem/templates",
|
|
408
408
|
className: "btn-ghost",
|
|
409
409
|
children: "Plugin authoring templates"
|
|
410
|
-
}
|
|
410
|
+
})
|
|
411
411
|
]
|
|
412
|
-
}
|
|
412
|
+
})
|
|
413
413
|
]
|
|
414
|
-
}
|
|
414
|
+
});
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
// src/components/docs/shared/StudioPrompt.tsx
|
|
418
418
|
import Link4 from "@contractspec/lib.ui-link";
|
|
419
|
-
import {
|
|
419
|
+
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
420
420
|
function StudioPrompt({
|
|
421
421
|
title = "Want to turn product signals into spec-first deliverables?",
|
|
422
422
|
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
423
423
|
ctaLabel = "Try Studio",
|
|
424
424
|
href = "https://www.contractspec.studio"
|
|
425
425
|
}) {
|
|
426
|
-
return /* @__PURE__ */
|
|
426
|
+
return /* @__PURE__ */ jsxs4("div", {
|
|
427
427
|
className: "card-subtle space-y-3 p-6",
|
|
428
428
|
children: [
|
|
429
|
-
/* @__PURE__ */
|
|
429
|
+
/* @__PURE__ */ jsx4("h3", {
|
|
430
430
|
className: "text-lg font-semibold",
|
|
431
431
|
children: title
|
|
432
|
-
}
|
|
433
|
-
/* @__PURE__ */
|
|
432
|
+
}),
|
|
433
|
+
/* @__PURE__ */ jsx4("p", {
|
|
434
434
|
className: "text-muted-foreground text-sm",
|
|
435
435
|
children: body
|
|
436
|
-
}
|
|
437
|
-
/* @__PURE__ */
|
|
436
|
+
}),
|
|
437
|
+
/* @__PURE__ */ jsx4(Link4, {
|
|
438
438
|
href,
|
|
439
439
|
className: "btn-primary",
|
|
440
440
|
children: ctaLabel
|
|
441
|
-
}
|
|
441
|
+
})
|
|
442
442
|
]
|
|
443
|
-
}
|
|
443
|
+
});
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
// src/components/docs/ecosystem/TemplatesPage.tsx
|
|
447
447
|
import { CodeBlock as CodeBlock4 } from "@contractspec/lib.design-system";
|
|
448
448
|
import Link5 from "@contractspec/lib.ui-link";
|
|
449
449
|
import { ChevronRight as ChevronRight4 } from "lucide-react";
|
|
450
|
-
import {
|
|
450
|
+
import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
451
451
|
function EcosystemTemplatesPage() {
|
|
452
|
-
return /* @__PURE__ */
|
|
452
|
+
return /* @__PURE__ */ jsxs5("div", {
|
|
453
453
|
className: "space-y-8",
|
|
454
454
|
children: [
|
|
455
|
-
/* @__PURE__ */
|
|
455
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
456
456
|
className: "space-y-3",
|
|
457
457
|
children: [
|
|
458
|
-
/* @__PURE__ */
|
|
458
|
+
/* @__PURE__ */ jsx5("h1", {
|
|
459
459
|
className: "text-4xl font-bold",
|
|
460
460
|
children: "Plugin authoring templates"
|
|
461
|
-
}
|
|
462
|
-
/* @__PURE__ */
|
|
461
|
+
}),
|
|
462
|
+
/* @__PURE__ */ jsx5("p", {
|
|
463
463
|
className: "text-muted-foreground text-lg",
|
|
464
464
|
children: "Scaffold focused Cursor plugins for ContractSpec product and core libraries."
|
|
465
|
-
}
|
|
465
|
+
})
|
|
466
466
|
]
|
|
467
|
-
}
|
|
468
|
-
/* @__PURE__ */
|
|
467
|
+
}),
|
|
468
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
469
469
|
className: "card-subtle space-y-4 p-6",
|
|
470
470
|
children: [
|
|
471
|
-
/* @__PURE__ */
|
|
471
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
472
472
|
className: "text-2xl font-bold",
|
|
473
473
|
children: "Create a focused plugin"
|
|
474
|
-
}
|
|
475
|
-
/* @__PURE__ */
|
|
474
|
+
}),
|
|
475
|
+
/* @__PURE__ */ jsx5("p", {
|
|
476
476
|
className: "text-muted-foreground text-sm",
|
|
477
477
|
children: "Start from a scoped domain and keep each plugin aligned to one product or library surface."
|
|
478
|
-
}
|
|
479
|
-
/* @__PURE__ */
|
|
478
|
+
}),
|
|
479
|
+
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
480
480
|
language: "bash",
|
|
481
481
|
filename: "catalog-authoring-layout",
|
|
482
482
|
code: `packages/apps-registry/cursor-marketplace/
|
|
@@ -488,43 +488,43 @@ function EcosystemTemplatesPage() {
|
|
|
488
488
|
agents/
|
|
489
489
|
skills/
|
|
490
490
|
.mcp.json`
|
|
491
|
-
}
|
|
491
|
+
})
|
|
492
492
|
]
|
|
493
|
-
}
|
|
494
|
-
/* @__PURE__ */
|
|
493
|
+
}),
|
|
494
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
495
495
|
className: "card-subtle space-y-4 p-6",
|
|
496
496
|
children: [
|
|
497
|
-
/* @__PURE__ */
|
|
497
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
498
498
|
className: "text-2xl font-bold",
|
|
499
499
|
children: "Template outputs"
|
|
500
|
-
}
|
|
501
|
-
/* @__PURE__ */
|
|
500
|
+
}),
|
|
501
|
+
/* @__PURE__ */ jsxs5("ul", {
|
|
502
502
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
503
503
|
children: [
|
|
504
|
-
/* @__PURE__ */
|
|
504
|
+
/* @__PURE__ */ jsx5("li", {
|
|
505
505
|
children: ".cursor-plugin/plugin.json with plugin metadata and paths"
|
|
506
|
-
}
|
|
507
|
-
/* @__PURE__ */
|
|
506
|
+
}),
|
|
507
|
+
/* @__PURE__ */ jsx5("li", {
|
|
508
508
|
children: "rules/, commands/, agents/, and skills/ content directories"
|
|
509
|
-
}
|
|
510
|
-
/* @__PURE__ */
|
|
509
|
+
}),
|
|
510
|
+
/* @__PURE__ */ jsx5("li", {
|
|
511
511
|
children: ".mcp.json with all MCP server declarations used by the plugin"
|
|
512
|
-
}
|
|
513
|
-
/* @__PURE__ */
|
|
512
|
+
}),
|
|
513
|
+
/* @__PURE__ */ jsx5("li", {
|
|
514
514
|
children: "README.md describing scope and governance boundaries"
|
|
515
|
-
}
|
|
515
|
+
})
|
|
516
516
|
]
|
|
517
|
-
}
|
|
517
|
+
})
|
|
518
518
|
]
|
|
519
|
-
}
|
|
520
|
-
/* @__PURE__ */
|
|
519
|
+
}),
|
|
520
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
521
521
|
className: "card-subtle space-y-4 p-6",
|
|
522
522
|
children: [
|
|
523
|
-
/* @__PURE__ */
|
|
523
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
524
524
|
className: "text-2xl font-bold",
|
|
525
525
|
children: "Validate before submission"
|
|
526
|
-
}
|
|
527
|
-
/* @__PURE__ */
|
|
526
|
+
}),
|
|
527
|
+
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
528
528
|
language: "bash",
|
|
529
529
|
filename: "validate-marketplace-catalog",
|
|
530
530
|
code: `# Validate all plugins referenced by root marketplace manifest
|
|
@@ -532,35 +532,35 @@ bun run plugin:contractspec:validate
|
|
|
532
532
|
|
|
533
533
|
# Optional in offline environments
|
|
534
534
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
535
|
-
}
|
|
535
|
+
})
|
|
536
536
|
]
|
|
537
|
-
}
|
|
538
|
-
/* @__PURE__ */
|
|
537
|
+
}),
|
|
538
|
+
/* @__PURE__ */ jsx5(StudioPrompt, {
|
|
539
539
|
title: "Need evidence-backed template iteration?",
|
|
540
540
|
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
541
|
-
}
|
|
542
|
-
/* @__PURE__ */
|
|
541
|
+
}),
|
|
542
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
543
543
|
className: "flex items-center gap-4 pt-4",
|
|
544
544
|
children: [
|
|
545
|
-
/* @__PURE__ */
|
|
545
|
+
/* @__PURE__ */ jsxs5(Link5, {
|
|
546
546
|
href: "/docs/ecosystem/plugins",
|
|
547
547
|
className: "btn-primary",
|
|
548
548
|
children: [
|
|
549
549
|
"Marketplace plugins ",
|
|
550
|
-
/* @__PURE__ */
|
|
550
|
+
/* @__PURE__ */ jsx5(ChevronRight4, {
|
|
551
551
|
size: 16
|
|
552
|
-
}
|
|
552
|
+
})
|
|
553
553
|
]
|
|
554
|
-
}
|
|
555
|
-
/* @__PURE__ */
|
|
554
|
+
}),
|
|
555
|
+
/* @__PURE__ */ jsx5(Link5, {
|
|
556
556
|
href: "/docs/ecosystem/registry",
|
|
557
557
|
className: "btn-ghost",
|
|
558
558
|
children: "Marketplace manifest"
|
|
559
|
-
}
|
|
559
|
+
})
|
|
560
560
|
]
|
|
561
|
-
}
|
|
561
|
+
})
|
|
562
562
|
]
|
|
563
|
-
}
|
|
563
|
+
});
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
// src/components/docs/ecosystem/ecosystem.docblocks.ts
|