@contractspec/bundle.library 1.12.0 → 1.13.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 +571 -1228
- package/.turbo/turbo-prebuild.log +1 -0
- package/CHANGELOG.md +21 -0
- package/dist/__tests__/env-setup.d.ts +2 -0
- package/dist/__tests__/env-setup.d.ts.map +1 -0
- package/dist/__tests__/mocks/prisma.d.ts +16 -0
- package/dist/__tests__/mocks/prisma.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +2 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/application/index.d.ts +2 -4
- package/dist/application/index.d.ts.map +1 -0
- package/dist/application/index.js +696 -5
- package/dist/application/mcp/cliMcp.d.ts +79 -85
- package/dist/application/mcp/cliMcp.d.ts.map +1 -1
- package/dist/application/mcp/cliMcp.js +329 -218
- package/dist/application/mcp/common.d.ts +90 -103
- package/dist/application/mcp/common.d.ts.map +1 -1
- package/dist/application/mcp/common.js +73 -61
- package/dist/application/mcp/docsMcp.d.ts +79 -85
- package/dist/application/mcp/docsMcp.d.ts.map +1 -1
- package/dist/application/mcp/docsMcp.js +259 -136
- package/dist/application/mcp/index.d.ts +4 -4
- package/dist/application/mcp/index.d.ts.map +1 -0
- package/dist/application/mcp/index.js +696 -4
- package/dist/application/mcp/internalMcp.d.ts +79 -85
- package/dist/application/mcp/internalMcp.d.ts.map +1 -1
- package/dist/application/mcp/internalMcp.js +285 -172
- package/dist/components/docs/DocsIndexPage.d.ts +1 -6
- package/dist/components/docs/DocsIndexPage.d.ts.map +1 -1
- package/dist/components/docs/DocsIndexPage.js +259 -211
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedMCPPage.js +269 -212
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +105 -74
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +116 -86
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +88 -71
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +371 -203
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +97 -72
- package/dist/components/docs/advanced/index.d.ts +7 -7
- package/dist/components/docs/advanced/index.d.ts.map +1 -0
- package/dist/components/docs/advanced/index.js +1221 -8
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +235 -171
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +251 -180
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +366 -282
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +162 -113
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +446 -321
- package/dist/components/docs/architecture/index.d.ts +6 -6
- package/dist/components/docs/architecture/index.d.ts.map +1 -0
- package/dist/components/docs/architecture/index.js +1913 -6
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +244 -198
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +228 -168
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +244 -198
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +201 -166
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +253 -175
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +338 -274
- package/dist/components/docs/comparison/index.d.ts +7 -7
- package/dist/components/docs/comparison/index.d.ts.map +1 -0
- package/dist/components/docs/comparison/index.js +1511 -8
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js +96 -76
- package/dist/components/docs/ecosystem/PluginsPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/PluginsPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/PluginsPage.js +139 -114
- package/dist/components/docs/ecosystem/RegistryPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/RegistryPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/RegistryPage.js +81 -71
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/TemplatesPage.js +136 -84
- package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts +2 -1
- package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js +45 -51
- package/dist/components/docs/ecosystem/index.d.ts +6 -5
- package/dist/components/docs/ecosystem/index.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/index.js +614 -6
- package/dist/components/docs/examples/DocsExamplesPage.d.ts +1 -6
- package/dist/components/docs/examples/DocsExamplesPage.d.ts.map +1 -1
- package/dist/components/docs/examples/DocsExamplesPage.js +79 -65
- package/dist/components/docs/examples/index.d.ts +2 -2
- package/dist/components/docs/examples/index.d.ts.map +1 -0
- package/dist/components/docs/examples/index.js +85 -3
- package/dist/components/docs/generated/docs-index.generated.d.ts +24 -27
- package/dist/components/docs/generated/docs-index.generated.d.ts.map +1 -1
- package/dist/components/docs/generated/docs-index.generated.js +6 -6
- package/dist/components/docs/generated/index.d.ts +3 -3
- package/dist/components/docs/generated/index.d.ts.map +1 -0
- package/dist/components/docs/generated/index.js +74 -2
- package/dist/components/docs/generated/loader.d.ts +6 -10
- package/dist/components/docs/generated/loader.d.ts.map +1 -1
- package/dist/components/docs/generated/loader.js +60 -48
- package/dist/components/docs/getting-started/CLIPage.d.ts +1 -6
- package/dist/components/docs/getting-started/CLIPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/CLIPage.js +265 -231
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts +1 -6
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/CompatibilityPage.js +171 -115
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts +1 -6
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +128 -105
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts +1 -6
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +191 -151
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts +1 -6
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js +176 -138
- package/dist/components/docs/getting-started/InstallationPage.d.ts +1 -6
- package/dist/components/docs/getting-started/InstallationPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/InstallationPage.js +149 -115
- package/dist/components/docs/getting-started/StartHerePage.d.ts +1 -6
- package/dist/components/docs/getting-started/StartHerePage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/StartHerePage.js +125 -98
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts +1 -6
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/TroubleshootingPage.js +164 -111
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts +1 -6
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +429 -353
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts +2 -6
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts.map +1 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js +36 -37
- package/dist/components/docs/getting-started/index.d.ts +11 -11
- package/dist/components/docs/getting-started/index.d.ts.map +1 -0
- package/dist/components/docs/getting-started/index.js +2184 -12
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +192 -143
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideContractTypesPage.js +532 -440
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts +1 -6
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +202 -142
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +205 -152
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +743 -543
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +260 -199
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +190 -139
- package/dist/components/docs/guides/GuidesIndexPage.d.ts +1 -6
- package/dist/components/docs/guides/GuidesIndexPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +141 -115
- package/dist/components/docs/guides/guides.docblocks.d.ts +2 -1
- package/dist/components/docs/guides/guides.docblocks.d.ts.map +1 -0
- package/dist/components/docs/guides/guides.docblocks.js +65 -87
- package/dist/components/docs/guides/index.d.ts +10 -9
- package/dist/components/docs/guides/index.d.ts.map +1 -0
- package/dist/components/docs/guides/index.js +2903 -11
- package/dist/components/docs/index.d.ts +20 -135
- package/dist/components/docs/index.d.ts.map +1 -0
- package/dist/components/docs/index.js +28182 -136
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +40 -33
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +103 -72
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +107 -79
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +77 -57
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +138 -95
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +598 -481
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +217 -146
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +298 -243
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +112 -82
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsResendPage.js +100 -71
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsS3Page.js +122 -84
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +248 -167
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsStripePage.js +332 -255
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +126 -87
- package/dist/components/docs/integrations/index.d.ts +15 -15
- package/dist/components/docs/integrations/index.d.ts.map +1 -0
- package/dist/components/docs/integrations/index.js +3312 -16
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts +3 -9
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts.map +1 -1
- package/dist/components/docs/intent/ContractFirstApiPage.js +120 -96
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts +3 -9
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts.map +1 -1
- package/dist/components/docs/intent/DeterministicCodegenPage.js +138 -117
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts +3 -9
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts.map +1 -1
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +198 -168
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts +3 -9
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts.map +1 -1
- package/dist/components/docs/intent/OpenapiAlternativePage.js +196 -146
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts +3 -9
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts.map +1 -1
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +138 -117
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts +3 -9
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts.map +1 -1
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +120 -96
- package/dist/components/docs/intent/index.d.ts +8 -7
- package/dist/components/docs/intent/index.d.ts.map +1 -0
- package/dist/components/docs/intent/index.js +1595 -8
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts +7 -11
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts.map +1 -1
- package/dist/components/docs/intent/intent-pages.docblocks.js +196 -173
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +748 -447
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +189 -125
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +405 -294
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +389 -288
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +300 -227
- package/dist/components/docs/knowledge/index.d.ts +6 -6
- package/dist/components/docs/knowledge/index.d.ts.map +1 -0
- package/dist/components/docs/knowledge/index.js +2444 -6
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +193 -132
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +141 -89
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +75 -59
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +96 -67
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesContractsPage.js +277 -140
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +107 -76
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +162 -106
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +181 -112
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +273 -158
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +121 -91
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +169 -118
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +83 -62
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +103 -84
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +123 -100
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +104 -86
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +481 -356
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +108 -93
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +127 -96
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +114 -97
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +196 -116
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSLOPage.js +111 -83
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +268 -151
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +129 -77
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesTestingPage.js +121 -91
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +226 -136
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +83 -62
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +177 -111
- package/dist/components/docs/libraries/index.d.ts +28 -28
- package/dist/components/docs/libraries/index.d.ts.map +1 -0
- package/dist/components/docs/libraries/index.js +5005 -29
- package/dist/components/docs/manifesto/ManifestoPage.d.ts +1 -6
- package/dist/components/docs/manifesto/ManifestoPage.d.ts.map +1 -1
- package/dist/components/docs/manifesto/ManifestoPage.js +190 -183
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts +1 -6
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts.map +1 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +130 -92
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts +1 -6
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts.map +1 -1
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +69 -55
- package/dist/components/docs/ops/index.d.ts +3 -3
- package/dist/components/docs/ops/index.d.ts.map +1 -0
- package/dist/components/docs/ops/index.js +213 -3
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +38 -38
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +68 -68
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +69 -69
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +69 -69
- package/dist/components/docs/ops/ops-top.docs.d.ts +2 -6
- package/dist/components/docs/ops/ops-top.docs.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-top.docs.js +17 -15
- package/dist/components/docs/ops/ops.docs.d.ts +2 -6
- package/dist/components/docs/ops/ops.docs.d.ts.map +1 -1
- package/dist/components/docs/ops/ops.docs.js +579 -16
- package/dist/components/docs/product/product.docblocks.d.ts +2 -6
- package/dist/components/docs/product/product.docblocks.d.ts.map +1 -1
- package/dist/components/docs/product/product.docblocks.js +66 -67
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts +3 -10
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsMarkdownContent.js +188 -64
- package/dist/components/docs/reference/DocsReferenceContent.d.ts +5 -12
- package/dist/components/docs/reference/DocsReferenceContent.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceContent.js +251 -45
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts +4 -10
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +120 -98
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts +1 -6
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +205 -9
- package/dist/components/docs/reference/DocsReferencePage.d.ts +5 -12
- package/dist/components/docs/reference/DocsReferencePage.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferencePage.js +264 -11
- package/dist/components/docs/reference/docsMarkdownParser.d.ts +15 -18
- package/dist/components/docs/reference/docsMarkdownParser.d.ts.map +1 -1
- package/dist/components/docs/reference/docsMarkdownParser.js +87 -90
- package/dist/components/docs/reference/index.d.ts +3 -3
- package/dist/components/docs/reference/index.d.ts.map +1 -0
- package/dist/components/docs/reference/index.js +472 -3
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyAuditingPage.js +348 -210
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyMigrationsPage.js +357 -220
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyOverviewPage.js +236 -194
- package/dist/components/docs/safety/SafetyPDPPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyPDPPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyPDPPage.js +299 -201
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +204 -154
- package/dist/components/docs/safety/SafetySigningPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetySigningPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetySigningPage.js +89 -66
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +77 -59
- package/dist/components/docs/safety/index.d.ts +8 -8
- package/dist/components/docs/safety/index.d.ts.map +1 -0
- package/dist/components/docs/safety/index.js +1698 -9
- package/dist/components/docs/shared/StudioPrompt.d.ts +6 -15
- package/dist/components/docs/shared/StudioPrompt.d.ts.map +1 -1
- package/dist/components/docs/shared/StudioPrompt.js +30 -26
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +156 -126
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsDataViewsPage.js +258 -168
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsOverlaysPage.js +370 -205
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsOverviewPage.js +346 -277
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js +418 -311
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +310 -205
- package/dist/components/docs/specs/index.d.ts +7 -7
- package/dist/components/docs/specs/index.d.ts.map +1 -0
- package/dist/components/docs/specs/index.js +2082 -8
- package/dist/components/docs/studio/StudioBYOKPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioBYOKPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioBYOKPage.js +78 -76
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js +99 -81
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js +82 -80
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js +70 -65
- package/dist/components/docs/studio/StudioOverviewPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioOverviewPage.js +71 -66
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +118 -99
- package/dist/components/docs/studio/index.d.ts +7 -7
- package/dist/components/docs/studio/index.d.ts.map +1 -0
- package/dist/components/docs/studio/index.js +538 -8
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts +2 -6
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts.map +1 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +17 -16
- package/dist/components/integrations/index.d.ts +5 -5
- package/dist/components/integrations/index.d.ts.map +1 -0
- package/dist/components/integrations/index.js +601 -5
- package/dist/components/integrations/molecules/IntegrationCard.d.ts +11 -26
- package/dist/components/integrations/molecules/IntegrationCard.d.ts.map +1 -1
- package/dist/components/integrations/molecules/IntegrationCard.js +98 -60
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts +13 -22
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts.map +1 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +211 -77
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts +15 -27
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts.map +1 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js +281 -189
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts +12 -22
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts.map +1 -1
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +102 -65
- package/dist/components/legal/PrivacyTemplate.d.ts +3 -9
- package/dist/components/legal/PrivacyTemplate.d.ts.map +1 -1
- package/dist/components/legal/PrivacyTemplate.js +1023 -842
- package/dist/components/legal/TermsTemplate.d.ts +3 -9
- package/dist/components/legal/TermsTemplate.d.ts.map +1 -1
- package/dist/components/legal/TermsTemplate.js +939 -780
- package/dist/components/legal/index.d.ts +3 -3
- package/dist/components/legal/index.d.ts.map +1 -0
- package/dist/components/legal/index.js +1963 -3
- package/dist/components/shared/FeatureGateNotice.d.ts +6 -16
- package/dist/components/shared/FeatureGateNotice.d.ts.map +1 -1
- package/dist/components/shared/FeatureGateNotice.js +37 -32
- package/dist/components/shared/index.d.ts +2 -2
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/index.js +39 -3
- package/dist/components/shell/WorkspaceHeader.d.ts +19 -32
- package/dist/components/shell/WorkspaceHeader.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceHeader.js +97 -59
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +9 -28
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js +220 -35
- package/dist/components/shell/WorkspaceSidebar.d.ts +12 -22
- package/dist/components/shell/WorkspaceSidebar.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceSidebar.js +67 -31
- package/dist/components/shell/index.d.ts +4 -4
- package/dist/components/shell/index.d.ts.map +1 -0
- package/dist/components/shell/index.js +224 -4
- package/dist/components/templates/engine/index.d.ts +18 -11
- package/dist/components/templates/engine/index.d.ts.map +1 -1
- package/dist/components/templates/engine/index.js +28 -41
- package/dist/components/templates/index.d.ts +4 -16
- package/dist/components/templates/index.d.ts.map +1 -0
- package/dist/components/templates/index.js +1067 -17
- package/dist/components/templates/messaging/ConversationList.d.ts +4 -12
- package/dist/components/templates/messaging/ConversationList.d.ts.map +1 -1
- package/dist/components/templates/messaging/ConversationList.js +79 -52
- package/dist/components/templates/messaging/MessageComposer.d.ts +5 -14
- package/dist/components/templates/messaging/MessageComposer.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessageComposer.js +159 -52
- package/dist/components/templates/messaging/MessageThread.d.ts +5 -14
- package/dist/components/templates/messaging/MessageThread.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessageThread.js +78 -75
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts +1 -6
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessagingWorkspace.js +290 -25
- package/dist/components/templates/messaging/index.d.ts +5 -5
- package/dist/components/templates/messaging/index.d.ts.map +1 -0
- package/dist/components/templates/messaging/index.js +300 -5
- package/dist/components/templates/messaging/types.d.ts +20 -23
- package/dist/components/templates/messaging/types.d.ts.map +1 -1
- package/dist/components/templates/messaging/types.js +1 -0
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts +4 -12
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts.map +1 -1
- package/dist/components/templates/recipes/LanguageSwitcher.js +15 -16
- package/dist/components/templates/recipes/RecipeCard.d.ts +6 -15
- package/dist/components/templates/recipes/RecipeCard.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeCard.js +79 -57
- package/dist/components/templates/recipes/RecipeDetail.d.ts +4 -11
- package/dist/components/templates/recipes/RecipeDetail.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeDetail.js +72 -47
- package/dist/components/templates/recipes/RecipeList.d.ts +1 -6
- package/dist/components/templates/recipes/RecipeList.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeList.js +236 -72
- package/dist/components/templates/recipes/index.d.ts +5 -5
- package/dist/components/templates/recipes/index.d.ts.map +1 -0
- package/dist/components/templates/recipes/index.js +282 -5
- package/dist/components/templates/recipes/types.d.ts +23 -26
- package/dist/components/templates/recipes/types.d.ts.map +1 -1
- package/dist/components/templates/recipes/types.js +1 -0
- package/dist/components/templates/todos/FilterBar.d.ts +11 -20
- package/dist/components/templates/todos/FilterBar.d.ts.map +1 -1
- package/dist/components/templates/todos/FilterBar.js +106 -95
- package/dist/components/templates/todos/TaskForm.d.ts +4 -11
- package/dist/components/templates/todos/TaskForm.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskForm.js +150 -127
- package/dist/components/templates/todos/TaskItem.d.ts +6 -15
- package/dist/components/templates/todos/TaskItem.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskItem.js +75 -64
- package/dist/components/templates/todos/TaskList.d.ts +1 -6
- package/dist/components/templates/todos/TaskList.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskList.js +446 -102
- package/dist/components/templates/todos/index.d.ts +5 -5
- package/dist/components/templates/todos/index.d.ts.map +1 -0
- package/dist/components/templates/todos/index.js +488 -5
- package/dist/components/templates/todos/types.d.ts +14 -17
- package/dist/components/templates/todos/types.d.ts.map +1 -1
- package/dist/components/templates/todos/types.js +1 -0
- package/dist/config/contractspec-blueprint.d.ts +2 -6
- package/dist/config/contractspec-blueprint.d.ts.map +1 -1
- package/dist/config/contractspec-blueprint.js +122 -70
- package/dist/config/contractspec-branding.d.ts +3 -7
- package/dist/config/contractspec-branding.d.ts.map +1 -1
- package/dist/config/contractspec-branding.js +43 -66
- package/dist/config/contractspec-routes.d.ts +2 -6
- package/dist/config/contractspec-routes.d.ts.map +1 -1
- package/dist/config/contractspec-routes.js +24 -68
- package/dist/config/index.d.ts +5 -5
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +126 -4
- package/dist/features/contracts-registry.d.ts +39 -36
- package/dist/features/contracts-registry.d.ts.map +1 -1
- package/dist/features/contracts-registry.js +122 -85
- package/dist/features/docs/docs.contracts.d.ts +2 -2
- package/dist/features/docs/docs.contracts.d.ts.map +1 -0
- package/dist/features/docs/docs.contracts.js +18 -3
- package/dist/features/docs/index.d.ts +2 -2
- package/dist/features/docs/index.d.ts.map +1 -0
- package/dist/features/docs/index.js +18 -3
- package/dist/features/docs.feature.d.ts +2 -6
- package/dist/features/docs.feature.d.ts.map +1 -1
- package/dist/features/docs.feature.js +33 -59
- package/dist/features/index.d.ts +10 -9
- package/dist/features/index.d.ts.map +1 -0
- package/dist/features/index.js +310 -8
- package/dist/features/mcp.feature.d.ts +2 -6
- package/dist/features/mcp.feature.d.ts.map +1 -1
- package/dist/features/mcp.feature.js +30 -56
- package/dist/features/presentations.feature.d.ts +2 -6
- package/dist/features/presentations.feature.d.ts.map +1 -1
- package/dist/features/presentations.feature.js +33 -60
- package/dist/features/registry.d.ts +4 -8
- package/dist/features/registry.d.ts.map +1 -1
- package/dist/features/registry.js +109 -31
- package/dist/index.d.ts +9 -158
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32497 -158
- package/dist/infrastructure/elysia/index.d.ts +2 -2
- package/dist/infrastructure/elysia/index.d.ts.map +1 -0
- package/dist/infrastructure/elysia/index.js +36 -3
- package/dist/infrastructure/elysia/logger.d.ts +6 -9
- package/dist/infrastructure/elysia/logger.d.ts.map +1 -1
- package/dist/infrastructure/elysia/logger.js +33 -29
- package/dist/infrastructure/index.d.ts +2 -3
- package/dist/infrastructure/index.d.ts.map +1 -0
- package/dist/infrastructure/index.js +36 -4
- package/dist/libs/email/client.d.ts +9 -12
- package/dist/libs/email/client.d.ts.map +1 -1
- package/dist/libs/email/client.js +107 -105
- package/dist/libs/email/client.test.d.ts +2 -0
- package/dist/libs/email/client.test.d.ts.map +1 -0
- package/dist/libs/email/contact.d.ts +2 -6
- package/dist/libs/email/contact.d.ts.map +1 -1
- package/dist/libs/email/contact.js +153 -41
- package/dist/libs/email/newsletter.d.ts +2 -6
- package/dist/libs/email/newsletter.d.ts.map +1 -1
- package/dist/libs/email/newsletter.js +167 -54
- package/dist/libs/email/types.d.ts +48 -52
- package/dist/libs/email/types.d.ts.map +1 -1
- package/dist/libs/email/types.js +3 -1
- package/dist/libs/email/utils.d.ts +2 -5
- package/dist/libs/email/utils.d.ts.map +1 -1
- package/dist/libs/email/utils.js +9 -7
- package/dist/libs/email/waitlist-application.d.ts +2 -6
- package/dist/libs/email/waitlist-application.d.ts.map +1 -1
- package/dist/libs/email/waitlist-application.js +187 -69
- package/dist/libs/email/waitlist.d.ts +2 -6
- package/dist/libs/email/waitlist.d.ts.map +1 -1
- package/dist/libs/email/waitlist.js +169 -56
- package/dist/libs/email.d.ts +6 -6
- package/dist/libs/email.d.ts.map +1 -0
- package/dist/libs/email.js +541 -6
- package/dist/libs/posthog/client.d.ts +15 -17
- package/dist/libs/posthog/client.d.ts.map +1 -1
- package/dist/libs/posthog/client.js +56 -44
- package/dist/libs/posthog/native.d.ts +6 -9
- package/dist/libs/posthog/native.d.ts.map +1 -1
- package/dist/libs/posthog/native.js +21 -16
- package/dist/libs/posthog/server.d.ts +3 -6
- package/dist/libs/posthog/server.d.ts.map +1 -1
- package/dist/libs/posthog/server.js +12 -12
- package/dist/libs/pricing-examples.d.ts +13 -16
- package/dist/libs/pricing-examples.d.ts.map +1 -1
- package/dist/libs/pricing-examples.js +18 -20
- package/dist/node/application/index.js +696 -0
- package/dist/node/application/mcp/cliMcp.js +341 -0
- package/dist/node/application/mcp/common.js +77 -0
- package/dist/node/application/mcp/docsMcp.js +267 -0
- package/dist/node/application/mcp/index.js +696 -0
- package/dist/node/application/mcp/internalMcp.js +294 -0
- package/dist/node/components/docs/DocsIndexPage.js +270 -0
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +337 -0
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +107 -0
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +132 -0
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +124 -0
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +417 -0
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +108 -0
- package/dist/node/components/docs/advanced/index.js +1220 -0
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +383 -0
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +386 -0
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +528 -0
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +172 -0
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +448 -0
- package/dist/node/components/docs/architecture/index.js +1913 -0
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +245 -0
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +230 -0
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +245 -0
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +202 -0
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +254 -0
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +339 -0
- package/dist/node/components/docs/comparison/index.js +1510 -0
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +102 -0
- package/dist/node/components/docs/ecosystem/PluginsPage.js +200 -0
- package/dist/node/components/docs/ecosystem/RegistryPage.js +119 -0
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +146 -0
- package/dist/node/components/docs/ecosystem/ecosystem.docblocks.js +49 -0
- package/dist/node/components/docs/ecosystem/index.js +614 -0
- package/dist/node/components/docs/examples/DocsExamplesPage.js +84 -0
- package/dist/node/components/docs/examples/index.js +84 -0
- package/dist/node/components/docs/generated/docs-index.generated.js +5 -0
- package/dist/node/components/docs/generated/index.js +74 -0
- package/dist/node/components/docs/generated/loader.js +74 -0
- package/dist/node/components/docs/getting-started/CLIPage.js +292 -0
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +173 -0
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +238 -0
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +194 -0
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +273 -0
- package/dist/node/components/docs/getting-started/InstallationPage.js +156 -0
- package/dist/node/components/docs/getting-started/StartHerePage.js +129 -0
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +169 -0
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +432 -0
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +137 -0
- package/dist/node/components/docs/getting-started/index.js +2183 -0
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +197 -0
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +738 -0
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +225 -0
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +211 -0
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +878 -0
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +318 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +255 -0
- package/dist/node/components/docs/guides/GuidesIndexPage.js +149 -0
- package/dist/node/components/docs/guides/guides.docblocks.js +111 -0
- package/dist/node/components/docs/guides/index.js +2902 -0
- package/dist/node/components/docs/index.js +28181 -0
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +51 -0
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +123 -0
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +131 -0
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +104 -0
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +195 -0
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +650 -0
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +261 -0
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +352 -0
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +178 -0
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +123 -0
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +163 -0
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +422 -0
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +425 -0
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +146 -0
- package/dist/node/components/docs/integrations/index.js +3311 -0
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +159 -0
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +184 -0
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +398 -0
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +237 -0
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +236 -0
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +197 -0
- package/dist/node/components/docs/intent/index.js +1594 -0
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +201 -0
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +829 -0
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +340 -0
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +464 -0
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +454 -0
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +361 -0
- package/dist/node/components/docs/knowledge/index.js +2444 -0
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +227 -0
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +168 -0
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +96 -0
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +119 -0
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +302 -0
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +123 -0
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +183 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +204 -0
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +312 -0
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +164 -0
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +186 -0
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +116 -0
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +118 -0
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +149 -0
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +135 -0
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +483 -0
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +129 -0
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +151 -0
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +138 -0
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +239 -0
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +126 -0
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +304 -0
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +144 -0
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +159 -0
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +247 -0
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +108 -0
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +200 -0
- package/dist/node/components/docs/libraries/index.js +5004 -0
- package/dist/node/components/docs/manifesto/ManifestoPage.js +191 -0
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +141 -0
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +73 -0
- package/dist/node/components/docs/ops/index.js +213 -0
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +151 -0
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +123 -0
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +134 -0
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +146 -0
- package/dist/node/components/docs/ops/ops-top.docs.js +25 -0
- package/dist/node/components/docs/ops/ops.docs.js +580 -0
- package/dist/node/components/docs/product/product.docblocks.js +78 -0
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +196 -0
- package/dist/node/components/docs/reference/DocsReferenceContent.js +257 -0
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +128 -0
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +207 -0
- package/dist/node/components/docs/reference/DocsReferencePage.js +266 -0
- package/dist/node/components/docs/reference/docsMarkdownParser.js +92 -0
- package/dist/node/components/docs/reference/index.js +472 -0
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +380 -0
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +381 -0
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +238 -0
- package/dist/node/components/docs/safety/SafetyPDPPage.js +318 -0
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +206 -0
- package/dist/node/components/docs/safety/SafetySigningPage.js +92 -0
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +88 -0
- package/dist/node/components/docs/safety/index.js +1697 -0
- package/dist/node/components/docs/shared/StudioPrompt.js +31 -0
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +195 -0
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +299 -0
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +408 -0
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +348 -0
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +473 -0
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +363 -0
- package/dist/node/components/docs/specs/index.js +2081 -0
- package/dist/node/components/docs/studio/StudioBYOKPage.js +80 -0
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +101 -0
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +94 -0
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +72 -0
- package/dist/node/components/docs/studio/StudioOverviewPage.js +74 -0
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +121 -0
- package/dist/node/components/docs/studio/index.js +537 -0
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +20 -0
- package/dist/node/components/integrations/index.js +601 -0
- package/dist/node/components/integrations/molecules/IntegrationCard.js +100 -0
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +214 -0
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +285 -0
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +103 -0
- package/dist/node/components/legal/PrivacyTemplate.js +1025 -0
- package/dist/node/components/legal/TermsTemplate.js +941 -0
- package/dist/node/components/legal/index.js +1963 -0
- package/dist/node/components/shared/FeatureGateNotice.js +38 -0
- package/dist/node/components/shared/index.js +38 -0
- package/dist/node/components/shell/WorkspaceHeader.js +100 -0
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +222 -0
- package/dist/node/components/shell/WorkspaceSidebar.js +68 -0
- package/dist/node/components/shell/index.js +224 -0
- package/dist/node/components/templates/engine/index.js +39 -0
- package/dist/node/components/templates/index.js +1066 -0
- package/dist/node/components/templates/messaging/ConversationList.js +96 -0
- package/dist/node/components/templates/messaging/MessageComposer.js +168 -0
- package/dist/node/components/templates/messaging/MessageThread.js +96 -0
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +296 -0
- package/dist/node/components/templates/messaging/index.js +300 -0
- package/dist/node/components/templates/messaging/types.js +0 -0
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +16 -0
- package/dist/node/components/templates/recipes/RecipeCard.js +80 -0
- package/dist/node/components/templates/recipes/RecipeDetail.js +74 -0
- package/dist/node/components/templates/recipes/RecipeList.js +279 -0
- package/dist/node/components/templates/recipes/index.js +282 -0
- package/dist/node/components/templates/recipes/types.js +0 -0
- package/dist/node/components/templates/todos/FilterBar.js +107 -0
- package/dist/node/components/templates/todos/TaskForm.js +164 -0
- package/dist/node/components/templates/todos/TaskItem.js +77 -0
- package/dist/node/components/templates/todos/TaskList.js +485 -0
- package/dist/node/components/templates/todos/index.js +488 -0
- package/dist/node/components/templates/todos/types.js +0 -0
- package/dist/node/config/contractspec-blueprint.js +123 -0
- package/dist/node/config/contractspec-branding.js +44 -0
- package/dist/node/config/contractspec-routes.js +24 -0
- package/dist/node/config/index.js +126 -0
- package/dist/node/features/contracts-registry.js +174 -0
- package/dist/node/features/docs/docs.contracts.js +17 -0
- package/dist/node/features/docs/index.js +17 -0
- package/dist/node/features/docs.feature.js +33 -0
- package/dist/node/features/index.js +311 -0
- package/dist/node/features/mcp.feature.js +30 -0
- package/dist/node/features/presentations.feature.js +33 -0
- package/dist/node/features/registry.js +116 -0
- package/dist/node/index.js +32496 -0
- package/dist/node/infrastructure/elysia/index.js +35 -0
- package/dist/node/infrastructure/elysia/logger.js +35 -0
- package/dist/node/infrastructure/index.js +35 -0
- package/dist/node/libs/email/client.js +114 -0
- package/dist/node/libs/email/contact.js +182 -0
- package/dist/node/libs/email/newsletter.js +207 -0
- package/dist/node/libs/email/types.js +2 -0
- package/dist/node/libs/email/utils.js +8 -0
- package/dist/node/libs/email/waitlist-application.js +281 -0
- package/dist/node/libs/email/waitlist.js +217 -0
- package/dist/node/libs/email.js +542 -0
- package/dist/node/libs/posthog/client.js +63 -0
- package/dist/node/libs/posthog/native.js +23 -0
- package/dist/node/libs/posthog/server.js +13 -0
- package/dist/node/libs/pricing-examples.js +18 -0
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +97 -0
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +97 -0
- package/dist/node/presentation/features/atoms/index.js +97 -0
- package/dist/node/presentation/features/hooks/index.js +393 -0
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +285 -0
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +75 -0
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +147 -0
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +28 -0
- package/dist/node/presentation/features/index.js +3059 -0
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +366 -0
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +366 -0
- package/dist/node/presentation/features/molecules/FeatureCard/types.js +0 -0
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +50 -0
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +50 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +92 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +92 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/types.js +0 -0
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +176 -0
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +176 -0
- package/dist/node/presentation/features/molecules/index.js +505 -0
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +300 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +154 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +154 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/types.js +0 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +909 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +909 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/types.js +0 -0
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +298 -0
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +298 -0
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +176 -0
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +300 -0
- package/dist/node/presentation/features/organisms/index.js +1355 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +332 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +332 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +338 -0
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +338 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +303 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +303 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +336 -0
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +336 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +329 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +329 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +336 -0
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +336 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +302 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +302 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +214 -0
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +214 -0
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +187 -0
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +187 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +306 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +306 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +338 -0
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +338 -0
- package/dist/node/presentation/features/templates/types.js +0 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts +16 -28
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts.map +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +89 -78
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +2 -2
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts.map +1 -0
- package/dist/presentation/features/atoms/FeatureIcon/index.js +98 -3
- package/dist/presentation/features/atoms/index.d.ts +2 -3
- package/dist/presentation/features/atoms/index.d.ts.map +1 -0
- package/dist/presentation/features/atoms/index.js +98 -4
- package/dist/presentation/features/hooks/index.d.ts +4 -4
- package/dist/presentation/features/hooks/index.d.ts.map +1 -0
- package/dist/presentation/features/hooks/index.js +393 -4
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts +10 -14
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js +282 -19
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts +24 -28
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js +73 -74
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts +17 -21
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +144 -33
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts +5 -8
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js +25 -28
- package/dist/presentation/features/index.d.ts +27 -57
- package/dist/presentation/features/index.d.ts.map +1 -0
- package/dist/presentation/features/index.js +3060 -48
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts +2 -11
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +364 -80
- package/dist/presentation/features/molecules/FeatureCard/index.d.ts +3 -3
- package/dist/presentation/features/molecules/FeatureCard/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCard/index.js +367 -3
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts +8 -12
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCard/types.js +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts +15 -27
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +48 -40
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts +2 -2
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +51 -3
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts +2 -17
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +90 -77
- package/dist/presentation/features/molecules/FeatureFilters/index.d.ts +3 -3
- package/dist/presentation/features/molecules/FeatureFilters/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureFilters/index.js +93 -3
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts +20 -24
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/types.js +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts +5 -12
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +173 -136
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts +2 -2
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +177 -3
- package/dist/presentation/features/molecules/index.d.ts +5 -11
- package/dist/presentation/features/molecules/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/index.js +506 -10
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +297 -25
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts +2 -10
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +150 -138
- package/dist/presentation/features/organisms/FeatureDetail/index.d.ts +3 -3
- package/dist/presentation/features/organisms/FeatureDetail/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/index.js +155 -3
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts +6 -10
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/types.js +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts +2 -13
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +901 -154
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +3 -3
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +909 -2
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts +14 -18
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/types.js +1 -0
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js +295 -25
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js +295 -25
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js +174 -25
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +297 -25
- package/dist/presentation/features/organisms/index.d.ts +8 -12
- package/dist/presentation/features/organisms/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/index.js +1356 -11
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +329 -231
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +332 -2
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +335 -30
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +338 -2
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +300 -210
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +303 -2
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +333 -30
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +336 -2
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +326 -231
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +329 -2
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +333 -30
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +336 -2
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +300 -205
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +302 -2
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +212 -31
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +214 -2
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts +5 -13
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +186 -26
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +188 -3
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +303 -210
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +306 -2
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts +9 -13
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +335 -30
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +338 -2
- package/dist/presentation/features/templates/types.d.ts +4 -8
- package/dist/presentation/features/templates/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/types.js +1 -0
- package/package.json +2107 -303
- package/src/components/docs/generated/docs-index.manifest.json +1 -1
- package/src/components/docs/generated/docs-index.platform-integrations.json +1 -1
- package/tsdown.config.js +1 -2
- package/.turbo/turbo-build$colon$bundle.log +0 -1230
- package/dist/application/mcp/cliMcp.js.map +0 -1
- package/dist/application/mcp/common.js.map +0 -1
- package/dist/application/mcp/docsMcp.js.map +0 -1
- package/dist/application/mcp/internalMcp.js.map +0 -1
- package/dist/components/docs/DocsIndexPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedMCPPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js.map +0 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js.map +0 -1
- package/dist/components/docs/ecosystem/PluginsPage.js.map +0 -1
- package/dist/components/docs/ecosystem/RegistryPage.js.map +0 -1
- package/dist/components/docs/ecosystem/TemplatesPage.js.map +0 -1
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js.map +0 -1
- package/dist/components/docs/examples/DocsExamplesPage.js.map +0 -1
- package/dist/components/docs/generated/docs-index.generated.js.map +0 -1
- package/dist/components/docs/generated/loader.js.map +0 -1
- package/dist/components/docs/getting-started/CLIPage.js.map +0 -1
- package/dist/components/docs/getting-started/CompatibilityPage.js.map +0 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js.map +0 -1
- package/dist/components/docs/getting-started/DeveloperToolsPage.js.map +0 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js.map +0 -1
- package/dist/components/docs/getting-started/InstallationPage.js.map +0 -1
- package/dist/components/docs/getting-started/StartHerePage.js.map +0 -1
- package/dist/components/docs/getting-started/TroubleshootingPage.js.map +0 -1
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js.map +0 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js.map +0 -1
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js.map +0 -1
- package/dist/components/docs/guides/GuideContractTypesPage.js.map +0 -1
- package/dist/components/docs/guides/GuideDocsPipelinePage.js.map +0 -1
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js.map +0 -1
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js.map +0 -1
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js.map +0 -1
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js.map +0 -1
- package/dist/components/docs/guides/GuidesIndexPage.js.map +0 -1
- package/dist/components/docs/guides/guides.docblocks.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsGmailPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsPowensPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsResendPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsS3Page.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsStripePage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js.map +0 -1
- package/dist/components/docs/intent/ContractFirstApiPage.js.map +0 -1
- package/dist/components/docs/intent/DeterministicCodegenPage.js.map +0 -1
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js.map +0 -1
- package/dist/components/docs/intent/OpenapiAlternativePage.js.map +0 -1
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js.map +0 -1
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js.map +0 -1
- package/dist/components/docs/intent/intent-pages.docblocks.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesContentGenPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesContractsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesGrowthPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesOverviewPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesResiliencePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesRuntimePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSLOPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSchemaPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesTestingPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesUIKitPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js.map +0 -1
- package/dist/components/docs/manifesto/ManifestoPage.js.map +0 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js.map +0 -1
- package/dist/components/docs/ops/DistributedTracingOpsPage.js.map +0 -1
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-top.docs.js.map +0 -1
- package/dist/components/docs/ops/ops.docs.js.map +0 -1
- package/dist/components/docs/product/product.docblocks.js.map +0 -1
- package/dist/components/docs/reference/DocsMarkdownContent.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceContent.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceIndexClient.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceIndexPage.js.map +0 -1
- package/dist/components/docs/reference/DocsReferencePage.js.map +0 -1
- package/dist/components/docs/reference/docsMarkdownParser.js.map +0 -1
- package/dist/components/docs/safety/SafetyAuditingPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyMigrationsPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyOverviewPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyPDPPage.js.map +0 -1
- package/dist/components/docs/safety/SafetySecurityTrustPage.js.map +0 -1
- package/dist/components/docs/safety/SafetySigningPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js.map +0 -1
- package/dist/components/docs/shared/StudioPrompt.js.map +0 -1
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsDataViewsPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsOverlaysPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsOverviewPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsWorkflowsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioBYOKPage.js.map +0 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js.map +0 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioOverviewPage.js.map +0 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js.map +0 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js.map +0 -1
- package/dist/components/integrations/molecules/IntegrationCard.js.map +0 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js.map +0 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js.map +0 -1
- package/dist/components/integrations/organisms/KnowledgeSourceList.js.map +0 -1
- package/dist/components/legal/PrivacyTemplate.js.map +0 -1
- package/dist/components/legal/TermsTemplate.js.map +0 -1
- package/dist/components/shared/FeatureGateNotice.js.map +0 -1
- package/dist/components/shell/WorkspaceHeader.js.map +0 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js.map +0 -1
- package/dist/components/shell/WorkspaceSidebar.js.map +0 -1
- package/dist/components/templates/engine/index.js.map +0 -1
- package/dist/components/templates/messaging/ConversationList.js.map +0 -1
- package/dist/components/templates/messaging/MessageComposer.js.map +0 -1
- package/dist/components/templates/messaging/MessageThread.js.map +0 -1
- package/dist/components/templates/messaging/MessagingWorkspace.js.map +0 -1
- package/dist/components/templates/recipes/LanguageSwitcher.js.map +0 -1
- package/dist/components/templates/recipes/RecipeCard.js.map +0 -1
- package/dist/components/templates/recipes/RecipeDetail.js.map +0 -1
- package/dist/components/templates/recipes/RecipeList.js.map +0 -1
- package/dist/components/templates/todos/FilterBar.js.map +0 -1
- package/dist/components/templates/todos/TaskForm.js.map +0 -1
- package/dist/components/templates/todos/TaskItem.js.map +0 -1
- package/dist/components/templates/todos/TaskList.js.map +0 -1
- package/dist/config/contractspec-blueprint.js.map +0 -1
- package/dist/config/contractspec-branding.js.map +0 -1
- package/dist/config/contractspec-routes.js.map +0 -1
- package/dist/features/contracts-registry.js.map +0 -1
- package/dist/features/docs.feature.js.map +0 -1
- package/dist/features/mcp.feature.js.map +0 -1
- package/dist/features/presentations.feature.js.map +0 -1
- package/dist/features/registry.js.map +0 -1
- package/dist/infrastructure/elysia/logger.js.map +0 -1
- package/dist/libs/email/client.js.map +0 -1
- package/dist/libs/email/contact.js.map +0 -1
- package/dist/libs/email/newsletter.js.map +0 -1
- package/dist/libs/email/utils.js.map +0 -1
- package/dist/libs/email/waitlist-application.js.map +0 -1
- package/dist/libs/email/waitlist.js.map +0 -1
- package/dist/libs/posthog/client.js.map +0 -1
- package/dist/libs/posthog/native.js.map +0 -1
- package/dist/libs/posthog/server.js.map +0 -1
- package/dist/libs/pricing-examples.js.map +0 -1
- package/dist/node_modules/next/dist/build/adapter/build-complete.d.ts +0 -3
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts +0 -15
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/build-context.d.ts +0 -3
- package/dist/node_modules/next/dist/build/index.d.ts +0 -19
- package/dist/node_modules/next/dist/build/index.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/load-jsconfig.d.ts +0 -1
- package/dist/node_modules/next/dist/build/segment-config/app/app-segments.d.ts +0 -3
- package/dist/node_modules/next/dist/build/static-paths/types.d.ts +0 -2
- package/dist/node_modules/next/dist/build/swc/generated-native.d.ts +0 -1
- package/dist/node_modules/next/dist/build/swc/types.d.ts +0 -2
- package/dist/node_modules/next/dist/build/templates/app-page.d.ts +0 -1
- package/dist/node_modules/next/dist/build/templates/app-route.d.ts +0 -3
- package/dist/node_modules/next/dist/build/utils.d.ts +0 -8
- package/dist/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts +0 -2
- package/dist/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.d.ts +0 -1
- package/dist/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts +0 -3
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts +0 -7
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/webpack-config.d.ts +0 -5
- package/dist/node_modules/next/dist/build/worker.d.ts +0 -2
- package/dist/node_modules/next/dist/cli/next-test.d.ts +0 -6
- package/dist/node_modules/next/dist/cli/next-test.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts +0 -5
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/components/client-page.d.ts +0 -3
- package/dist/node_modules/next/dist/client/components/client-segment.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/error-boundary.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/http-access-fallback/error-boundary.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/layout-router.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/render-from-template-context.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/router-reducer/ppr-navigations.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts +0 -3
- package/dist/node_modules/next/dist/client/components/segment-cache/navigation.d.ts +0 -3
- package/dist/node_modules/next/dist/client/flight-data-helpers.d.ts +0 -1
- package/dist/node_modules/next/dist/client/page-loader.d.ts +0 -16
- package/dist/node_modules/next/dist/client/page-loader.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/route-loader.d.ts +0 -22
- package/dist/node_modules/next/dist/client/route-loader.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/router.d.ts +0 -2
- package/dist/node_modules/next/dist/client/with-router.d.ts +0 -3
- package/dist/node_modules/next/dist/export/types.d.ts +0 -8
- package/dist/node_modules/next/dist/export/worker.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/constants.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/framework/boundary-components.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts +0 -47
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/metadata.d.ts +0 -6
- package/dist/node_modules/next/dist/lib/metadata/resolve-metadata.d.ts +0 -4
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts +0 -22
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts +0 -79
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts +0 -479
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts +0 -97
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts +0 -134
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts +0 -58
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/container/runtime-error/render-error.d.ts +0 -3
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/shared.d.ts +0 -2
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/utils/get-error-by-type.d.ts +0 -1
- package/dist/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.d.ts +0 -2
- package/dist/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.d.ts +0 -2
- package/dist/node_modules/next/dist/server/after/after-context.d.ts +0 -1
- package/dist/node_modules/next/dist/server/api-utils/index.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/app-render.d.ts +0 -11
- package/dist/node_modules/next/dist/server/app-render/collect-segment-data.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts +0 -7
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts +0 -22
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/app-render/rsc/postpone.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/types.d.ts +0 -11
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.d.ts +0 -5
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.d.ts +0 -9
- package/dist/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts +0 -3
- package/dist/node_modules/next/dist/server/async-storage/work-store.d.ts +0 -5
- package/dist/node_modules/next/dist/server/base-http/index.d.ts +0 -2
- package/dist/node_modules/next/dist/server/base-http/node.d.ts +0 -3
- package/dist/node_modules/next/dist/server/base-server.d.ts +0 -21
- package/dist/node_modules/next/dist/server/config-shared.d.ts +0 -1128
- package/dist/node_modules/next/dist/server/config-shared.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/dev/debug-channel.d.ts +0 -1
- package/dist/node_modules/next/dist/server/dev/hot-reloader-types.d.ts +0 -5
- package/dist/node_modules/next/dist/server/dev/next-dev-server.d.ts +0 -17
- package/dist/node_modules/next/dist/server/dev/static-paths-worker.d.ts +0 -3
- package/dist/node_modules/next/dist/server/image-optimizer.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/app-dir-module.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/dev-bundler-service.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts +0 -12
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/lib/i18n-provider.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/implicit-tags.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/incremental-cache/index.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/render-server.d.ts +0 -6
- package/dist/node_modules/next/dist/server/lib/router-server.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/router-utils/router-server-context.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts +0 -7
- package/dist/node_modules/next/dist/server/load-components.d.ts +0 -3
- package/dist/node_modules/next/dist/server/load-default-error-components.d.ts +0 -2
- package/dist/node_modules/next/dist/server/next-server.d.ts +0 -19
- package/dist/node_modules/next/dist/server/next.d.ts +0 -4
- package/dist/node_modules/next/dist/server/normalizers/locale-route-normalizer.d.ts +0 -1
- package/dist/node_modules/next/dist/server/render-result.d.ts +0 -3
- package/dist/node_modules/next/dist/server/render.d.ts +0 -9
- package/dist/node_modules/next/dist/server/request/fallback-params.d.ts +0 -3
- package/dist/node_modules/next/dist/server/request/params.d.ts +0 -1
- package/dist/node_modules/next/dist/server/request/search-params.d.ts +0 -1
- package/dist/node_modules/next/dist/server/request-meta.d.ts +0 -21
- package/dist/node_modules/next/dist/server/request-meta.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/response-cache/index.d.ts +0 -1
- package/dist/node_modules/next/dist/server/response-cache/types.d.ts +0 -1
- package/dist/node_modules/next/dist/server/resume-data-cache/cache-store.d.ts +0 -1
- package/dist/node_modules/next/dist/server/resume-data-cache/resume-data-cache.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.d.ts +0 -3
- package/dist/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matchers/route-matcher.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-matches/pages-api-route-match.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matches/route-match.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/app-page/module.d.ts +0 -15
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.d.ts +0 -6
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.compiled.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.d.ts +0 -11
- package/dist/node_modules/next/dist/server/route-modules/app-route/shared-modules.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/pages/builtin/_error.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/pages/module.d.ts +0 -7
- package/dist/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.d.ts +0 -9
- package/dist/node_modules/next/dist/server/route-modules/route-module.d.ts +0 -11
- package/dist/node_modules/next/dist/server/web/adapter.d.ts +0 -4
- package/dist/node_modules/next/dist/server/web/next-url.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts +0 -1
- package/dist/node_modules/next/dist/server/web/spec-extension/request.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/spec-extension/response.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/types.d.ts +0 -5
- package/dist/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts +0 -4
- package/dist/node_modules/next/dist/shared/lib/app-router-types.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts +0 -9
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts +0 -2
- package/dist/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts +0 -3
- package/dist/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts +0 -78
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts +0 -9
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts +0 -13
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts +0 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts +0 -2
- package/dist/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/size-limit.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts +0 -45
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts.map +0 -1
- package/dist/node_modules/next/dist/types.d.ts +0 -39
- package/dist/node_modules/next/dist/types.d.ts.map +0 -1
- package/dist/node_modules/next/index.d.ts +0 -20
- package/dist/node_modules/next/types.d.ts +0 -3
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js +0 -49
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js.map +0 -1
- package/dist/packages/libs/content-gen/dist/types.d.ts +0 -27
- package/dist/packages/libs/content-gen/dist/types.d.ts.map +0 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js.map +0 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js.map +0 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js.map +0 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js.map +0 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js.map +0 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -1,9 +1,1698 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
// @bun
|
|
2
|
+
// src/components/docs/safety/SafetyOverviewPage.tsx
|
|
3
|
+
import Link from "@contractspec/lib.ui-link";
|
|
4
|
+
import { ChevronRight } from "lucide-react";
|
|
5
|
+
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
6
|
+
function SafetyOverviewPage() {
|
|
7
|
+
return /* @__PURE__ */ jsxDEV("div", {
|
|
8
|
+
className: "space-y-8",
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
11
|
+
className: "space-y-4",
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ jsxDEV("h1", {
|
|
14
|
+
className: "text-4xl font-bold",
|
|
15
|
+
children: "Safety Overview"
|
|
16
|
+
}, undefined, false, undefined, this),
|
|
17
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
18
|
+
className: "text-muted-foreground",
|
|
19
|
+
children: [
|
|
20
|
+
"ContractSpec is designed with ",
|
|
21
|
+
/* @__PURE__ */ jsxDEV("strong", {
|
|
22
|
+
children: "safety by default"
|
|
23
|
+
}, undefined, false, undefined, this),
|
|
24
|
+
". Every operation is governed by policies, every change is audited, and every deployment is reversible. This section covers the core safety mechanisms that protect your application and data."
|
|
25
|
+
]
|
|
26
|
+
}, undefined, true, undefined, this)
|
|
27
|
+
]
|
|
28
|
+
}, undefined, true, undefined, this),
|
|
29
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
30
|
+
className: "space-y-4",
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ jsxDEV("h2", {
|
|
33
|
+
className: "text-2xl font-bold",
|
|
34
|
+
children: "Core safety features"
|
|
35
|
+
}, undefined, false, undefined, this),
|
|
36
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
37
|
+
className: "space-y-6",
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
40
|
+
className: "space-y-2",
|
|
41
|
+
children: [
|
|
42
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
43
|
+
className: "text-xl font-semibold",
|
|
44
|
+
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
45
|
+
href: "/docs/safety/signing",
|
|
46
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
47
|
+
children: "Spec Signing"
|
|
48
|
+
}, undefined, false, undefined, this)
|
|
49
|
+
}, undefined, false, undefined, this),
|
|
50
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
51
|
+
className: "text-muted-foreground",
|
|
52
|
+
children: "All specifications are cryptographically signed before deployment. This ensures that only authorized changes reach production and that specs cannot be tampered with in transit or at rest. Signatures are verified at runtime, and unsigned specs are rejected."
|
|
53
|
+
}, undefined, false, undefined, this)
|
|
54
|
+
]
|
|
55
|
+
}, undefined, true, undefined, this),
|
|
56
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
57
|
+
className: "space-y-2",
|
|
58
|
+
children: [
|
|
59
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
60
|
+
className: "text-xl font-semibold",
|
|
61
|
+
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
62
|
+
href: "/docs/safety/pdp",
|
|
63
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
64
|
+
children: "Policy Decision Points (PDP)"
|
|
65
|
+
}, undefined, false, undefined, this)
|
|
66
|
+
}, undefined, false, undefined, this),
|
|
67
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
68
|
+
className: "text-muted-foreground",
|
|
69
|
+
children: "Every API call, UI render, and data access passes through a centralized Policy Decision Point. The PDP evaluates attribute-based access control (ABAC) rules and PII policies to determine whether the operation is allowed. This ensures consistent enforcement across your entire application."
|
|
70
|
+
}, undefined, false, undefined, this)
|
|
71
|
+
]
|
|
72
|
+
}, undefined, true, undefined, this),
|
|
73
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
74
|
+
className: "space-y-2",
|
|
75
|
+
children: [
|
|
76
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
77
|
+
className: "text-xl font-semibold",
|
|
78
|
+
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
79
|
+
href: "/docs/safety/auditing",
|
|
80
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
81
|
+
children: "Audit Logs"
|
|
82
|
+
}, undefined, false, undefined, this)
|
|
83
|
+
}, undefined, false, undefined, this),
|
|
84
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
85
|
+
className: "text-muted-foreground",
|
|
86
|
+
children: "ContractSpec automatically records every operation in tamper-evident audit logs. These logs capture who did what, when, and why\u2014including policy decisions, data access, and administrative actions. Audit logs are essential for compliance, security investigations, and debugging."
|
|
87
|
+
}, undefined, false, undefined, this)
|
|
88
|
+
]
|
|
89
|
+
}, undefined, true, undefined, this),
|
|
90
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
91
|
+
className: "space-y-2",
|
|
92
|
+
children: [
|
|
93
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
94
|
+
className: "text-xl font-semibold",
|
|
95
|
+
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
96
|
+
href: "/docs/safety/migrations",
|
|
97
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
98
|
+
children: "Migrations"
|
|
99
|
+
}, undefined, false, undefined, this)
|
|
100
|
+
}, undefined, false, undefined, this),
|
|
101
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
102
|
+
className: "text-muted-foreground",
|
|
103
|
+
children: [
|
|
104
|
+
"Schema and data migrations are managed through",
|
|
105
|
+
" ",
|
|
106
|
+
/* @__PURE__ */ jsxDEV("strong", {
|
|
107
|
+
children: "MigrationSpecs"
|
|
108
|
+
}, undefined, false, undefined, this),
|
|
109
|
+
". Each migration is versioned, reversible, and tested before deployment. This allows you to evolve your application safely without downtime or data loss."
|
|
110
|
+
]
|
|
111
|
+
}, undefined, true, undefined, this)
|
|
112
|
+
]
|
|
113
|
+
}, undefined, true, undefined, this),
|
|
114
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
115
|
+
className: "space-y-2",
|
|
116
|
+
children: [
|
|
117
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
118
|
+
className: "text-xl font-semibold",
|
|
119
|
+
children: "Dark Launch & Rollback"
|
|
120
|
+
}, undefined, false, undefined, this),
|
|
121
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
122
|
+
className: "text-muted-foreground",
|
|
123
|
+
children: 'New features can be deployed in "dark launch" mode, where they run in production but are not visible to users. This allows you to test performance and correctness with real traffic before enabling the feature. If issues arise, you can instantly roll back to the previous version without redeploying.'
|
|
124
|
+
}, undefined, false, undefined, this)
|
|
125
|
+
]
|
|
126
|
+
}, undefined, true, undefined, this),
|
|
127
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
128
|
+
className: "space-y-2",
|
|
129
|
+
children: [
|
|
130
|
+
/* @__PURE__ */ jsxDEV("h3", {
|
|
131
|
+
className: "text-xl font-semibold",
|
|
132
|
+
children: "Data Classification"
|
|
133
|
+
}, undefined, false, undefined, this),
|
|
134
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
135
|
+
className: "text-muted-foreground",
|
|
136
|
+
children: "Fields in your specs can be tagged with sensitivity levels (e.g., PII, PHI, confidential). The policy engine uses these tags to enforce access controls, redaction rules, and data retention policies automatically. This reduces the risk of accidental data leaks."
|
|
137
|
+
}, undefined, false, undefined, this)
|
|
138
|
+
]
|
|
139
|
+
}, undefined, true, undefined, this)
|
|
140
|
+
]
|
|
141
|
+
}, undefined, true, undefined, this)
|
|
142
|
+
]
|
|
143
|
+
}, undefined, true, undefined, this),
|
|
144
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
145
|
+
className: "space-y-4",
|
|
146
|
+
children: [
|
|
147
|
+
/* @__PURE__ */ jsxDEV("h2", {
|
|
148
|
+
className: "text-2xl font-bold",
|
|
149
|
+
children: "Why safety matters"
|
|
150
|
+
}, undefined, false, undefined, this),
|
|
151
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
152
|
+
className: "text-muted-foreground",
|
|
153
|
+
children: "Modern applications handle sensitive data and critical operations. A single bug or misconfiguration can lead to data breaches, compliance violations, or service outages. ContractSpec's safety features are not optional add-ons\u2014they are built into the core platform and enforced automatically."
|
|
154
|
+
}, undefined, false, undefined, this),
|
|
155
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
156
|
+
className: "text-muted-foreground",
|
|
157
|
+
children: "By making safety the default, ContractSpec allows you to move fast without breaking things. You can deploy new features confidently, knowing that policies are enforced, changes are audited, and rollbacks are always available."
|
|
158
|
+
}, undefined, false, undefined, this)
|
|
159
|
+
]
|
|
160
|
+
}, undefined, true, undefined, this),
|
|
161
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
162
|
+
className: "space-y-4",
|
|
163
|
+
children: [
|
|
164
|
+
/* @__PURE__ */ jsxDEV("h2", {
|
|
165
|
+
className: "text-2xl font-bold",
|
|
166
|
+
children: "Next steps"
|
|
167
|
+
}, undefined, false, undefined, this),
|
|
168
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
169
|
+
className: "text-muted-foreground",
|
|
170
|
+
children: "Explore each safety feature in detail using the links above, or continue with the advanced topics:"
|
|
171
|
+
}, undefined, false, undefined, this),
|
|
172
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
173
|
+
className: "flex flex-wrap gap-4 pt-4",
|
|
174
|
+
children: [
|
|
175
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
176
|
+
href: "/docs/safety/signing",
|
|
177
|
+
className: "btn-primary",
|
|
178
|
+
children: [
|
|
179
|
+
"Spec Signing ",
|
|
180
|
+
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
181
|
+
size: 16,
|
|
182
|
+
className: "inline"
|
|
183
|
+
}, undefined, false, undefined, this)
|
|
184
|
+
]
|
|
185
|
+
}, undefined, true, undefined, this),
|
|
186
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
187
|
+
href: "/docs/safety/pdp",
|
|
188
|
+
className: "btn-ghost",
|
|
189
|
+
children: [
|
|
190
|
+
"Policy Decision Points ",
|
|
191
|
+
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
192
|
+
size: 16,
|
|
193
|
+
className: "inline"
|
|
194
|
+
}, undefined, false, undefined, this)
|
|
195
|
+
]
|
|
196
|
+
}, undefined, true, undefined, this),
|
|
197
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
198
|
+
href: "/docs/safety/auditing",
|
|
199
|
+
className: "btn-ghost",
|
|
200
|
+
children: [
|
|
201
|
+
"Audit Logs ",
|
|
202
|
+
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
203
|
+
size: 16,
|
|
204
|
+
className: "inline"
|
|
205
|
+
}, undefined, false, undefined, this)
|
|
206
|
+
]
|
|
207
|
+
}, undefined, true, undefined, this),
|
|
208
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
209
|
+
href: "/docs/safety/migrations",
|
|
210
|
+
className: "btn-ghost",
|
|
211
|
+
children: [
|
|
212
|
+
"Migrations ",
|
|
213
|
+
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
214
|
+
size: 16,
|
|
215
|
+
className: "inline"
|
|
216
|
+
}, undefined, false, undefined, this)
|
|
217
|
+
]
|
|
218
|
+
}, undefined, true, undefined, this),
|
|
219
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
220
|
+
href: "/docs/safety/security-trust",
|
|
221
|
+
className: "btn-ghost",
|
|
222
|
+
children: [
|
|
223
|
+
"Security & Trust ",
|
|
224
|
+
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
225
|
+
size: 16,
|
|
226
|
+
className: "inline"
|
|
227
|
+
}, undefined, false, undefined, this)
|
|
228
|
+
]
|
|
229
|
+
}, undefined, true, undefined, this)
|
|
230
|
+
]
|
|
231
|
+
}, undefined, true, undefined, this)
|
|
232
|
+
]
|
|
233
|
+
}, undefined, true, undefined, this)
|
|
234
|
+
]
|
|
235
|
+
}, undefined, true, undefined, this);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// src/components/docs/safety/SafetySigningPage.tsx
|
|
239
|
+
import Link2 from "@contractspec/lib.ui-link";
|
|
240
|
+
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
241
|
+
import { jsxDEV as jsxDEV2 } from "react/jsx-dev-runtime";
|
|
242
|
+
function SafetySigningPage() {
|
|
243
|
+
return /* @__PURE__ */ jsxDEV2("div", {
|
|
244
|
+
className: "space-y-8",
|
|
245
|
+
children: [
|
|
246
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
247
|
+
className: "space-y-2",
|
|
248
|
+
children: [
|
|
249
|
+
/* @__PURE__ */ jsxDEV2("h1", {
|
|
250
|
+
className: "text-4xl font-bold",
|
|
251
|
+
children: "Spec Signing"
|
|
252
|
+
}, undefined, false, undefined, this),
|
|
253
|
+
/* @__PURE__ */ jsxDEV2("p", {
|
|
254
|
+
className: "text-muted-foreground text-lg",
|
|
255
|
+
children: "Signing ensures specs haven't been tampered with and provides an audit trail of all changes."
|
|
256
|
+
}, undefined, false, undefined, this)
|
|
257
|
+
]
|
|
258
|
+
}, undefined, true, undefined, this),
|
|
259
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
260
|
+
className: "space-y-6",
|
|
261
|
+
children: [
|
|
262
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
263
|
+
className: "space-y-3",
|
|
264
|
+
children: [
|
|
265
|
+
/* @__PURE__ */ jsxDEV2("h2", {
|
|
266
|
+
className: "text-2xl font-bold",
|
|
267
|
+
children: "How it works"
|
|
268
|
+
}, undefined, false, undefined, this),
|
|
269
|
+
/* @__PURE__ */ jsxDEV2("p", {
|
|
270
|
+
className: "text-muted-foreground",
|
|
271
|
+
children: "Every spec is cryptographically signed before deployment. The signature proves that the spec hasn't been modified since it was signed and creates a permanent record of who deployed it and when."
|
|
272
|
+
}, undefined, false, undefined, this)
|
|
273
|
+
]
|
|
274
|
+
}, undefined, true, undefined, this),
|
|
275
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
276
|
+
className: "space-y-3",
|
|
277
|
+
children: [
|
|
278
|
+
/* @__PURE__ */ jsxDEV2("h2", {
|
|
279
|
+
className: "text-2xl font-bold",
|
|
280
|
+
children: "Signing a spec"
|
|
281
|
+
}, undefined, false, undefined, this),
|
|
282
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
283
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
284
|
+
children: /* @__PURE__ */ jsxDEV2("pre", {
|
|
285
|
+
children: `contractspec sign app.spec.ts --key ~/.contractspec/key.pem
|
|
286
|
+
contractspec deploy --signed app.spec.ts.signed`
|
|
287
|
+
}, undefined, false, undefined, this)
|
|
288
|
+
}, undefined, false, undefined, this)
|
|
289
|
+
]
|
|
290
|
+
}, undefined, true, undefined, this),
|
|
291
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
292
|
+
className: "space-y-3",
|
|
293
|
+
children: [
|
|
294
|
+
/* @__PURE__ */ jsxDEV2("h2", {
|
|
295
|
+
className: "text-2xl font-bold",
|
|
296
|
+
children: "Verifying signatures"
|
|
297
|
+
}, undefined, false, undefined, this),
|
|
298
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
299
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
300
|
+
children: /* @__PURE__ */ jsxDEV2("pre", {
|
|
301
|
+
children: `contractspec verify app.spec.ts.signed
|
|
302
|
+
# Output: \u2713 Signature valid
|
|
303
|
+
# Signed by: alice@example.com
|
|
304
|
+
# Timestamp: 2024-11-08T10:30:00Z`
|
|
305
|
+
}, undefined, false, undefined, this)
|
|
306
|
+
}, undefined, false, undefined, this)
|
|
307
|
+
]
|
|
308
|
+
}, undefined, true, undefined, this),
|
|
309
|
+
/* @__PURE__ */ jsxDEV2("div", {
|
|
310
|
+
className: "flex items-center gap-4 pt-4",
|
|
311
|
+
children: /* @__PURE__ */ jsxDEV2(Link2, {
|
|
312
|
+
href: "/docs/safety/pdp",
|
|
313
|
+
className: "btn-primary",
|
|
314
|
+
children: [
|
|
315
|
+
"Next: Policy Decision Points ",
|
|
316
|
+
/* @__PURE__ */ jsxDEV2(ChevronRight2, {
|
|
317
|
+
size: 16
|
|
318
|
+
}, undefined, false, undefined, this)
|
|
319
|
+
]
|
|
320
|
+
}, undefined, true, undefined, this)
|
|
321
|
+
}, undefined, false, undefined, this)
|
|
322
|
+
]
|
|
323
|
+
}, undefined, true, undefined, this)
|
|
324
|
+
]
|
|
325
|
+
}, undefined, true, undefined, this);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
// src/components/docs/safety/SafetyAuditingPage.tsx
|
|
329
|
+
import Link3 from "@contractspec/lib.ui-link";
|
|
330
|
+
import { ChevronRight as ChevronRight3 } from "lucide-react";
|
|
331
|
+
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
332
|
+
function SafetyAuditingPage() {
|
|
333
|
+
return /* @__PURE__ */ jsxDEV3("div", {
|
|
334
|
+
className: "space-y-8",
|
|
335
|
+
children: [
|
|
336
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
337
|
+
className: "space-y-4",
|
|
338
|
+
children: [
|
|
339
|
+
/* @__PURE__ */ jsxDEV3("h1", {
|
|
340
|
+
className: "text-4xl font-bold",
|
|
341
|
+
children: "Audit Logs"
|
|
342
|
+
}, undefined, false, undefined, this),
|
|
343
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
344
|
+
className: "text-muted-foreground",
|
|
345
|
+
children: [
|
|
346
|
+
"An ",
|
|
347
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
348
|
+
children: "audit log"
|
|
349
|
+
}, undefined, false, undefined, this),
|
|
350
|
+
" (also called an audit trail) is a chronological record of system activities. According to",
|
|
351
|
+
" ",
|
|
352
|
+
/* @__PURE__ */ jsxDEV3("a", {
|
|
353
|
+
href: "https://www.sumologic.com/glossary/audit-log/",
|
|
354
|
+
target: "_blank",
|
|
355
|
+
rel: "noopener noreferrer",
|
|
356
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
357
|
+
children: "Sumo Logic"
|
|
358
|
+
}, undefined, false, undefined, this),
|
|
359
|
+
', audit logs "provide a detailed record of events and changes within a system, enabling organizations to track user actions, system changes, and access to sensitive data."'
|
|
360
|
+
]
|
|
361
|
+
}, undefined, true, undefined, this)
|
|
362
|
+
]
|
|
363
|
+
}, undefined, true, undefined, this),
|
|
364
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
365
|
+
className: "space-y-4",
|
|
366
|
+
children: [
|
|
367
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
368
|
+
className: "text-2xl font-bold",
|
|
369
|
+
children: "Why audit logs matter"
|
|
370
|
+
}, undefined, false, undefined, this),
|
|
371
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
372
|
+
className: "space-y-3",
|
|
373
|
+
children: [
|
|
374
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
375
|
+
children: [
|
|
376
|
+
/* @__PURE__ */ jsxDEV3("h3", {
|
|
377
|
+
className: "text-lg font-semibold",
|
|
378
|
+
children: "Accountability"
|
|
379
|
+
}, undefined, false, undefined, this),
|
|
380
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
381
|
+
className: "text-muted-foreground",
|
|
382
|
+
children: 'Audit logs answer the question "who did what, when?" This is essential for holding users and administrators accountable for their actions. If data is deleted or modified, the audit log shows exactly who made the change.'
|
|
383
|
+
}, undefined, false, undefined, this)
|
|
384
|
+
]
|
|
385
|
+
}, undefined, true, undefined, this),
|
|
386
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
387
|
+
children: [
|
|
388
|
+
/* @__PURE__ */ jsxDEV3("h3", {
|
|
389
|
+
className: "text-lg font-semibold",
|
|
390
|
+
children: "Security"
|
|
391
|
+
}, undefined, false, undefined, this),
|
|
392
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
393
|
+
className: "text-muted-foreground",
|
|
394
|
+
children: "Audit logs help detect and investigate security incidents. For example, if an attacker gains unauthorized access, the logs reveal which resources they accessed and what actions they performed. This information is critical for incident response and forensics."
|
|
395
|
+
}, undefined, false, undefined, this)
|
|
396
|
+
]
|
|
397
|
+
}, undefined, true, undefined, this),
|
|
398
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
399
|
+
children: [
|
|
400
|
+
/* @__PURE__ */ jsxDEV3("h3", {
|
|
401
|
+
className: "text-lg font-semibold",
|
|
402
|
+
children: "Compliance"
|
|
403
|
+
}, undefined, false, undefined, this),
|
|
404
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
405
|
+
className: "text-muted-foreground",
|
|
406
|
+
children: "Many regulations (GDPR, HIPAA, SOC 2, PCI DSS) require organizations to maintain audit logs. These logs must be tamper-evident, retained for a specified period, and available for inspection by auditors."
|
|
407
|
+
}, undefined, false, undefined, this)
|
|
408
|
+
]
|
|
409
|
+
}, undefined, true, undefined, this),
|
|
410
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
411
|
+
children: [
|
|
412
|
+
/* @__PURE__ */ jsxDEV3("h3", {
|
|
413
|
+
className: "text-lg font-semibold",
|
|
414
|
+
children: "Debugging"
|
|
415
|
+
}, undefined, false, undefined, this),
|
|
416
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
417
|
+
className: "text-muted-foreground",
|
|
418
|
+
children: "When something goes wrong in production, audit logs provide a detailed timeline of events leading up to the failure. This makes it much easier to diagnose and fix issues."
|
|
419
|
+
}, undefined, false, undefined, this)
|
|
420
|
+
]
|
|
421
|
+
}, undefined, true, undefined, this)
|
|
422
|
+
]
|
|
423
|
+
}, undefined, true, undefined, this)
|
|
424
|
+
]
|
|
425
|
+
}, undefined, true, undefined, this),
|
|
426
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
427
|
+
className: "space-y-4",
|
|
428
|
+
children: [
|
|
429
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
430
|
+
className: "text-2xl font-bold",
|
|
431
|
+
children: "What ContractSpec logs"
|
|
432
|
+
}, undefined, false, undefined, this),
|
|
433
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
434
|
+
className: "text-muted-foreground",
|
|
435
|
+
children: "ContractSpec automatically logs every significant operation, including:"
|
|
436
|
+
}, undefined, false, undefined, this),
|
|
437
|
+
/* @__PURE__ */ jsxDEV3("ul", {
|
|
438
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
439
|
+
children: [
|
|
440
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
441
|
+
children: [
|
|
442
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
443
|
+
children: "API calls"
|
|
444
|
+
}, undefined, false, undefined, this),
|
|
445
|
+
" \u2013 Every invocation of a capability, including inputs, outputs, and the user who made the call."
|
|
446
|
+
]
|
|
447
|
+
}, undefined, true, undefined, this),
|
|
448
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
449
|
+
children: [
|
|
450
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
451
|
+
children: "Policy decisions"
|
|
452
|
+
}, undefined, false, undefined, this),
|
|
453
|
+
" \u2013 Every decision made by the",
|
|
454
|
+
" ",
|
|
455
|
+
/* @__PURE__ */ jsxDEV3(Link3, {
|
|
456
|
+
href: "/docs/safety/pdp",
|
|
457
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
458
|
+
children: "Policy Decision Point"
|
|
459
|
+
}, undefined, false, undefined, this),
|
|
460
|
+
", including the rule that matched and the reason for the decision."
|
|
461
|
+
]
|
|
462
|
+
}, undefined, true, undefined, this),
|
|
463
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
464
|
+
children: [
|
|
465
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
466
|
+
children: "Data access"
|
|
467
|
+
}, undefined, false, undefined, this),
|
|
468
|
+
" \u2013 Every query to a data view, including which fields were accessed and whether any were redacted."
|
|
469
|
+
]
|
|
470
|
+
}, undefined, true, undefined, this),
|
|
471
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
472
|
+
children: [
|
|
473
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
474
|
+
children: "Workflow execution"
|
|
475
|
+
}, undefined, false, undefined, this),
|
|
476
|
+
" \u2013 Every step in a workflow, including retries, compensations, and failures."
|
|
477
|
+
]
|
|
478
|
+
}, undefined, true, undefined, this),
|
|
479
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
480
|
+
children: [
|
|
481
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
482
|
+
children: "Administrative actions"
|
|
483
|
+
}, undefined, false, undefined, this),
|
|
484
|
+
" \u2013 Spec deployments, configuration changes, user role assignments, and other privileged operations."
|
|
485
|
+
]
|
|
486
|
+
}, undefined, true, undefined, this),
|
|
487
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
488
|
+
children: [
|
|
489
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
490
|
+
children: "Authentication events"
|
|
491
|
+
}, undefined, false, undefined, this),
|
|
492
|
+
" \u2013 Login attempts, password resets, and session expirations."
|
|
493
|
+
]
|
|
494
|
+
}, undefined, true, undefined, this)
|
|
495
|
+
]
|
|
496
|
+
}, undefined, true, undefined, this)
|
|
497
|
+
]
|
|
498
|
+
}, undefined, true, undefined, this),
|
|
499
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
500
|
+
className: "space-y-4",
|
|
501
|
+
children: [
|
|
502
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
503
|
+
className: "text-2xl font-bold",
|
|
504
|
+
children: "Audit log format"
|
|
505
|
+
}, undefined, false, undefined, this),
|
|
506
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
507
|
+
className: "text-muted-foreground",
|
|
508
|
+
children: "Each audit log entry is a structured JSON object containing:"
|
|
509
|
+
}, undefined, false, undefined, this),
|
|
510
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
511
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
512
|
+
children: /* @__PURE__ */ jsxDEV3("pre", {
|
|
513
|
+
children: `{
|
|
514
|
+
"timestamp": "2025-11-13T14:32:15.123Z",
|
|
515
|
+
"eventId": "evt_abc123",
|
|
516
|
+
"eventType": "capability.invoked",
|
|
517
|
+
"actor": {
|
|
518
|
+
"userId": "user_xyz789",
|
|
519
|
+
"role": "admin",
|
|
520
|
+
"ipAddress": "203.0.113.42"
|
|
521
|
+
},
|
|
522
|
+
"resource": {
|
|
523
|
+
"type": "capability",
|
|
524
|
+
"id": "transferFunds",
|
|
525
|
+
"version": "1.2.0"
|
|
526
|
+
},
|
|
527
|
+
"action": "execute",
|
|
528
|
+
"result": "success",
|
|
529
|
+
"metadata": {
|
|
530
|
+
"inputs": {
|
|
531
|
+
"recipient": "user_def456",
|
|
532
|
+
"amount": 100.00
|
|
533
|
+
},
|
|
534
|
+
"outputs": {
|
|
535
|
+
"transactionId": "txn_ghi789",
|
|
536
|
+
"timestamp": "2025-11-13T14:32:15.456Z"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"policyDecision": {
|
|
540
|
+
"decision": "PERMIT",
|
|
541
|
+
"ruleId": "allow-admin-transfers",
|
|
542
|
+
"reason": "User has admin role"
|
|
543
|
+
}
|
|
544
|
+
}`
|
|
545
|
+
}, undefined, false, undefined, this)
|
|
546
|
+
}, undefined, false, undefined, this)
|
|
547
|
+
]
|
|
548
|
+
}, undefined, true, undefined, this),
|
|
549
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
550
|
+
className: "space-y-4",
|
|
551
|
+
children: [
|
|
552
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
553
|
+
className: "text-2xl font-bold",
|
|
554
|
+
children: "Storage and retention"
|
|
555
|
+
}, undefined, false, undefined, this),
|
|
556
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
557
|
+
className: "text-muted-foreground",
|
|
558
|
+
children: "Audit logs are stored in a tamper-evident append-only log. Once written, entries cannot be modified or deleted. This ensures the integrity of the audit trail."
|
|
559
|
+
}, undefined, false, undefined, this),
|
|
560
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
561
|
+
className: "text-muted-foreground",
|
|
562
|
+
children: "ContractSpec supports multiple storage backends:"
|
|
563
|
+
}, undefined, false, undefined, this),
|
|
564
|
+
/* @__PURE__ */ jsxDEV3("ul", {
|
|
565
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
566
|
+
children: [
|
|
567
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
568
|
+
children: [
|
|
569
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
570
|
+
children: "Local file system"
|
|
571
|
+
}, undefined, false, undefined, this),
|
|
572
|
+
" \u2013 For development and testing."
|
|
573
|
+
]
|
|
574
|
+
}, undefined, true, undefined, this),
|
|
575
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
576
|
+
children: [
|
|
577
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
578
|
+
children: "Cloud object storage"
|
|
579
|
+
}, undefined, false, undefined, this),
|
|
580
|
+
" \u2013 S3, GCS, or Azure Blob Storage for production."
|
|
581
|
+
]
|
|
582
|
+
}, undefined, true, undefined, this),
|
|
583
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
584
|
+
children: [
|
|
585
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
586
|
+
children: "SIEM integration"
|
|
587
|
+
}, undefined, false, undefined, this),
|
|
588
|
+
" \u2013 Forward logs to Splunk, Datadog, or other security information and event management systems."
|
|
589
|
+
]
|
|
590
|
+
}, undefined, true, undefined, this)
|
|
591
|
+
]
|
|
592
|
+
}, undefined, true, undefined, this),
|
|
593
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
594
|
+
className: "text-muted-foreground",
|
|
595
|
+
children: "You can configure retention policies to automatically archive or delete old logs after a specified period (e.g., 7 years for GDPR compliance)."
|
|
596
|
+
}, undefined, false, undefined, this)
|
|
597
|
+
]
|
|
598
|
+
}, undefined, true, undefined, this),
|
|
599
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
600
|
+
className: "space-y-4",
|
|
601
|
+
children: [
|
|
602
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
603
|
+
className: "text-2xl font-bold",
|
|
604
|
+
children: "Querying audit logs"
|
|
605
|
+
}, undefined, false, undefined, this),
|
|
606
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
607
|
+
className: "text-muted-foreground",
|
|
608
|
+
children: "ContractSpec provides a query API for searching audit logs. You can filter by:"
|
|
609
|
+
}, undefined, false, undefined, this),
|
|
610
|
+
/* @__PURE__ */ jsxDEV3("ul", {
|
|
611
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
612
|
+
children: [
|
|
613
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
614
|
+
children: "Time range"
|
|
615
|
+
}, undefined, false, undefined, this),
|
|
616
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
617
|
+
children: "Event type"
|
|
618
|
+
}, undefined, false, undefined, this),
|
|
619
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
620
|
+
children: "Actor (user ID, role, IP address)"
|
|
621
|
+
}, undefined, false, undefined, this),
|
|
622
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
623
|
+
children: "Resource (capability, data view, workflow)"
|
|
624
|
+
}, undefined, false, undefined, this),
|
|
625
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
626
|
+
children: "Result (success, failure, denied)"
|
|
627
|
+
}, undefined, false, undefined, this)
|
|
628
|
+
]
|
|
629
|
+
}, undefined, true, undefined, this),
|
|
630
|
+
/* @__PURE__ */ jsxDEV3("p", {
|
|
631
|
+
className: "text-muted-foreground",
|
|
632
|
+
children: 'Example query: "Show all failed login attempts from IP address 203.0.113.42 in the last 24 hours."'
|
|
633
|
+
}, undefined, false, undefined, this)
|
|
634
|
+
]
|
|
635
|
+
}, undefined, true, undefined, this),
|
|
636
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
637
|
+
className: "space-y-4",
|
|
638
|
+
children: [
|
|
639
|
+
/* @__PURE__ */ jsxDEV3("h2", {
|
|
640
|
+
className: "text-2xl font-bold",
|
|
641
|
+
children: "Best practices"
|
|
642
|
+
}, undefined, false, undefined, this),
|
|
643
|
+
/* @__PURE__ */ jsxDEV3("ul", {
|
|
644
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
645
|
+
children: [
|
|
646
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
647
|
+
children: [
|
|
648
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
649
|
+
children: "Review logs regularly"
|
|
650
|
+
}, undefined, false, undefined, this),
|
|
651
|
+
" \u2013 Set up alerts for suspicious activity (e.g., repeated failed login attempts, unauthorized access attempts)."
|
|
652
|
+
]
|
|
653
|
+
}, undefined, true, undefined, this),
|
|
654
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
655
|
+
children: [
|
|
656
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
657
|
+
children: "Protect log access"
|
|
658
|
+
}, undefined, false, undefined, this),
|
|
659
|
+
" \u2013 Only authorized personnel should be able to view audit logs. Use role-based access control to restrict access."
|
|
660
|
+
]
|
|
661
|
+
}, undefined, true, undefined, this),
|
|
662
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
663
|
+
children: [
|
|
664
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
665
|
+
children: "Retain logs long enough"
|
|
666
|
+
}, undefined, false, undefined, this),
|
|
667
|
+
" \u2013 Check your compliance requirements and configure retention policies accordingly."
|
|
668
|
+
]
|
|
669
|
+
}, undefined, true, undefined, this),
|
|
670
|
+
/* @__PURE__ */ jsxDEV3("li", {
|
|
671
|
+
children: [
|
|
672
|
+
/* @__PURE__ */ jsxDEV3("strong", {
|
|
673
|
+
children: "Test log integrity"
|
|
674
|
+
}, undefined, false, undefined, this),
|
|
675
|
+
" \u2013 Periodically verify that logs have not been tampered with by checking cryptographic signatures."
|
|
676
|
+
]
|
|
677
|
+
}, undefined, true, undefined, this)
|
|
678
|
+
]
|
|
679
|
+
}, undefined, true, undefined, this)
|
|
680
|
+
]
|
|
681
|
+
}, undefined, true, undefined, this),
|
|
682
|
+
/* @__PURE__ */ jsxDEV3("div", {
|
|
683
|
+
className: "flex items-center gap-4 pt-4",
|
|
684
|
+
children: [
|
|
685
|
+
/* @__PURE__ */ jsxDEV3(Link3, {
|
|
686
|
+
href: "/docs/safety/pdp",
|
|
687
|
+
className: "btn-ghost",
|
|
688
|
+
children: "Previous: Policy Decision Points"
|
|
689
|
+
}, undefined, false, undefined, this),
|
|
690
|
+
/* @__PURE__ */ jsxDEV3(Link3, {
|
|
691
|
+
href: "/docs/safety/migrations",
|
|
692
|
+
className: "btn-primary",
|
|
693
|
+
children: [
|
|
694
|
+
"Next: Migrations ",
|
|
695
|
+
/* @__PURE__ */ jsxDEV3(ChevronRight3, {
|
|
696
|
+
size: 16
|
|
697
|
+
}, undefined, false, undefined, this)
|
|
698
|
+
]
|
|
699
|
+
}, undefined, true, undefined, this)
|
|
700
|
+
]
|
|
701
|
+
}, undefined, true, undefined, this)
|
|
702
|
+
]
|
|
703
|
+
}, undefined, true, undefined, this);
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// src/components/docs/safety/SafetyMigrationsPage.tsx
|
|
707
|
+
import Link4 from "@contractspec/lib.ui-link";
|
|
708
|
+
import { ChevronRight as ChevronRight4 } from "lucide-react";
|
|
709
|
+
import { jsxDEV as jsxDEV4 } from "react/jsx-dev-runtime";
|
|
710
|
+
function SafetyMigrationsPage() {
|
|
711
|
+
return /* @__PURE__ */ jsxDEV4("div", {
|
|
712
|
+
className: "space-y-8",
|
|
713
|
+
children: [
|
|
714
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
715
|
+
className: "space-y-4",
|
|
716
|
+
children: [
|
|
717
|
+
/* @__PURE__ */ jsxDEV4("h1", {
|
|
718
|
+
className: "text-4xl font-bold",
|
|
719
|
+
children: "Migrations"
|
|
720
|
+
}, undefined, false, undefined, this),
|
|
721
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
722
|
+
className: "text-muted-foreground",
|
|
723
|
+
children: [
|
|
724
|
+
"A ",
|
|
725
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
726
|
+
children: "schema migration"
|
|
727
|
+
}, undefined, false, undefined, this),
|
|
728
|
+
" (also called a database migration) is a set of incremental, reversible changes to a database schema. According to",
|
|
729
|
+
" ",
|
|
730
|
+
/* @__PURE__ */ jsxDEV4("a", {
|
|
731
|
+
href: "https://en.wikipedia.org/wiki/Schema_migration",
|
|
732
|
+
target: "_blank",
|
|
733
|
+
rel: "noopener noreferrer",
|
|
734
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
735
|
+
children: "Wikipedia"
|
|
736
|
+
}, undefined, false, undefined, this),
|
|
737
|
+
`, schema migrations "allow the database schema to evolve as the application's requirements change, while preserving existing data."`
|
|
738
|
+
]
|
|
739
|
+
}, undefined, true, undefined, this)
|
|
740
|
+
]
|
|
741
|
+
}, undefined, true, undefined, this),
|
|
742
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
743
|
+
className: "space-y-4",
|
|
744
|
+
children: [
|
|
745
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
746
|
+
className: "text-2xl font-bold",
|
|
747
|
+
children: "Why migrations matter"
|
|
748
|
+
}, undefined, false, undefined, this),
|
|
749
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
750
|
+
className: "text-muted-foreground",
|
|
751
|
+
children: "As your application evolves, you'll need to change your data model\u2014adding new fields, renaming tables, changing data types, or restructuring relationships. Without a disciplined approach, these changes can lead to:"
|
|
752
|
+
}, undefined, false, undefined, this),
|
|
753
|
+
/* @__PURE__ */ jsxDEV4("ul", {
|
|
754
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
755
|
+
children: [
|
|
756
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
757
|
+
children: "Data loss or corruption"
|
|
758
|
+
}, undefined, false, undefined, this),
|
|
759
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
760
|
+
children: "Downtime during deployments"
|
|
761
|
+
}, undefined, false, undefined, this),
|
|
762
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
763
|
+
children: "Inconsistencies between environments (dev, staging, production)"
|
|
764
|
+
}, undefined, false, undefined, this),
|
|
765
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
766
|
+
children: "Difficulty rolling back failed changes"
|
|
767
|
+
}, undefined, false, undefined, this)
|
|
768
|
+
]
|
|
769
|
+
}, undefined, true, undefined, this),
|
|
770
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
771
|
+
className: "text-muted-foreground",
|
|
772
|
+
children: "Migrations solve these problems by treating schema changes as versioned, tested, and reversible operations."
|
|
773
|
+
}, undefined, false, undefined, this)
|
|
774
|
+
]
|
|
775
|
+
}, undefined, true, undefined, this),
|
|
776
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
777
|
+
className: "space-y-4",
|
|
778
|
+
children: [
|
|
779
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
780
|
+
className: "text-2xl font-bold",
|
|
781
|
+
children: "How MigrationSpec works"
|
|
782
|
+
}, undefined, false, undefined, this),
|
|
783
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
784
|
+
className: "text-muted-foreground",
|
|
785
|
+
children: [
|
|
786
|
+
"In ContractSpec, migrations are defined using",
|
|
787
|
+
" ",
|
|
788
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
789
|
+
children: "MigrationSpec"
|
|
790
|
+
}, undefined, false, undefined, this),
|
|
791
|
+
". Each migration has:"
|
|
792
|
+
]
|
|
793
|
+
}, undefined, true, undefined, this),
|
|
794
|
+
/* @__PURE__ */ jsxDEV4("ul", {
|
|
795
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
796
|
+
children: [
|
|
797
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
798
|
+
children: [
|
|
799
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
800
|
+
children: "Version"
|
|
801
|
+
}, undefined, false, undefined, this),
|
|
802
|
+
' \u2013 A unique identifier (e.g., "2025-11-13-001") that determines the order of execution.'
|
|
803
|
+
]
|
|
804
|
+
}, undefined, true, undefined, this),
|
|
805
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
806
|
+
children: [
|
|
807
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
808
|
+
children: "Up function"
|
|
809
|
+
}, undefined, false, undefined, this),
|
|
810
|
+
` \u2013 The forward migration that applies the change (e.g., "add column 'email_verified'").`
|
|
811
|
+
]
|
|
812
|
+
}, undefined, true, undefined, this),
|
|
813
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
814
|
+
children: [
|
|
815
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
816
|
+
children: "Down function"
|
|
817
|
+
}, undefined, false, undefined, this),
|
|
818
|
+
` \u2013 The reverse migration that undoes the change (e.g., "drop column 'email_verified'").`
|
|
819
|
+
]
|
|
820
|
+
}, undefined, true, undefined, this),
|
|
821
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
822
|
+
children: [
|
|
823
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
824
|
+
children: "Dependencies"
|
|
825
|
+
}, undefined, false, undefined, this),
|
|
826
|
+
" \u2013 Other migrations that must run before this one."
|
|
827
|
+
]
|
|
828
|
+
}, undefined, true, undefined, this),
|
|
829
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
830
|
+
children: [
|
|
831
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
832
|
+
children: "Validation"
|
|
833
|
+
}, undefined, false, undefined, this),
|
|
834
|
+
' \u2013 Optional checks to ensure the migration succeeded (e.g., "verify all users have an email address").'
|
|
835
|
+
]
|
|
836
|
+
}, undefined, true, undefined, this)
|
|
837
|
+
]
|
|
838
|
+
}, undefined, true, undefined, this)
|
|
839
|
+
]
|
|
840
|
+
}, undefined, true, undefined, this),
|
|
841
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
842
|
+
className: "space-y-4",
|
|
843
|
+
children: [
|
|
844
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
845
|
+
className: "text-2xl font-bold",
|
|
846
|
+
children: "Example MigrationSpec"
|
|
847
|
+
}, undefined, false, undefined, this),
|
|
848
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
849
|
+
className: "text-muted-foreground",
|
|
850
|
+
children: "Here's a migration that adds an email verification field to the users table:"
|
|
851
|
+
}, undefined, false, undefined, this),
|
|
852
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
853
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
854
|
+
children: /* @__PURE__ */ jsxDEV4("pre", {
|
|
855
|
+
children: `migrationId: add-email-verified
|
|
856
|
+
version: 2025-11-13-001
|
|
857
|
+
dependencies: []
|
|
858
|
+
|
|
859
|
+
up:
|
|
860
|
+
- sql: |
|
|
861
|
+
ALTER TABLE users
|
|
862
|
+
ADD COLUMN email_verified BOOLEAN DEFAULT FALSE NOT NULL;
|
|
863
|
+
- sql: |
|
|
864
|
+
CREATE INDEX idx_users_email_verified
|
|
865
|
+
ON users(email_verified);
|
|
866
|
+
|
|
867
|
+
down:
|
|
868
|
+
- sql: |
|
|
869
|
+
DROP INDEX idx_users_email_verified;
|
|
870
|
+
- sql: |
|
|
871
|
+
ALTER TABLE users
|
|
872
|
+
DROP COLUMN email_verified;
|
|
873
|
+
|
|
874
|
+
validation:
|
|
875
|
+
- sql: |
|
|
876
|
+
SELECT COUNT(*) FROM users
|
|
877
|
+
WHERE email_verified IS NULL;
|
|
878
|
+
expectZeroRows: true`
|
|
879
|
+
}, undefined, false, undefined, this)
|
|
880
|
+
}, undefined, false, undefined, this)
|
|
881
|
+
]
|
|
882
|
+
}, undefined, true, undefined, this),
|
|
883
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
884
|
+
className: "space-y-4",
|
|
885
|
+
children: [
|
|
886
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
887
|
+
className: "text-2xl font-bold",
|
|
888
|
+
children: "Running migrations"
|
|
889
|
+
}, undefined, false, undefined, this),
|
|
890
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
891
|
+
className: "text-muted-foreground",
|
|
892
|
+
children: "Migrations are applied automatically during deployment. The ContractSpec runtime:"
|
|
893
|
+
}, undefined, false, undefined, this),
|
|
894
|
+
/* @__PURE__ */ jsxDEV4("ol", {
|
|
895
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
896
|
+
children: [
|
|
897
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
898
|
+
children: "Checks which migrations have already been applied (stored in a migrations table)."
|
|
899
|
+
}, undefined, false, undefined, this),
|
|
900
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
901
|
+
children: "Identifies new migrations that need to run."
|
|
902
|
+
}, undefined, false, undefined, this),
|
|
903
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
904
|
+
children: "Executes them in order, respecting dependencies."
|
|
905
|
+
}, undefined, false, undefined, this),
|
|
906
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
907
|
+
children: "Runs validation checks to ensure success."
|
|
908
|
+
}, undefined, false, undefined, this),
|
|
909
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
910
|
+
children: "Records the migration as applied."
|
|
911
|
+
}, undefined, false, undefined, this)
|
|
912
|
+
]
|
|
913
|
+
}, undefined, true, undefined, this),
|
|
914
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
915
|
+
className: "text-muted-foreground",
|
|
916
|
+
children: "If a migration fails, the deployment is aborted, and the system remains in its previous state. You can then fix the migration and redeploy."
|
|
917
|
+
}, undefined, false, undefined, this)
|
|
918
|
+
]
|
|
919
|
+
}, undefined, true, undefined, this),
|
|
920
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
921
|
+
className: "space-y-4",
|
|
922
|
+
children: [
|
|
923
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
924
|
+
className: "text-2xl font-bold",
|
|
925
|
+
children: "Rolling back migrations"
|
|
926
|
+
}, undefined, false, undefined, this),
|
|
927
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
928
|
+
className: "text-muted-foreground",
|
|
929
|
+
children: [
|
|
930
|
+
"If you need to roll back a deployment, ContractSpec automatically runs the ",
|
|
931
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
932
|
+
children: "down"
|
|
933
|
+
}, undefined, false, undefined, this),
|
|
934
|
+
" functions of any migrations that were applied. This restores the database to its previous state."
|
|
935
|
+
]
|
|
936
|
+
}, undefined, true, undefined, this),
|
|
937
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
938
|
+
className: "text-muted-foreground",
|
|
939
|
+
children: "Note that rollbacks are not always possible\u2014for example, if you've deleted a column, you cannot recover the data unless you have a backup. For destructive changes, it's best to use a multi-step migration:"
|
|
940
|
+
}, undefined, false, undefined, this),
|
|
941
|
+
/* @__PURE__ */ jsxDEV4("ol", {
|
|
942
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
943
|
+
children: [
|
|
944
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
945
|
+
children: "Add the new column (reversible)."
|
|
946
|
+
}, undefined, false, undefined, this),
|
|
947
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
948
|
+
children: "Backfill data from the old column to the new column (reversible)."
|
|
949
|
+
}, undefined, false, undefined, this),
|
|
950
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
951
|
+
children: "Update application code to use the new column (reversible)."
|
|
952
|
+
}, undefined, false, undefined, this),
|
|
953
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
954
|
+
children: "Drop the old column (irreversible\u2014only do this after confirming the new column works)."
|
|
955
|
+
}, undefined, false, undefined, this)
|
|
956
|
+
]
|
|
957
|
+
}, undefined, true, undefined, this)
|
|
958
|
+
]
|
|
959
|
+
}, undefined, true, undefined, this),
|
|
960
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
961
|
+
className: "space-y-4",
|
|
962
|
+
children: [
|
|
963
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
964
|
+
className: "text-2xl font-bold",
|
|
965
|
+
children: "Best practices"
|
|
966
|
+
}, undefined, false, undefined, this),
|
|
967
|
+
/* @__PURE__ */ jsxDEV4("ul", {
|
|
968
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
969
|
+
children: [
|
|
970
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
971
|
+
children: [
|
|
972
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
973
|
+
children: "Test migrations locally"
|
|
974
|
+
}, undefined, false, undefined, this),
|
|
975
|
+
" \u2013 Run them against a copy of production data to catch issues before deploying."
|
|
976
|
+
]
|
|
977
|
+
}, undefined, true, undefined, this),
|
|
978
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
979
|
+
children: [
|
|
980
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
981
|
+
children: "Keep migrations small"
|
|
982
|
+
}, undefined, false, undefined, this),
|
|
983
|
+
" \u2013 Each migration should do one thing. This makes them easier to understand and roll back."
|
|
984
|
+
]
|
|
985
|
+
}, undefined, true, undefined, this),
|
|
986
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
987
|
+
children: [
|
|
988
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
989
|
+
children: "Write reversible migrations"
|
|
990
|
+
}, undefined, false, undefined, this),
|
|
991
|
+
" \u2013 Always provide a down function, even if you don't plan to roll back."
|
|
992
|
+
]
|
|
993
|
+
}, undefined, true, undefined, this),
|
|
994
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
995
|
+
children: [
|
|
996
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
997
|
+
children: "Use transactions"
|
|
998
|
+
}, undefined, false, undefined, this),
|
|
999
|
+
" \u2013 Wrap migrations in database transactions so they either fully succeed or fully fail."
|
|
1000
|
+
]
|
|
1001
|
+
}, undefined, true, undefined, this),
|
|
1002
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1003
|
+
children: [
|
|
1004
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
1005
|
+
children: "Avoid destructive changes"
|
|
1006
|
+
}, undefined, false, undefined, this),
|
|
1007
|
+
" \u2013 Prefer additive changes (adding columns) over destructive ones (dropping columns). If you must delete data, archive it first."
|
|
1008
|
+
]
|
|
1009
|
+
}, undefined, true, undefined, this),
|
|
1010
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1011
|
+
children: [
|
|
1012
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
1013
|
+
children: "Version your migrations"
|
|
1014
|
+
}, undefined, false, undefined, this),
|
|
1015
|
+
" \u2013 Use timestamps or sequential numbers to ensure migrations run in the correct order."
|
|
1016
|
+
]
|
|
1017
|
+
}, undefined, true, undefined, this),
|
|
1018
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1019
|
+
children: [
|
|
1020
|
+
/* @__PURE__ */ jsxDEV4("strong", {
|
|
1021
|
+
children: "Document breaking changes"
|
|
1022
|
+
}, undefined, false, undefined, this),
|
|
1023
|
+
" \u2013 If a migration requires application code changes, note this in the migration description."
|
|
1024
|
+
]
|
|
1025
|
+
}, undefined, true, undefined, this)
|
|
1026
|
+
]
|
|
1027
|
+
}, undefined, true, undefined, this)
|
|
1028
|
+
]
|
|
1029
|
+
}, undefined, true, undefined, this),
|
|
1030
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
1031
|
+
className: "space-y-4",
|
|
1032
|
+
children: [
|
|
1033
|
+
/* @__PURE__ */ jsxDEV4("h2", {
|
|
1034
|
+
className: "text-2xl font-bold",
|
|
1035
|
+
children: "Zero-downtime migrations"
|
|
1036
|
+
}, undefined, false, undefined, this),
|
|
1037
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
1038
|
+
className: "text-muted-foreground",
|
|
1039
|
+
children: "Some migrations can cause downtime if not handled carefully. For example, adding a NOT NULL column to a large table can lock the table for minutes. To avoid this, use a multi-step approach:"
|
|
1040
|
+
}, undefined, false, undefined, this),
|
|
1041
|
+
/* @__PURE__ */ jsxDEV4("ol", {
|
|
1042
|
+
className: "text-muted-foreground list-inside list-decimal space-y-2",
|
|
1043
|
+
children: [
|
|
1044
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1045
|
+
children: "Add the column as nullable."
|
|
1046
|
+
}, undefined, false, undefined, this),
|
|
1047
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1048
|
+
children: "Backfill the column in batches (without locking the table)."
|
|
1049
|
+
}, undefined, false, undefined, this),
|
|
1050
|
+
/* @__PURE__ */ jsxDEV4("li", {
|
|
1051
|
+
children: "Add the NOT NULL constraint once all rows are populated."
|
|
1052
|
+
}, undefined, false, undefined, this)
|
|
1053
|
+
]
|
|
1054
|
+
}, undefined, true, undefined, this),
|
|
1055
|
+
/* @__PURE__ */ jsxDEV4("p", {
|
|
1056
|
+
className: "text-muted-foreground",
|
|
1057
|
+
children: "ContractSpec's migration system supports this pattern by allowing you to split a logical change into multiple versioned migrations."
|
|
1058
|
+
}, undefined, false, undefined, this)
|
|
1059
|
+
]
|
|
1060
|
+
}, undefined, true, undefined, this),
|
|
1061
|
+
/* @__PURE__ */ jsxDEV4("div", {
|
|
1062
|
+
className: "flex items-center gap-4 pt-4",
|
|
1063
|
+
children: [
|
|
1064
|
+
/* @__PURE__ */ jsxDEV4(Link4, {
|
|
1065
|
+
href: "/docs/safety/auditing",
|
|
1066
|
+
className: "btn-ghost",
|
|
1067
|
+
children: "Previous: Audit Logs"
|
|
1068
|
+
}, undefined, false, undefined, this),
|
|
1069
|
+
/* @__PURE__ */ jsxDEV4(Link4, {
|
|
1070
|
+
href: "/docs/advanced/renderers",
|
|
1071
|
+
className: "btn-primary",
|
|
1072
|
+
children: [
|
|
1073
|
+
"Next: Advanced Topics ",
|
|
1074
|
+
/* @__PURE__ */ jsxDEV4(ChevronRight4, {
|
|
1075
|
+
size: 16
|
|
1076
|
+
}, undefined, false, undefined, this)
|
|
1077
|
+
]
|
|
1078
|
+
}, undefined, true, undefined, this)
|
|
1079
|
+
]
|
|
1080
|
+
}, undefined, true, undefined, this)
|
|
1081
|
+
]
|
|
1082
|
+
}, undefined, true, undefined, this);
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
// src/components/docs/safety/SafetyPDPPage.tsx
|
|
1086
|
+
import Link5 from "@contractspec/lib.ui-link";
|
|
1087
|
+
import { ChevronRight as ChevronRight5 } from "lucide-react";
|
|
1088
|
+
import { jsxDEV as jsxDEV5 } from "react/jsx-dev-runtime";
|
|
1089
|
+
function SafetyPDPPage() {
|
|
1090
|
+
return /* @__PURE__ */ jsxDEV5("div", {
|
|
1091
|
+
className: "space-y-8",
|
|
1092
|
+
children: [
|
|
1093
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1094
|
+
className: "space-y-4",
|
|
1095
|
+
children: [
|
|
1096
|
+
/* @__PURE__ */ jsxDEV5("h1", {
|
|
1097
|
+
className: "text-4xl font-bold",
|
|
1098
|
+
children: "Policy Decision Points"
|
|
1099
|
+
}, undefined, false, undefined, this),
|
|
1100
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1101
|
+
className: "text-muted-foreground",
|
|
1102
|
+
children: [
|
|
1103
|
+
"A ",
|
|
1104
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1105
|
+
children: "Policy Decision Point (PDP)"
|
|
1106
|
+
}, undefined, false, undefined, this),
|
|
1107
|
+
" is a centralized component that evaluates access control policies and makes authorization decisions. According to",
|
|
1108
|
+
" ",
|
|
1109
|
+
/* @__PURE__ */ jsxDEV5("a", {
|
|
1110
|
+
href: "https://www.strongdm.com/blog/policy-decision-point",
|
|
1111
|
+
target: "_blank",
|
|
1112
|
+
rel: "noopener noreferrer",
|
|
1113
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
1114
|
+
children: "StrongDM"
|
|
1115
|
+
}, undefined, false, undefined, this),
|
|
1116
|
+
', the PDP "receives requests for access to resources, evaluates them against policies, and returns a decision (permit or deny)."'
|
|
1117
|
+
]
|
|
1118
|
+
}, undefined, true, undefined, this)
|
|
1119
|
+
]
|
|
1120
|
+
}, undefined, true, undefined, this),
|
|
1121
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1122
|
+
className: "space-y-4",
|
|
1123
|
+
children: [
|
|
1124
|
+
/* @__PURE__ */ jsxDEV5("h2", {
|
|
1125
|
+
className: "text-2xl font-bold",
|
|
1126
|
+
children: "How the PDP works in ContractSpec"
|
|
1127
|
+
}, undefined, false, undefined, this),
|
|
1128
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1129
|
+
className: "text-muted-foreground",
|
|
1130
|
+
children: "In ContractSpec, the PDP is invoked on every operation\u2014whether it's rendering a UI component, executing a capability, or querying a data view. The flow is:"
|
|
1131
|
+
}, undefined, false, undefined, this),
|
|
1132
|
+
/* @__PURE__ */ jsxDEV5("ol", {
|
|
1133
|
+
className: "text-muted-foreground list-inside list-decimal space-y-3",
|
|
1134
|
+
children: [
|
|
1135
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1136
|
+
children: [
|
|
1137
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1138
|
+
children: "Request evaluation"
|
|
1139
|
+
}, undefined, false, undefined, this),
|
|
1140
|
+
" \u2013 The runtime sends a request to the PDP containing:",
|
|
1141
|
+
/* @__PURE__ */ jsxDEV5("ul", {
|
|
1142
|
+
className: "mt-2 ml-6 list-inside list-disc space-y-1",
|
|
1143
|
+
children: [
|
|
1144
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1145
|
+
children: "The user's identity and attributes (roles, groups, location, etc.)"
|
|
1146
|
+
}, undefined, false, undefined, this),
|
|
1147
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1148
|
+
children: "The resource being accessed (capability, field, workflow step)"
|
|
1149
|
+
}, undefined, false, undefined, this),
|
|
1150
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1151
|
+
children: "The action being performed (read, write, execute)"
|
|
1152
|
+
}, undefined, false, undefined, this),
|
|
1153
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1154
|
+
children: "Contextual information (time of day, device type, IP address)"
|
|
1155
|
+
}, undefined, false, undefined, this)
|
|
1156
|
+
]
|
|
1157
|
+
}, undefined, true, undefined, this)
|
|
1158
|
+
]
|
|
1159
|
+
}, undefined, true, undefined, this),
|
|
1160
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1161
|
+
children: [
|
|
1162
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1163
|
+
children: "Policy evaluation"
|
|
1164
|
+
}, undefined, false, undefined, this),
|
|
1165
|
+
" \u2013 The PDP evaluates the request against all applicable ",
|
|
1166
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1167
|
+
children: "PolicySpecs"
|
|
1168
|
+
}, undefined, false, undefined, this),
|
|
1169
|
+
". These specs define rules using attribute-based access control (ABAC) and can reference:",
|
|
1170
|
+
/* @__PURE__ */ jsxDEV5("ul", {
|
|
1171
|
+
className: "mt-2 ml-6 list-inside list-disc space-y-1",
|
|
1172
|
+
children: [
|
|
1173
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1174
|
+
children: `User attributes (e.g., "role == 'admin'")`
|
|
1175
|
+
}, undefined, false, undefined, this),
|
|
1176
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1177
|
+
children: `Resource attributes (e.g., "field.sensitivity == 'PII'")`
|
|
1178
|
+
}, undefined, false, undefined, this),
|
|
1179
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1180
|
+
children: 'Environmental attributes (e.g., "time.hour >= 9 AND time.hour < 17")'
|
|
1181
|
+
}, undefined, false, undefined, this)
|
|
1182
|
+
]
|
|
1183
|
+
}, undefined, true, undefined, this)
|
|
1184
|
+
]
|
|
1185
|
+
}, undefined, true, undefined, this),
|
|
1186
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1187
|
+
children: [
|
|
1188
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1189
|
+
children: "Decision return"
|
|
1190
|
+
}, undefined, false, undefined, this),
|
|
1191
|
+
" \u2013 The PDP returns one of:",
|
|
1192
|
+
/* @__PURE__ */ jsxDEV5("ul", {
|
|
1193
|
+
className: "mt-2 ml-6 list-inside list-disc space-y-1",
|
|
1194
|
+
children: [
|
|
1195
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1196
|
+
children: [
|
|
1197
|
+
/* @__PURE__ */ jsxDEV5("code", {
|
|
1198
|
+
className: "bg-background/50 rounded px-2 py-1",
|
|
1199
|
+
children: "PERMIT"
|
|
1200
|
+
}, undefined, false, undefined, this),
|
|
1201
|
+
" ",
|
|
1202
|
+
"\u2013 The operation is allowed."
|
|
1203
|
+
]
|
|
1204
|
+
}, undefined, true, undefined, this),
|
|
1205
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1206
|
+
children: [
|
|
1207
|
+
/* @__PURE__ */ jsxDEV5("code", {
|
|
1208
|
+
className: "bg-background/50 rounded px-2 py-1",
|
|
1209
|
+
children: "DENY"
|
|
1210
|
+
}, undefined, false, undefined, this),
|
|
1211
|
+
" ",
|
|
1212
|
+
"\u2013 The operation is blocked."
|
|
1213
|
+
]
|
|
1214
|
+
}, undefined, true, undefined, this),
|
|
1215
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1216
|
+
children: [
|
|
1217
|
+
/* @__PURE__ */ jsxDEV5("code", {
|
|
1218
|
+
className: "bg-background/50 rounded px-2 py-1",
|
|
1219
|
+
children: "REDACT"
|
|
1220
|
+
}, undefined, false, undefined, this),
|
|
1221
|
+
" ",
|
|
1222
|
+
"\u2013 The operation is allowed, but sensitive fields are masked."
|
|
1223
|
+
]
|
|
1224
|
+
}, undefined, true, undefined, this)
|
|
1225
|
+
]
|
|
1226
|
+
}, undefined, true, undefined, this)
|
|
1227
|
+
]
|
|
1228
|
+
}, undefined, true, undefined, this),
|
|
1229
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1230
|
+
children: [
|
|
1231
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1232
|
+
children: "Enforcement"
|
|
1233
|
+
}, undefined, false, undefined, this),
|
|
1234
|
+
" \u2013 The runtime enforces the decision. If denied, the operation fails with a clear error message. If redacted, sensitive fields are replaced with placeholders."
|
|
1235
|
+
]
|
|
1236
|
+
}, undefined, true, undefined, this),
|
|
1237
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1238
|
+
children: [
|
|
1239
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1240
|
+
children: "Auditing"
|
|
1241
|
+
}, undefined, false, undefined, this),
|
|
1242
|
+
" \u2013 Every PDP decision is logged to the",
|
|
1243
|
+
" ",
|
|
1244
|
+
/* @__PURE__ */ jsxDEV5(Link5, {
|
|
1245
|
+
href: "/docs/safety/auditing",
|
|
1246
|
+
className: "text-violet-400 hover:text-violet-300",
|
|
1247
|
+
children: "audit log"
|
|
1248
|
+
}, undefined, false, undefined, this),
|
|
1249
|
+
", including the request, decision, and reasoning."
|
|
1250
|
+
]
|
|
1251
|
+
}, undefined, true, undefined, this)
|
|
1252
|
+
]
|
|
1253
|
+
}, undefined, true, undefined, this)
|
|
1254
|
+
]
|
|
1255
|
+
}, undefined, true, undefined, this),
|
|
1256
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1257
|
+
className: "space-y-4",
|
|
1258
|
+
children: [
|
|
1259
|
+
/* @__PURE__ */ jsxDEV5("h2", {
|
|
1260
|
+
className: "text-2xl font-bold",
|
|
1261
|
+
children: "Example PolicySpec"
|
|
1262
|
+
}, undefined, false, undefined, this),
|
|
1263
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1264
|
+
className: "text-muted-foreground",
|
|
1265
|
+
children: "Here's a simple policy that restricts access to PII fields:"
|
|
1266
|
+
}, undefined, false, undefined, this),
|
|
1267
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1268
|
+
className: "bg-background/50 border-border text-muted-foreground overflow-x-auto rounded-lg border p-4 font-mono text-sm",
|
|
1269
|
+
children: /* @__PURE__ */ jsxDEV5("pre", {
|
|
1270
|
+
children: `policyId: pii-access-control
|
|
1271
|
+
version: '1.0.0'.0.0
|
|
1272
|
+
rules:
|
|
1273
|
+
- id: allow-admin-full-access
|
|
1274
|
+
effect: PERMIT
|
|
1275
|
+
condition: user.role == 'admin'
|
|
1276
|
+
|
|
1277
|
+
- id: redact-pii-for-support
|
|
1278
|
+
effect: REDACT
|
|
1279
|
+
condition: |
|
|
1280
|
+
user.role == 'support' AND
|
|
1281
|
+
field.sensitivity == 'PII'
|
|
1282
|
+
redactFields: ['ssn', 'creditCard', 'dateOfBirth']
|
|
1283
|
+
|
|
1284
|
+
- id: deny-pii-for-others
|
|
1285
|
+
effect: DENY
|
|
1286
|
+
condition: |
|
|
1287
|
+
user.role NOT IN ['admin', 'support'] AND
|
|
1288
|
+
field.sensitivity == 'PII'`
|
|
1289
|
+
}, undefined, false, undefined, this)
|
|
1290
|
+
}, undefined, false, undefined, this),
|
|
1291
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1292
|
+
className: "text-muted-foreground",
|
|
1293
|
+
children: "With this policy, admins see all data, support staff see redacted PII, and other users cannot access PII at all."
|
|
1294
|
+
}, undefined, false, undefined, this)
|
|
1295
|
+
]
|
|
1296
|
+
}, undefined, true, undefined, this),
|
|
1297
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1298
|
+
className: "space-y-4",
|
|
1299
|
+
children: [
|
|
1300
|
+
/* @__PURE__ */ jsxDEV5("h2", {
|
|
1301
|
+
className: "text-2xl font-bold",
|
|
1302
|
+
children: "Benefits of centralized decision-making"
|
|
1303
|
+
}, undefined, false, undefined, this),
|
|
1304
|
+
/* @__PURE__ */ jsxDEV5("ul", {
|
|
1305
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
1306
|
+
children: [
|
|
1307
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1308
|
+
children: [
|
|
1309
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1310
|
+
children: "Consistency"
|
|
1311
|
+
}, undefined, false, undefined, this),
|
|
1312
|
+
" \u2013 Policies are enforced uniformly across all surfaces (API, UI, workflows)."
|
|
1313
|
+
]
|
|
1314
|
+
}, undefined, true, undefined, this),
|
|
1315
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1316
|
+
children: [
|
|
1317
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1318
|
+
children: "Auditability"
|
|
1319
|
+
}, undefined, false, undefined, this),
|
|
1320
|
+
" \u2013 Every decision is logged, making it easy to trace why access was granted or denied."
|
|
1321
|
+
]
|
|
1322
|
+
}, undefined, true, undefined, this),
|
|
1323
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1324
|
+
children: [
|
|
1325
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1326
|
+
children: "Flexibility"
|
|
1327
|
+
}, undefined, false, undefined, this),
|
|
1328
|
+
" \u2013 Policies can be updated without changing application code."
|
|
1329
|
+
]
|
|
1330
|
+
}, undefined, true, undefined, this),
|
|
1331
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1332
|
+
children: [
|
|
1333
|
+
/* @__PURE__ */ jsxDEV5("strong", {
|
|
1334
|
+
children: "Security"
|
|
1335
|
+
}, undefined, false, undefined, this),
|
|
1336
|
+
" \u2013 Reduces the risk of authorization bugs by removing ad-hoc checks scattered throughout the codebase."
|
|
1337
|
+
]
|
|
1338
|
+
}, undefined, true, undefined, this)
|
|
1339
|
+
]
|
|
1340
|
+
}, undefined, true, undefined, this)
|
|
1341
|
+
]
|
|
1342
|
+
}, undefined, true, undefined, this),
|
|
1343
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1344
|
+
className: "space-y-4",
|
|
1345
|
+
children: [
|
|
1346
|
+
/* @__PURE__ */ jsxDEV5("h2", {
|
|
1347
|
+
className: "text-2xl font-bold",
|
|
1348
|
+
children: "Performance considerations"
|
|
1349
|
+
}, undefined, false, undefined, this),
|
|
1350
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1351
|
+
className: "text-muted-foreground",
|
|
1352
|
+
children: "Because the PDP is invoked on every operation, performance is critical. ContractSpec optimizes this by:"
|
|
1353
|
+
}, undefined, false, undefined, this),
|
|
1354
|
+
/* @__PURE__ */ jsxDEV5("ul", {
|
|
1355
|
+
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
1356
|
+
children: [
|
|
1357
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1358
|
+
children: "Caching policy decisions for identical requests"
|
|
1359
|
+
}, undefined, false, undefined, this),
|
|
1360
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1361
|
+
children: "Compiling policies into efficient bytecode"
|
|
1362
|
+
}, undefined, false, undefined, this),
|
|
1363
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1364
|
+
children: "Evaluating only the minimal set of rules needed for each request"
|
|
1365
|
+
}, undefined, false, undefined, this),
|
|
1366
|
+
/* @__PURE__ */ jsxDEV5("li", {
|
|
1367
|
+
children: "Running the PDP in-process to avoid network latency"
|
|
1368
|
+
}, undefined, false, undefined, this)
|
|
1369
|
+
]
|
|
1370
|
+
}, undefined, true, undefined, this),
|
|
1371
|
+
/* @__PURE__ */ jsxDEV5("p", {
|
|
1372
|
+
className: "text-muted-foreground",
|
|
1373
|
+
children: "In practice, PDP overhead is typically less than 1ms per request."
|
|
1374
|
+
}, undefined, false, undefined, this)
|
|
1375
|
+
]
|
|
1376
|
+
}, undefined, true, undefined, this),
|
|
1377
|
+
/* @__PURE__ */ jsxDEV5("div", {
|
|
1378
|
+
className: "flex items-center gap-4 pt-4",
|
|
1379
|
+
children: [
|
|
1380
|
+
/* @__PURE__ */ jsxDEV5(Link5, {
|
|
1381
|
+
href: "/docs/safety/signing",
|
|
1382
|
+
className: "btn-ghost",
|
|
1383
|
+
children: "Previous: Spec Signing"
|
|
1384
|
+
}, undefined, false, undefined, this),
|
|
1385
|
+
/* @__PURE__ */ jsxDEV5(Link5, {
|
|
1386
|
+
href: "/docs/safety/auditing",
|
|
1387
|
+
className: "btn-primary",
|
|
1388
|
+
children: [
|
|
1389
|
+
"Next: Audit Logs ",
|
|
1390
|
+
/* @__PURE__ */ jsxDEV5(ChevronRight5, {
|
|
1391
|
+
size: 16
|
|
1392
|
+
}, undefined, false, undefined, this)
|
|
1393
|
+
]
|
|
1394
|
+
}, undefined, true, undefined, this)
|
|
1395
|
+
]
|
|
1396
|
+
}, undefined, true, undefined, this)
|
|
1397
|
+
]
|
|
1398
|
+
}, undefined, true, undefined, this);
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
// src/components/docs/safety/SafetyTenantIsolationPage.tsx
|
|
1402
|
+
import { jsxDEV as jsxDEV6 } from "react/jsx-dev-runtime";
|
|
1403
|
+
function SafetyTenantIsolationPage() {
|
|
1404
|
+
return /* @__PURE__ */ jsxDEV6("div", {
|
|
1405
|
+
className: "space-y-8",
|
|
1406
|
+
children: [
|
|
1407
|
+
/* @__PURE__ */ jsxDEV6("div", {
|
|
1408
|
+
className: "space-y-4",
|
|
1409
|
+
children: [
|
|
1410
|
+
/* @__PURE__ */ jsxDEV6("h1", {
|
|
1411
|
+
className: "text-4xl font-bold",
|
|
1412
|
+
children: "Tenant Isolation"
|
|
1413
|
+
}, undefined, false, undefined, this),
|
|
1414
|
+
/* @__PURE__ */ jsxDEV6("p", {
|
|
1415
|
+
className: "text-muted-foreground text-lg",
|
|
1416
|
+
children: 'Preventing cross-tenant data leaks is the #1 security priority for any SaaS. ContractSpec employs "Defense in Depth" to ensure safety.'
|
|
1417
|
+
}, undefined, false, undefined, this)
|
|
1418
|
+
]
|
|
1419
|
+
}, undefined, true, undefined, this),
|
|
1420
|
+
/* @__PURE__ */ jsxDEV6("div", {
|
|
1421
|
+
className: "space-y-4",
|
|
1422
|
+
children: [
|
|
1423
|
+
/* @__PURE__ */ jsxDEV6("h2", {
|
|
1424
|
+
className: "text-2xl font-bold",
|
|
1425
|
+
children: "Layer 1: RLS Middleware"
|
|
1426
|
+
}, undefined, false, undefined, this),
|
|
1427
|
+
/* @__PURE__ */ jsxDEV6("p", {
|
|
1428
|
+
children: [
|
|
1429
|
+
"The primary defense is the Prisma middleware that rewrites queries to include ",
|
|
1430
|
+
/* @__PURE__ */ jsxDEV6("code", {
|
|
1431
|
+
children: "WHERE tenantId = ?"
|
|
1432
|
+
}, undefined, false, undefined, this),
|
|
1433
|
+
". This protects against developer error (forgetting to filter)."
|
|
1434
|
+
]
|
|
1435
|
+
}, undefined, true, undefined, this)
|
|
1436
|
+
]
|
|
1437
|
+
}, undefined, true, undefined, this),
|
|
1438
|
+
/* @__PURE__ */ jsxDEV6("div", {
|
|
1439
|
+
className: "space-y-4",
|
|
1440
|
+
children: [
|
|
1441
|
+
/* @__PURE__ */ jsxDEV6("h2", {
|
|
1442
|
+
className: "text-2xl font-bold",
|
|
1443
|
+
children: "Layer 2: Isolation Validator"
|
|
1444
|
+
}, undefined, false, undefined, this),
|
|
1445
|
+
/* @__PURE__ */ jsxDEV6("p", {
|
|
1446
|
+
children: [
|
|
1447
|
+
"For high-security environments, you can use the",
|
|
1448
|
+
" ",
|
|
1449
|
+
/* @__PURE__ */ jsxDEV6("code", {
|
|
1450
|
+
children: "IsolationValidator"
|
|
1451
|
+
}, undefined, false, undefined, this),
|
|
1452
|
+
" in your test suite to verify that every query generated by your operations actually includes the tenant ID."
|
|
1453
|
+
]
|
|
1454
|
+
}, undefined, true, undefined, this),
|
|
1455
|
+
/* @__PURE__ */ jsxDEV6("pre", {
|
|
1456
|
+
className: "bg-muted rounded-lg border p-4 text-sm",
|
|
1457
|
+
children: `import { IsolationValidator } from '@contractspec/lib.multi-tenancy/isolation';
|
|
1458
|
+
|
|
1459
|
+
test('findUser query is isolated', () => {
|
|
1460
|
+
const isValid = IsolationValidator.validateQuery(
|
|
1461
|
+
'User',
|
|
1462
|
+
'findFirst',
|
|
1463
|
+
args,
|
|
1464
|
+
'tenant-123'
|
|
1465
|
+
);
|
|
1466
|
+
expect(isValid).toBe(true);
|
|
1467
|
+
});`
|
|
1468
|
+
}, undefined, false, undefined, this)
|
|
1469
|
+
]
|
|
1470
|
+
}, undefined, true, undefined, this),
|
|
1471
|
+
/* @__PURE__ */ jsxDEV6("div", {
|
|
1472
|
+
className: "space-y-4",
|
|
1473
|
+
children: [
|
|
1474
|
+
/* @__PURE__ */ jsxDEV6("h2", {
|
|
1475
|
+
className: "text-2xl font-bold",
|
|
1476
|
+
children: "Layer 3: Policy Engine"
|
|
1477
|
+
}, undefined, false, undefined, this),
|
|
1478
|
+
/* @__PURE__ */ jsxDEV6("p", {
|
|
1479
|
+
children: "The Policy Decision Point (PDP) verifies that the authenticated user actually belongs to the requested tenant before any operation logic runs."
|
|
1480
|
+
}, undefined, false, undefined, this)
|
|
1481
|
+
]
|
|
1482
|
+
}, undefined, true, undefined, this)
|
|
1483
|
+
]
|
|
1484
|
+
}, undefined, true, undefined, this);
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
// src/components/docs/safety/SafetySecurityTrustPage.tsx
|
|
1488
|
+
import Link6 from "@contractspec/lib.ui-link";
|
|
1489
|
+
import { ChevronRight as ChevronRight6 } from "lucide-react";
|
|
1490
|
+
import { jsxDEV as jsxDEV7 } from "react/jsx-dev-runtime";
|
|
1491
|
+
function SafetySecurityTrustPage() {
|
|
1492
|
+
return /* @__PURE__ */ jsxDEV7("div", {
|
|
1493
|
+
className: "space-y-8",
|
|
1494
|
+
children: [
|
|
1495
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1496
|
+
className: "space-y-4",
|
|
1497
|
+
children: [
|
|
1498
|
+
/* @__PURE__ */ jsxDEV7("h1", {
|
|
1499
|
+
className: "text-4xl font-bold",
|
|
1500
|
+
children: "Security & Trust"
|
|
1501
|
+
}, undefined, false, undefined, this),
|
|
1502
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1503
|
+
className: "text-muted-foreground",
|
|
1504
|
+
children: "ContractSpec focuses on deterministic, auditable software delivery. This page summarizes our security posture and trust commitments so teams can adopt with clarity."
|
|
1505
|
+
}, undefined, false, undefined, this)
|
|
1506
|
+
]
|
|
1507
|
+
}, undefined, true, undefined, this),
|
|
1508
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1509
|
+
className: "card-subtle space-y-4 p-6",
|
|
1510
|
+
children: [
|
|
1511
|
+
/* @__PURE__ */ jsxDEV7("h2", {
|
|
1512
|
+
className: "text-2xl font-bold",
|
|
1513
|
+
children: "Security policy"
|
|
1514
|
+
}, undefined, false, undefined, this),
|
|
1515
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1516
|
+
className: "text-muted-foreground text-sm",
|
|
1517
|
+
children: "We publish a dedicated security policy that explains how to report vulnerabilities and how we respond."
|
|
1518
|
+
}, undefined, false, undefined, this),
|
|
1519
|
+
/* @__PURE__ */ jsxDEV7(Link6, {
|
|
1520
|
+
href: "/SECURITY.md",
|
|
1521
|
+
className: "btn-primary",
|
|
1522
|
+
children: [
|
|
1523
|
+
"Read the security policy ",
|
|
1524
|
+
/* @__PURE__ */ jsxDEV7(ChevronRight6, {
|
|
1525
|
+
size: 16
|
|
1526
|
+
}, undefined, false, undefined, this)
|
|
1527
|
+
]
|
|
1528
|
+
}, undefined, true, undefined, this)
|
|
1529
|
+
]
|
|
1530
|
+
}, undefined, true, undefined, this),
|
|
1531
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1532
|
+
className: "grid gap-4 md:grid-cols-2",
|
|
1533
|
+
children: [
|
|
1534
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1535
|
+
className: "card-subtle space-y-3 p-6",
|
|
1536
|
+
children: [
|
|
1537
|
+
/* @__PURE__ */ jsxDEV7("h3", {
|
|
1538
|
+
className: "text-lg font-semibold",
|
|
1539
|
+
children: "Release hygiene"
|
|
1540
|
+
}, undefined, false, undefined, this),
|
|
1541
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1542
|
+
className: "text-muted-foreground text-sm",
|
|
1543
|
+
children: "We ship with deterministic CI, changesets, and contract validation so teams can trust every release."
|
|
1544
|
+
}, undefined, false, undefined, this),
|
|
1545
|
+
/* @__PURE__ */ jsxDEV7("ul", {
|
|
1546
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
1547
|
+
children: [
|
|
1548
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1549
|
+
children: "Changesets required for published packages."
|
|
1550
|
+
}, undefined, false, undefined, this),
|
|
1551
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1552
|
+
children: "CI gate for contract validation and drift detection."
|
|
1553
|
+
}, undefined, false, undefined, this),
|
|
1554
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1555
|
+
children: "Rollback-friendly release process."
|
|
1556
|
+
}, undefined, false, undefined, this)
|
|
1557
|
+
]
|
|
1558
|
+
}, undefined, true, undefined, this)
|
|
1559
|
+
]
|
|
1560
|
+
}, undefined, true, undefined, this),
|
|
1561
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1562
|
+
className: "card-subtle space-y-3 p-6",
|
|
1563
|
+
children: [
|
|
1564
|
+
/* @__PURE__ */ jsxDEV7("h3", {
|
|
1565
|
+
className: "text-lg font-semibold",
|
|
1566
|
+
children: "Data handling"
|
|
1567
|
+
}, undefined, false, undefined, this),
|
|
1568
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1569
|
+
className: "text-muted-foreground text-sm",
|
|
1570
|
+
children: "ContractSpec promotes strict data classification and policy-driven access. Specs can tag sensitive fields for enforcement."
|
|
1571
|
+
}, undefined, false, undefined, this),
|
|
1572
|
+
/* @__PURE__ */ jsxDEV7("ul", {
|
|
1573
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
1574
|
+
children: [
|
|
1575
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1576
|
+
children: "Schema-level sensitivity tags."
|
|
1577
|
+
}, undefined, false, undefined, this),
|
|
1578
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1579
|
+
children: "Policy Decision Point enforcement."
|
|
1580
|
+
}, undefined, false, undefined, this),
|
|
1581
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1582
|
+
children: "Audit logs for operational traceability."
|
|
1583
|
+
}, undefined, false, undefined, this)
|
|
1584
|
+
]
|
|
1585
|
+
}, undefined, true, undefined, this)
|
|
1586
|
+
]
|
|
1587
|
+
}, undefined, true, undefined, this)
|
|
1588
|
+
]
|
|
1589
|
+
}, undefined, true, undefined, this),
|
|
1590
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1591
|
+
className: "grid gap-4 md:grid-cols-2",
|
|
1592
|
+
children: [
|
|
1593
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1594
|
+
className: "card-subtle space-y-3 p-6",
|
|
1595
|
+
children: [
|
|
1596
|
+
/* @__PURE__ */ jsxDEV7("h3", {
|
|
1597
|
+
className: "text-lg font-semibold",
|
|
1598
|
+
children: "Supply chain"
|
|
1599
|
+
}, undefined, false, undefined, this),
|
|
1600
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1601
|
+
className: "text-muted-foreground text-sm",
|
|
1602
|
+
children: "We track dependency updates and keep the monorepo build reproducible."
|
|
1603
|
+
}, undefined, false, undefined, this),
|
|
1604
|
+
/* @__PURE__ */ jsxDEV7("ul", {
|
|
1605
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
1606
|
+
children: [
|
|
1607
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1608
|
+
children: "Dependabot + Renovate-style updates where available."
|
|
1609
|
+
}, undefined, false, undefined, this),
|
|
1610
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1611
|
+
children: "Signed release artifacts planned for Studio release cycles."
|
|
1612
|
+
}, undefined, false, undefined, this),
|
|
1613
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1614
|
+
children: "Transparent changelogs for every package."
|
|
1615
|
+
}, undefined, false, undefined, this)
|
|
1616
|
+
]
|
|
1617
|
+
}, undefined, true, undefined, this)
|
|
1618
|
+
]
|
|
1619
|
+
}, undefined, true, undefined, this),
|
|
1620
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1621
|
+
className: "card-subtle space-y-3 p-6",
|
|
1622
|
+
children: [
|
|
1623
|
+
/* @__PURE__ */ jsxDEV7("h3", {
|
|
1624
|
+
className: "text-lg font-semibold",
|
|
1625
|
+
children: "Responsible disclosure"
|
|
1626
|
+
}, undefined, false, undefined, this),
|
|
1627
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1628
|
+
className: "text-muted-foreground text-sm",
|
|
1629
|
+
children: "We respond quickly to security reports and coordinate fixes before public disclosure."
|
|
1630
|
+
}, undefined, false, undefined, this),
|
|
1631
|
+
/* @__PURE__ */ jsxDEV7("ul", {
|
|
1632
|
+
className: "text-muted-foreground space-y-2 text-sm",
|
|
1633
|
+
children: [
|
|
1634
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1635
|
+
children: "Security response within 5 business days."
|
|
1636
|
+
}, undefined, false, undefined, this),
|
|
1637
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1638
|
+
children: "Private disclosure via security@contractspec.io."
|
|
1639
|
+
}, undefined, false, undefined, this),
|
|
1640
|
+
/* @__PURE__ */ jsxDEV7("li", {
|
|
1641
|
+
children: "Credit for researchers (with permission)."
|
|
1642
|
+
}, undefined, false, undefined, this)
|
|
1643
|
+
]
|
|
1644
|
+
}, undefined, true, undefined, this)
|
|
1645
|
+
]
|
|
1646
|
+
}, undefined, true, undefined, this)
|
|
1647
|
+
]
|
|
1648
|
+
}, undefined, true, undefined, this),
|
|
1649
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1650
|
+
className: "space-y-4",
|
|
1651
|
+
children: [
|
|
1652
|
+
/* @__PURE__ */ jsxDEV7("h2", {
|
|
1653
|
+
className: "text-2xl font-bold",
|
|
1654
|
+
children: "Next steps"
|
|
1655
|
+
}, undefined, false, undefined, this),
|
|
1656
|
+
/* @__PURE__ */ jsxDEV7("p", {
|
|
1657
|
+
className: "text-muted-foreground",
|
|
1658
|
+
children: "Explore the broader safety controls or read the roadmap to see upcoming trust investments."
|
|
1659
|
+
}, undefined, false, undefined, this),
|
|
1660
|
+
/* @__PURE__ */ jsxDEV7("div", {
|
|
1661
|
+
className: "flex flex-wrap gap-4 pt-4",
|
|
1662
|
+
children: [
|
|
1663
|
+
/* @__PURE__ */ jsxDEV7(Link6, {
|
|
1664
|
+
href: "/docs/safety",
|
|
1665
|
+
className: "btn-ghost",
|
|
1666
|
+
children: [
|
|
1667
|
+
"Safety overview ",
|
|
1668
|
+
/* @__PURE__ */ jsxDEV7(ChevronRight6, {
|
|
1669
|
+
size: 16
|
|
1670
|
+
}, undefined, false, undefined, this)
|
|
1671
|
+
]
|
|
1672
|
+
}, undefined, true, undefined, this),
|
|
1673
|
+
/* @__PURE__ */ jsxDEV7(Link6, {
|
|
1674
|
+
href: "/ROADMAP.md",
|
|
1675
|
+
className: "btn-ghost",
|
|
1676
|
+
children: [
|
|
1677
|
+
"Roadmap ",
|
|
1678
|
+
/* @__PURE__ */ jsxDEV7(ChevronRight6, {
|
|
1679
|
+
size: 16
|
|
1680
|
+
}, undefined, false, undefined, this)
|
|
1681
|
+
]
|
|
1682
|
+
}, undefined, true, undefined, this)
|
|
1683
|
+
]
|
|
1684
|
+
}, undefined, true, undefined, this)
|
|
1685
|
+
]
|
|
1686
|
+
}, undefined, true, undefined, this)
|
|
1687
|
+
]
|
|
1688
|
+
}, undefined, true, undefined, this);
|
|
1689
|
+
}
|
|
1690
|
+
export {
|
|
1691
|
+
SafetyTenantIsolationPage,
|
|
1692
|
+
SafetySigningPage,
|
|
1693
|
+
SafetySecurityTrustPage,
|
|
1694
|
+
SafetyPDPPage,
|
|
1695
|
+
SafetyOverviewPage,
|
|
1696
|
+
SafetyMigrationsPage,
|
|
1697
|
+
SafetyAuditingPage
|
|
1698
|
+
};
|