@contractspec/bundle.library 3.4.2 → 3.5.0
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 +61 -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/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 +106 -106
- 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 +975 -975
- package/dist/components/docs/index.js +10791 -10791
- 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 +12323 -12260
- 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 +106 -106
- 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 +975 -975
- package/dist/node/components/docs/index.js +10791 -10791
- 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 +12323 -12260
- 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/shell/WorkspaceShellRenderer.tsx +90 -0
- package/src/components/shell/index.ts +1 -0
|
@@ -2,200 +2,200 @@
|
|
|
2
2
|
import { CodeBlock } from "@contractspec/lib.design-system";
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { ChevronRight } from "lucide-react";
|
|
5
|
-
import {
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
function EcosystemIntegrationsPage() {
|
|
7
|
-
return /* @__PURE__ */
|
|
7
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
8
8
|
className: "space-y-8",
|
|
9
9
|
children: [
|
|
10
|
-
/* @__PURE__ */
|
|
10
|
+
/* @__PURE__ */ jsxs("div", {
|
|
11
11
|
className: "space-y-3",
|
|
12
12
|
children: [
|
|
13
|
-
/* @__PURE__ */
|
|
13
|
+
/* @__PURE__ */ jsx("h1", {
|
|
14
14
|
className: "text-4xl font-bold",
|
|
15
15
|
children: "Integrations"
|
|
16
|
-
}
|
|
17
|
-
/* @__PURE__ */
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("p", {
|
|
18
18
|
className: "text-muted-foreground text-lg",
|
|
19
19
|
children: "Reference integrations show how to extend ContractSpec with real-world adapters and generators."
|
|
20
|
-
}
|
|
20
|
+
})
|
|
21
21
|
]
|
|
22
|
-
}
|
|
23
|
-
/* @__PURE__ */
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxs("div", {
|
|
24
24
|
className: "card-subtle space-y-4 p-6",
|
|
25
25
|
children: [
|
|
26
|
-
/* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ jsx("h2", {
|
|
27
27
|
className: "text-2xl font-bold",
|
|
28
28
|
children: "Reference plugin"
|
|
29
|
-
}
|
|
30
|
-
/* @__PURE__ */
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("p", {
|
|
31
31
|
className: "text-muted-foreground text-sm",
|
|
32
32
|
children: "The example markdown generator plugin ships as a working reference implementation."
|
|
33
|
-
}
|
|
34
|
-
/* @__PURE__ */
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsx(CodeBlock, {
|
|
35
35
|
language: "bash",
|
|
36
36
|
filename: "install-example",
|
|
37
37
|
code: `bun add @contractspec/lib.plugin.example-generator
|
|
38
38
|
|
|
39
39
|
# Or in a workspace
|
|
40
40
|
bun add -D @contractspec/lib.plugin.example-generator`
|
|
41
|
-
}
|
|
41
|
+
})
|
|
42
42
|
]
|
|
43
|
-
}
|
|
44
|
-
/* @__PURE__ */
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsxs("div", {
|
|
45
45
|
className: "card-subtle space-y-4 p-6",
|
|
46
46
|
children: [
|
|
47
|
-
/* @__PURE__ */
|
|
47
|
+
/* @__PURE__ */ jsx("h2", {
|
|
48
48
|
className: "text-2xl font-bold",
|
|
49
49
|
children: "Providers and adapters"
|
|
50
|
-
}
|
|
51
|
-
/* @__PURE__ */
|
|
50
|
+
}),
|
|
51
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
52
52
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
53
53
|
children: [
|
|
54
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ jsx("li", {
|
|
55
55
|
children: "Payments: Stripe"
|
|
56
|
-
}
|
|
57
|
-
/* @__PURE__ */
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ jsx("li", {
|
|
58
58
|
children: "Email: Postmark, Gmail"
|
|
59
|
-
}
|
|
60
|
-
/* @__PURE__ */
|
|
59
|
+
}),
|
|
60
|
+
/* @__PURE__ */ jsx("li", {
|
|
61
61
|
children: "AI: OpenAI, Mistral"
|
|
62
|
-
}
|
|
63
|
-
/* @__PURE__ */
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ jsx("li", {
|
|
64
64
|
children: "Voice: ElevenLabs, Mistral"
|
|
65
|
-
}
|
|
66
|
-
/* @__PURE__ */
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsx("li", {
|
|
67
67
|
children: "Vector DB: Qdrant"
|
|
68
|
-
}
|
|
69
|
-
/* @__PURE__ */
|
|
68
|
+
}),
|
|
69
|
+
/* @__PURE__ */ jsx("li", {
|
|
70
70
|
children: "Storage: GCS"
|
|
71
|
-
}
|
|
71
|
+
})
|
|
72
72
|
]
|
|
73
|
-
}
|
|
74
|
-
/* @__PURE__ */
|
|
73
|
+
}),
|
|
74
|
+
/* @__PURE__ */ jsx("p", {
|
|
75
75
|
className: "text-muted-foreground text-sm",
|
|
76
76
|
children: "Use provider modules as inspiration for adapter plugins."
|
|
77
|
-
}
|
|
77
|
+
})
|
|
78
78
|
]
|
|
79
|
-
}
|
|
80
|
-
/* @__PURE__ */
|
|
79
|
+
}),
|
|
80
|
+
/* @__PURE__ */ jsxs("div", {
|
|
81
81
|
className: "flex items-center gap-4 pt-4",
|
|
82
82
|
children: [
|
|
83
|
-
/* @__PURE__ */
|
|
83
|
+
/* @__PURE__ */ jsxs(Link, {
|
|
84
84
|
href: "/docs/ecosystem/registry",
|
|
85
85
|
className: "btn-primary",
|
|
86
86
|
children: [
|
|
87
87
|
"Marketplace manifest ",
|
|
88
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ jsx(ChevronRight, {
|
|
89
89
|
size: 16
|
|
90
|
-
}
|
|
90
|
+
})
|
|
91
91
|
]
|
|
92
|
-
}
|
|
93
|
-
/* @__PURE__ */
|
|
92
|
+
}),
|
|
93
|
+
/* @__PURE__ */ jsx(Link, {
|
|
94
94
|
href: "/docs/ecosystem/templates",
|
|
95
95
|
className: "btn-ghost",
|
|
96
96
|
children: "Authoring templates"
|
|
97
|
-
}
|
|
97
|
+
})
|
|
98
98
|
]
|
|
99
|
-
}
|
|
99
|
+
})
|
|
100
100
|
]
|
|
101
|
-
}
|
|
101
|
+
});
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
// src/components/docs/ecosystem/PluginsPage.tsx
|
|
105
105
|
import { CodeBlock as CodeBlock2 } from "@contractspec/lib.design-system";
|
|
106
106
|
import Link2 from "@contractspec/lib.ui-link";
|
|
107
107
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
108
|
-
import {
|
|
108
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
109
109
|
function EcosystemPluginsPage() {
|
|
110
|
-
return /* @__PURE__ */
|
|
110
|
+
return /* @__PURE__ */ jsxs2("div", {
|
|
111
111
|
className: "space-y-8",
|
|
112
112
|
children: [
|
|
113
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
114
114
|
className: "space-y-3",
|
|
115
115
|
children: [
|
|
116
|
-
/* @__PURE__ */
|
|
116
|
+
/* @__PURE__ */ jsx2("h1", {
|
|
117
117
|
className: "text-4xl font-bold",
|
|
118
118
|
children: "Cursor marketplace plugins"
|
|
119
|
-
}
|
|
120
|
-
/* @__PURE__ */
|
|
119
|
+
}),
|
|
120
|
+
/* @__PURE__ */ jsx2("p", {
|
|
121
121
|
className: "text-muted-foreground text-lg",
|
|
122
122
|
children: "ContractSpec ships a focused Cursor marketplace catalog for the product and key libraries."
|
|
123
|
-
}
|
|
123
|
+
})
|
|
124
124
|
]
|
|
125
|
-
}
|
|
126
|
-
/* @__PURE__ */
|
|
125
|
+
}),
|
|
126
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
127
127
|
className: "card-subtle space-y-4 p-6",
|
|
128
128
|
children: [
|
|
129
|
-
/* @__PURE__ */
|
|
129
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
130
130
|
className: "text-2xl font-bold",
|
|
131
131
|
children: "Catalog at a glance"
|
|
132
|
-
}
|
|
133
|
-
/* @__PURE__ */
|
|
132
|
+
}),
|
|
133
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
134
134
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
135
135
|
children: [
|
|
136
|
-
/* @__PURE__ */
|
|
136
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
137
137
|
children: [
|
|
138
|
-
/* @__PURE__ */
|
|
138
|
+
/* @__PURE__ */ jsx2("code", {
|
|
139
139
|
children: "contractspec"
|
|
140
|
-
}
|
|
140
|
+
}),
|
|
141
141
|
" - Product-level workflow and release guardrails."
|
|
142
142
|
]
|
|
143
|
-
}
|
|
144
|
-
/* @__PURE__ */
|
|
143
|
+
}),
|
|
144
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
145
145
|
children: [
|
|
146
|
-
/* @__PURE__ */
|
|
146
|
+
/* @__PURE__ */ jsx2("code", {
|
|
147
147
|
children: "contractspec-contracts-spec"
|
|
148
|
-
}
|
|
148
|
+
}),
|
|
149
149
|
" -",
|
|
150
|
-
/* @__PURE__ */
|
|
150
|
+
/* @__PURE__ */ jsx2("code", {
|
|
151
151
|
children: "@contractspec/lib.contracts-spec"
|
|
152
|
-
}
|
|
152
|
+
}),
|
|
153
153
|
" governance."
|
|
154
154
|
]
|
|
155
|
-
}
|
|
156
|
-
/* @__PURE__ */
|
|
155
|
+
}),
|
|
156
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
157
157
|
children: [
|
|
158
|
-
/* @__PURE__ */
|
|
158
|
+
/* @__PURE__ */ jsx2("code", {
|
|
159
159
|
children: "contractspec-contracts-integrations"
|
|
160
|
-
}
|
|
160
|
+
}),
|
|
161
161
|
" -",
|
|
162
|
-
/* @__PURE__ */
|
|
162
|
+
/* @__PURE__ */ jsx2("code", {
|
|
163
163
|
children: "@contractspec/lib.contracts-integrations"
|
|
164
|
-
}
|
|
164
|
+
}),
|
|
165
165
|
" governance."
|
|
166
166
|
]
|
|
167
|
-
}
|
|
168
|
-
/* @__PURE__ */
|
|
167
|
+
}),
|
|
168
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
169
169
|
children: [
|
|
170
|
-
/* @__PURE__ */
|
|
170
|
+
/* @__PURE__ */ jsx2("code", {
|
|
171
171
|
children: "contractspec-ai-agent"
|
|
172
|
-
}
|
|
172
|
+
}),
|
|
173
173
|
" -",
|
|
174
|
-
/* @__PURE__ */
|
|
174
|
+
/* @__PURE__ */ jsx2("code", {
|
|
175
175
|
children: "@contractspec/lib.ai-agent"
|
|
176
|
-
}
|
|
176
|
+
}),
|
|
177
177
|
" orchestration guardrails."
|
|
178
178
|
]
|
|
179
|
-
}
|
|
179
|
+
})
|
|
180
180
|
]
|
|
181
|
-
}
|
|
181
|
+
})
|
|
182
182
|
]
|
|
183
|
-
}
|
|
184
|
-
/* @__PURE__ */
|
|
183
|
+
}),
|
|
184
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
185
185
|
className: "space-y-6",
|
|
186
186
|
children: [
|
|
187
|
-
/* @__PURE__ */
|
|
187
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
188
188
|
className: "space-y-3",
|
|
189
189
|
children: [
|
|
190
|
-
/* @__PURE__ */
|
|
190
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
191
191
|
className: "text-2xl font-bold",
|
|
192
192
|
children: "Where plugin sources live"
|
|
193
|
-
}
|
|
194
|
-
/* @__PURE__ */
|
|
193
|
+
}),
|
|
194
|
+
/* @__PURE__ */ jsx2("p", {
|
|
195
195
|
className: "text-muted-foreground text-sm",
|
|
196
196
|
children: "Marketplace plugin sources are kept in a dedicated package so they can evolve with the monorepo safely."
|
|
197
|
-
}
|
|
198
|
-
/* @__PURE__ */
|
|
197
|
+
}),
|
|
198
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
199
199
|
language: "text",
|
|
200
200
|
filename: "catalog-layout",
|
|
201
201
|
code: `packages/apps-registry/cursor-marketplace/
|
|
@@ -204,28 +204,28 @@ function EcosystemPluginsPage() {
|
|
|
204
204
|
contractspec-contracts-spec/
|
|
205
205
|
contractspec-contracts-integrations/
|
|
206
206
|
contractspec-ai-agent/`
|
|
207
|
-
}
|
|
207
|
+
})
|
|
208
208
|
]
|
|
209
|
-
}
|
|
210
|
-
/* @__PURE__ */
|
|
209
|
+
}),
|
|
210
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
211
211
|
className: "space-y-3",
|
|
212
212
|
children: [
|
|
213
|
-
/* @__PURE__ */
|
|
213
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
214
214
|
className: "text-2xl font-bold",
|
|
215
215
|
children: "Root marketplace manifest"
|
|
216
|
-
}
|
|
217
|
-
/* @__PURE__ */
|
|
216
|
+
}),
|
|
217
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
218
218
|
className: "text-muted-foreground text-sm",
|
|
219
219
|
children: [
|
|
220
220
|
"Cursor submission reads ",
|
|
221
|
-
/* @__PURE__ */
|
|
221
|
+
/* @__PURE__ */ jsx2("code", {
|
|
222
222
|
children: ".cursor-plugin/marketplace.json"
|
|
223
|
-
}
|
|
223
|
+
}),
|
|
224
224
|
" ",
|
|
225
225
|
"at repository root and resolves each plugin source path."
|
|
226
226
|
]
|
|
227
|
-
}
|
|
228
|
-
/* @__PURE__ */
|
|
227
|
+
}),
|
|
228
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
229
229
|
language: "json",
|
|
230
230
|
filename: ".cursor-plugin/marketplace.json",
|
|
231
231
|
code: `{
|
|
@@ -249,96 +249,96 @@ function EcosystemPluginsPage() {
|
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
}`
|
|
252
|
-
}
|
|
252
|
+
})
|
|
253
253
|
]
|
|
254
|
-
}
|
|
255
|
-
/* @__PURE__ */
|
|
254
|
+
}),
|
|
255
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
256
256
|
className: "space-y-3",
|
|
257
257
|
children: [
|
|
258
|
-
/* @__PURE__ */
|
|
258
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
259
259
|
className: "text-2xl font-bold",
|
|
260
260
|
children: "Validation gate"
|
|
261
|
-
}
|
|
262
|
-
/* @__PURE__ */
|
|
261
|
+
}),
|
|
262
|
+
/* @__PURE__ */ jsx2("p", {
|
|
263
263
|
className: "text-muted-foreground text-sm",
|
|
264
264
|
children: "Validate all marketplace plugins before publishing."
|
|
265
|
-
}
|
|
266
|
-
/* @__PURE__ */
|
|
265
|
+
}),
|
|
266
|
+
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
267
267
|
language: "bash",
|
|
268
268
|
filename: "validate-marketplace",
|
|
269
269
|
code: `bun run plugin:contractspec:validate
|
|
270
270
|
|
|
271
271
|
# Optional when offline
|
|
272
272
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
273
|
-
}
|
|
273
|
+
})
|
|
274
274
|
]
|
|
275
|
-
}
|
|
275
|
+
})
|
|
276
276
|
]
|
|
277
|
-
}
|
|
278
|
-
/* @__PURE__ */
|
|
277
|
+
}),
|
|
278
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
279
279
|
className: "flex items-center gap-4 pt-4",
|
|
280
280
|
children: [
|
|
281
|
-
/* @__PURE__ */
|
|
281
|
+
/* @__PURE__ */ jsxs2(Link2, {
|
|
282
282
|
href: "/docs/ecosystem/templates",
|
|
283
283
|
className: "btn-primary",
|
|
284
284
|
children: [
|
|
285
285
|
"Author a plugin ",
|
|
286
|
-
/* @__PURE__ */
|
|
286
|
+
/* @__PURE__ */ jsx2(ChevronRight2, {
|
|
287
287
|
size: 16
|
|
288
|
-
}
|
|
288
|
+
})
|
|
289
289
|
]
|
|
290
|
-
}
|
|
291
|
-
/* @__PURE__ */
|
|
290
|
+
}),
|
|
291
|
+
/* @__PURE__ */ jsx2(Link2, {
|
|
292
292
|
href: "/docs/ecosystem/registry",
|
|
293
293
|
className: "btn-ghost",
|
|
294
294
|
children: "Manifest details"
|
|
295
|
-
}
|
|
295
|
+
})
|
|
296
296
|
]
|
|
297
|
-
}
|
|
297
|
+
})
|
|
298
298
|
]
|
|
299
|
-
}
|
|
299
|
+
});
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
// src/components/docs/ecosystem/RegistryPage.tsx
|
|
303
303
|
import { CodeBlock as CodeBlock3 } from "@contractspec/lib.design-system";
|
|
304
304
|
import Link3 from "@contractspec/lib.ui-link";
|
|
305
305
|
import { ChevronRight as ChevronRight3 } from "lucide-react";
|
|
306
|
-
import {
|
|
306
|
+
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
307
307
|
function EcosystemRegistryPage() {
|
|
308
|
-
return /* @__PURE__ */
|
|
308
|
+
return /* @__PURE__ */ jsxs3("div", {
|
|
309
309
|
className: "space-y-8",
|
|
310
310
|
children: [
|
|
311
|
-
/* @__PURE__ */
|
|
311
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
312
312
|
className: "space-y-3",
|
|
313
313
|
children: [
|
|
314
|
-
/* @__PURE__ */
|
|
314
|
+
/* @__PURE__ */ jsx3("h1", {
|
|
315
315
|
className: "text-4xl font-bold",
|
|
316
316
|
children: "Marketplace manifest"
|
|
317
|
-
}
|
|
318
|
-
/* @__PURE__ */
|
|
317
|
+
}),
|
|
318
|
+
/* @__PURE__ */ jsx3("p", {
|
|
319
319
|
className: "text-muted-foreground text-lg",
|
|
320
320
|
children: "ContractSpec publishes a multi-plugin Cursor marketplace catalog from a single root manifest."
|
|
321
|
-
}
|
|
321
|
+
})
|
|
322
322
|
]
|
|
323
|
-
}
|
|
324
|
-
/* @__PURE__ */
|
|
323
|
+
}),
|
|
324
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
325
325
|
className: "card-subtle space-y-4 p-6",
|
|
326
326
|
children: [
|
|
327
|
-
/* @__PURE__ */
|
|
327
|
+
/* @__PURE__ */ jsx3("h2", {
|
|
328
328
|
className: "text-2xl font-bold",
|
|
329
329
|
children: "Root manifest shape"
|
|
330
|
-
}
|
|
331
|
-
/* @__PURE__ */
|
|
330
|
+
}),
|
|
331
|
+
/* @__PURE__ */ jsxs3("p", {
|
|
332
332
|
className: "text-muted-foreground text-sm",
|
|
333
333
|
children: [
|
|
334
334
|
"Cursor reads ",
|
|
335
|
-
/* @__PURE__ */
|
|
335
|
+
/* @__PURE__ */ jsx3("code", {
|
|
336
336
|
children: ".cursor-plugin/marketplace.json"
|
|
337
|
-
}
|
|
337
|
+
}),
|
|
338
338
|
" at repository root and resolves each plugin source path."
|
|
339
339
|
]
|
|
340
|
-
}
|
|
341
|
-
/* @__PURE__ */
|
|
340
|
+
}),
|
|
341
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
342
342
|
language: "json",
|
|
343
343
|
filename: ".cursor-plugin/marketplace.json",
|
|
344
344
|
code: `{
|
|
@@ -354,21 +354,21 @@ function EcosystemRegistryPage() {
|
|
|
354
354
|
}
|
|
355
355
|
]
|
|
356
356
|
}`
|
|
357
|
-
}
|
|
357
|
+
})
|
|
358
358
|
]
|
|
359
|
-
}
|
|
360
|
-
/* @__PURE__ */
|
|
359
|
+
}),
|
|
360
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
361
361
|
className: "card-subtle space-y-4 p-6",
|
|
362
362
|
children: [
|
|
363
|
-
/* @__PURE__ */
|
|
363
|
+
/* @__PURE__ */ jsx3("h2", {
|
|
364
364
|
className: "text-2xl font-bold",
|
|
365
365
|
children: "Per-plugin contract"
|
|
366
|
-
}
|
|
367
|
-
/* @__PURE__ */
|
|
366
|
+
}),
|
|
367
|
+
/* @__PURE__ */ jsx3("p", {
|
|
368
368
|
className: "text-muted-foreground text-sm",
|
|
369
369
|
children: "Each plugin source must include a Cursor plugin manifest and composable assets."
|
|
370
|
-
}
|
|
371
|
-
/* @__PURE__ */
|
|
370
|
+
}),
|
|
371
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
372
372
|
language: "text",
|
|
373
373
|
filename: "plugin-layout",
|
|
374
374
|
code: `plugins/<plugin-name>/
|
|
@@ -378,104 +378,104 @@ function EcosystemRegistryPage() {
|
|
|
378
378
|
agents/
|
|
379
379
|
skills/
|
|
380
380
|
.mcp.json`
|
|
381
|
-
}
|
|
382
|
-
/* @__PURE__ */
|
|
381
|
+
}),
|
|
382
|
+
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
383
383
|
language: "bash",
|
|
384
384
|
filename: "validate-catalog",
|
|
385
385
|
code: `bun run plugin:contractspec:validate
|
|
386
386
|
|
|
387
387
|
# Optional in offline environments
|
|
388
388
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
389
|
-
}
|
|
389
|
+
})
|
|
390
390
|
]
|
|
391
|
-
}
|
|
392
|
-
/* @__PURE__ */
|
|
391
|
+
}),
|
|
392
|
+
/* @__PURE__ */ jsxs3("div", {
|
|
393
393
|
className: "flex items-center gap-4 pt-4",
|
|
394
394
|
children: [
|
|
395
|
-
/* @__PURE__ */
|
|
395
|
+
/* @__PURE__ */ jsxs3(Link3, {
|
|
396
396
|
href: "/docs/ecosystem/integrations",
|
|
397
397
|
className: "btn-primary",
|
|
398
398
|
children: [
|
|
399
399
|
"Integrations ",
|
|
400
|
-
/* @__PURE__ */
|
|
400
|
+
/* @__PURE__ */ jsx3(ChevronRight3, {
|
|
401
401
|
size: 16
|
|
402
|
-
}
|
|
402
|
+
})
|
|
403
403
|
]
|
|
404
|
-
}
|
|
405
|
-
/* @__PURE__ */
|
|
404
|
+
}),
|
|
405
|
+
/* @__PURE__ */ jsx3(Link3, {
|
|
406
406
|
href: "/docs/ecosystem/templates",
|
|
407
407
|
className: "btn-ghost",
|
|
408
408
|
children: "Plugin authoring templates"
|
|
409
|
-
}
|
|
409
|
+
})
|
|
410
410
|
]
|
|
411
|
-
}
|
|
411
|
+
})
|
|
412
412
|
]
|
|
413
|
-
}
|
|
413
|
+
});
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
// src/components/docs/shared/StudioPrompt.tsx
|
|
417
417
|
import Link4 from "@contractspec/lib.ui-link";
|
|
418
|
-
import {
|
|
418
|
+
import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
419
419
|
function StudioPrompt({
|
|
420
420
|
title = "Want to turn product signals into spec-first deliverables?",
|
|
421
421
|
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
422
422
|
ctaLabel = "Try Studio",
|
|
423
423
|
href = "https://www.contractspec.studio"
|
|
424
424
|
}) {
|
|
425
|
-
return /* @__PURE__ */
|
|
425
|
+
return /* @__PURE__ */ jsxs4("div", {
|
|
426
426
|
className: "card-subtle space-y-3 p-6",
|
|
427
427
|
children: [
|
|
428
|
-
/* @__PURE__ */
|
|
428
|
+
/* @__PURE__ */ jsx4("h3", {
|
|
429
429
|
className: "text-lg font-semibold",
|
|
430
430
|
children: title
|
|
431
|
-
}
|
|
432
|
-
/* @__PURE__ */
|
|
431
|
+
}),
|
|
432
|
+
/* @__PURE__ */ jsx4("p", {
|
|
433
433
|
className: "text-muted-foreground text-sm",
|
|
434
434
|
children: body
|
|
435
|
-
}
|
|
436
|
-
/* @__PURE__ */
|
|
435
|
+
}),
|
|
436
|
+
/* @__PURE__ */ jsx4(Link4, {
|
|
437
437
|
href,
|
|
438
438
|
className: "btn-primary",
|
|
439
439
|
children: ctaLabel
|
|
440
|
-
}
|
|
440
|
+
})
|
|
441
441
|
]
|
|
442
|
-
}
|
|
442
|
+
});
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
// src/components/docs/ecosystem/TemplatesPage.tsx
|
|
446
446
|
import { CodeBlock as CodeBlock4 } from "@contractspec/lib.design-system";
|
|
447
447
|
import Link5 from "@contractspec/lib.ui-link";
|
|
448
448
|
import { ChevronRight as ChevronRight4 } from "lucide-react";
|
|
449
|
-
import {
|
|
449
|
+
import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
450
450
|
function EcosystemTemplatesPage() {
|
|
451
|
-
return /* @__PURE__ */
|
|
451
|
+
return /* @__PURE__ */ jsxs5("div", {
|
|
452
452
|
className: "space-y-8",
|
|
453
453
|
children: [
|
|
454
|
-
/* @__PURE__ */
|
|
454
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
455
455
|
className: "space-y-3",
|
|
456
456
|
children: [
|
|
457
|
-
/* @__PURE__ */
|
|
457
|
+
/* @__PURE__ */ jsx5("h1", {
|
|
458
458
|
className: "text-4xl font-bold",
|
|
459
459
|
children: "Plugin authoring templates"
|
|
460
|
-
}
|
|
461
|
-
/* @__PURE__ */
|
|
460
|
+
}),
|
|
461
|
+
/* @__PURE__ */ jsx5("p", {
|
|
462
462
|
className: "text-muted-foreground text-lg",
|
|
463
463
|
children: "Scaffold focused Cursor plugins for ContractSpec product and core libraries."
|
|
464
|
-
}
|
|
464
|
+
})
|
|
465
465
|
]
|
|
466
|
-
}
|
|
467
|
-
/* @__PURE__ */
|
|
466
|
+
}),
|
|
467
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
468
468
|
className: "card-subtle space-y-4 p-6",
|
|
469
469
|
children: [
|
|
470
|
-
/* @__PURE__ */
|
|
470
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
471
471
|
className: "text-2xl font-bold",
|
|
472
472
|
children: "Create a focused plugin"
|
|
473
|
-
}
|
|
474
|
-
/* @__PURE__ */
|
|
473
|
+
}),
|
|
474
|
+
/* @__PURE__ */ jsx5("p", {
|
|
475
475
|
className: "text-muted-foreground text-sm",
|
|
476
476
|
children: "Start from a scoped domain and keep each plugin aligned to one product or library surface."
|
|
477
|
-
}
|
|
478
|
-
/* @__PURE__ */
|
|
477
|
+
}),
|
|
478
|
+
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
479
479
|
language: "bash",
|
|
480
480
|
filename: "catalog-authoring-layout",
|
|
481
481
|
code: `packages/apps-registry/cursor-marketplace/
|
|
@@ -487,43 +487,43 @@ function EcosystemTemplatesPage() {
|
|
|
487
487
|
agents/
|
|
488
488
|
skills/
|
|
489
489
|
.mcp.json`
|
|
490
|
-
}
|
|
490
|
+
})
|
|
491
491
|
]
|
|
492
|
-
}
|
|
493
|
-
/* @__PURE__ */
|
|
492
|
+
}),
|
|
493
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
494
494
|
className: "card-subtle space-y-4 p-6",
|
|
495
495
|
children: [
|
|
496
|
-
/* @__PURE__ */
|
|
496
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
497
497
|
className: "text-2xl font-bold",
|
|
498
498
|
children: "Template outputs"
|
|
499
|
-
}
|
|
500
|
-
/* @__PURE__ */
|
|
499
|
+
}),
|
|
500
|
+
/* @__PURE__ */ jsxs5("ul", {
|
|
501
501
|
className: "text-muted-foreground space-y-2 text-sm",
|
|
502
502
|
children: [
|
|
503
|
-
/* @__PURE__ */
|
|
503
|
+
/* @__PURE__ */ jsx5("li", {
|
|
504
504
|
children: ".cursor-plugin/plugin.json with plugin metadata and paths"
|
|
505
|
-
}
|
|
506
|
-
/* @__PURE__ */
|
|
505
|
+
}),
|
|
506
|
+
/* @__PURE__ */ jsx5("li", {
|
|
507
507
|
children: "rules/, commands/, agents/, and skills/ content directories"
|
|
508
|
-
}
|
|
509
|
-
/* @__PURE__ */
|
|
508
|
+
}),
|
|
509
|
+
/* @__PURE__ */ jsx5("li", {
|
|
510
510
|
children: ".mcp.json with all MCP server declarations used by the plugin"
|
|
511
|
-
}
|
|
512
|
-
/* @__PURE__ */
|
|
511
|
+
}),
|
|
512
|
+
/* @__PURE__ */ jsx5("li", {
|
|
513
513
|
children: "README.md describing scope and governance boundaries"
|
|
514
|
-
}
|
|
514
|
+
})
|
|
515
515
|
]
|
|
516
|
-
}
|
|
516
|
+
})
|
|
517
517
|
]
|
|
518
|
-
}
|
|
519
|
-
/* @__PURE__ */
|
|
518
|
+
}),
|
|
519
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
520
520
|
className: "card-subtle space-y-4 p-6",
|
|
521
521
|
children: [
|
|
522
|
-
/* @__PURE__ */
|
|
522
|
+
/* @__PURE__ */ jsx5("h2", {
|
|
523
523
|
className: "text-2xl font-bold",
|
|
524
524
|
children: "Validate before submission"
|
|
525
|
-
}
|
|
526
|
-
/* @__PURE__ */
|
|
525
|
+
}),
|
|
526
|
+
/* @__PURE__ */ jsx5(CodeBlock4, {
|
|
527
527
|
language: "bash",
|
|
528
528
|
filename: "validate-marketplace-catalog",
|
|
529
529
|
code: `# Validate all plugins referenced by root marketplace manifest
|
|
@@ -531,35 +531,35 @@ bun run plugin:contractspec:validate
|
|
|
531
531
|
|
|
532
532
|
# Optional in offline environments
|
|
533
533
|
SKIP_PLUGIN_NETWORK_CHECK=1 bun run plugin:contractspec:validate`
|
|
534
|
-
}
|
|
534
|
+
})
|
|
535
535
|
]
|
|
536
|
-
}
|
|
537
|
-
/* @__PURE__ */
|
|
536
|
+
}),
|
|
537
|
+
/* @__PURE__ */ jsx5(StudioPrompt, {
|
|
538
538
|
title: "Need evidence-backed template iteration?",
|
|
539
539
|
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
540
|
-
}
|
|
541
|
-
/* @__PURE__ */
|
|
540
|
+
}),
|
|
541
|
+
/* @__PURE__ */ jsxs5("div", {
|
|
542
542
|
className: "flex items-center gap-4 pt-4",
|
|
543
543
|
children: [
|
|
544
|
-
/* @__PURE__ */
|
|
544
|
+
/* @__PURE__ */ jsxs5(Link5, {
|
|
545
545
|
href: "/docs/ecosystem/plugins",
|
|
546
546
|
className: "btn-primary",
|
|
547
547
|
children: [
|
|
548
548
|
"Marketplace plugins ",
|
|
549
|
-
/* @__PURE__ */
|
|
549
|
+
/* @__PURE__ */ jsx5(ChevronRight4, {
|
|
550
550
|
size: 16
|
|
551
|
-
}
|
|
551
|
+
})
|
|
552
552
|
]
|
|
553
|
-
}
|
|
554
|
-
/* @__PURE__ */
|
|
553
|
+
}),
|
|
554
|
+
/* @__PURE__ */ jsx5(Link5, {
|
|
555
555
|
href: "/docs/ecosystem/registry",
|
|
556
556
|
className: "btn-ghost",
|
|
557
557
|
children: "Marketplace manifest"
|
|
558
|
-
}
|
|
558
|
+
})
|
|
559
559
|
]
|
|
560
|
-
}
|
|
560
|
+
})
|
|
561
561
|
]
|
|
562
|
-
}
|
|
562
|
+
});
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
// src/components/docs/ecosystem/ecosystem.docblocks.ts
|