@contractspec/bundle.library 3.7.5 → 3.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +144 -142
- package/AGENTS.md +42 -24
- package/CHANGELOG.md +27 -0
- package/README.md +59 -37
- package/dist/application/index.d.ts +1 -1
- package/dist/application/index.js +842 -840
- package/dist/application/mcp/cliMcp.js +30 -30
- package/dist/application/mcp/common.d.ts +2 -2
- package/dist/application/mcp/common.js +2 -2
- package/dist/application/mcp/contractsMcp.d.ts +1 -1
- package/dist/application/mcp/contractsMcp.js +163 -163
- package/dist/application/mcp/docsMcp.js +31 -31
- package/dist/application/mcp/index.d.ts +2 -2
- package/dist/application/mcp/index.js +842 -840
- package/dist/application/mcp/internalMcp.js +30 -30
- package/dist/application/mcp/providerRankingMcp.js +35 -33
- package/dist/components/docs/DocsIndexPage.js +859 -212
- package/dist/components/docs/advanced/AdvancedMCPPage.js +15 -15
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +4 -4
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +7 -7
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +9 -9
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +16 -16
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +6 -6
- package/dist/components/docs/advanced/index.d.ts +2 -2
- package/dist/components/docs/advanced/index.js +57 -57
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +10 -10
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +8 -8
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +14 -14
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +16 -16
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +7 -7
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +90 -411
- package/dist/components/docs/architecture/index.d.ts +3 -3
- package/dist/components/docs/architecture/index.js +145 -466
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +6 -6
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +7 -7
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +6 -6
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +4 -4
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +6 -6
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +6 -6
- package/dist/components/docs/comparison/index.d.ts +2 -2
- package/dist/components/docs/comparison/index.js +35 -35
- package/dist/components/docs/docsManifest.d.ts +42 -0
- package/dist/components/docs/docsManifest.js +612 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.js +5 -5
- package/dist/components/docs/ecosystem/PluginsPage.js +7 -7
- package/dist/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/components/docs/ecosystem/TemplatesPage.js +11 -11
- package/dist/components/docs/ecosystem/index.d.ts +2 -2
- package/dist/components/docs/ecosystem/index.js +27 -27
- package/dist/components/docs/examples/DocsExamplesPage.js +4 -4
- package/dist/components/docs/examples/index.js +4 -4
- package/dist/components/docs/getting-started/CLIPage.js +9 -9
- package/dist/components/docs/getting-started/CompatibilityPage.js +12 -12
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +7 -7
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +10 -10
- package/dist/components/docs/getting-started/HelloWorldPage.js +8 -8
- package/dist/components/docs/getting-started/InstallationPage.js +10 -10
- package/dist/components/docs/getting-started/StartHerePage.js +8 -8
- package/dist/components/docs/getting-started/TroubleshootingPage.js +12 -12
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +13 -13
- package/dist/components/docs/getting-started/index.d.ts +5 -5
- package/dist/components/docs/getting-started/index.js +89 -89
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +13 -13
- package/dist/components/docs/guides/GuideContractTypesPage.js +33 -33
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +13 -13
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +13 -13
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +35 -35
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +15 -15
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +13 -13
- package/dist/components/docs/guides/GuidesIndexPage.js +69 -46
- package/dist/components/docs/guides/index.d.ts +4 -4
- package/dist/components/docs/guides/index.js +174 -151
- package/dist/components/docs/index.d.ts +13 -12
- package/dist/components/docs/index.js +14060 -15332
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +4 -4
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +7 -7
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +11 -11
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +7 -7
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +5 -5
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +12 -12
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +12 -12
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +11 -11
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +119 -736
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +12 -12
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +24 -24
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +9 -9
- package/dist/components/docs/integrations/IntegrationsResendPage.js +7 -7
- package/dist/components/docs/integrations/IntegrationsS3Page.js +9 -9
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +11 -11
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +19 -19
- package/dist/components/docs/integrations/IntegrationsStripePage.js +25 -25
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +9 -9
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +12 -12
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +13 -13
- package/dist/components/docs/integrations/index.d.ts +1 -1
- package/dist/components/docs/integrations/index.js +614 -1231
- package/dist/components/docs/intent/ContractFirstApiPage.js +8 -8
- package/dist/components/docs/intent/DeterministicCodegenPage.js +9 -9
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +13 -13
- package/dist/components/docs/intent/OpenapiAlternativePage.js +13 -13
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +9 -9
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +8 -8
- package/dist/components/docs/intent/index.d.ts +3 -3
- package/dist/components/docs/intent/index.js +766 -766
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +38 -38
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +9 -9
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +91 -439
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +28 -28
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +21 -21
- package/dist/components/docs/knowledge/index.d.ts +1 -1
- package/dist/components/docs/knowledge/index.js +437 -785
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +16 -16
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +8 -8
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesContractsPage.js +16 -16
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +14 -14
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +7 -7
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +13 -13
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +7 -7
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +13 -13
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +5 -5
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +5 -5
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +7 -7
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +6 -6
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +117 -430
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +6 -6
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +13 -13
- package/dist/components/docs/libraries/LibrariesSLOPage.js +6 -6
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +16 -16
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +7 -7
- package/dist/components/docs/libraries/LibrariesTestingPage.js +7 -7
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +10 -10
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +5 -5
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +8 -8
- package/dist/components/docs/libraries/index.d.ts +4 -4
- package/dist/components/docs/libraries/index.js +1308 -1621
- package/dist/components/docs/manifesto/ManifestoPage.js +33 -138
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +9 -9
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +5 -5
- package/dist/components/docs/ops/index.js +14 -14
- package/dist/components/docs/reference/DocsMarkdownContent.js +1 -1
- package/dist/components/docs/reference/DocsReferenceContent.js +2 -2
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +8 -8
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +8 -8
- package/dist/components/docs/reference/DocsReferencePage.js +2 -2
- package/dist/components/docs/reference/index.js +10 -10
- package/dist/components/docs/safety/SafetyAuditingPage.js +16 -16
- package/dist/components/docs/safety/SafetyMigrationsPage.js +15 -15
- package/dist/components/docs/safety/SafetyOverviewPage.js +69 -206
- package/dist/components/docs/safety/SafetyPDPPage.js +12 -12
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +11 -11
- package/dist/components/docs/safety/SafetySigningPage.js +7 -7
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +6 -6
- package/dist/components/docs/safety/index.d.ts +3 -3
- package/dist/components/docs/safety/index.js +616 -753
- package/dist/components/docs/shared/StudioPrompt.js +5 -5
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +12 -12
- package/dist/components/docs/specs/SpecsDataViewsPage.js +14 -14
- package/dist/components/docs/specs/SpecsOverlaysPage.js +14 -14
- package/dist/components/docs/specs/SpecsOverviewPage.js +135 -297
- package/dist/components/docs/specs/SpecsPolicyPage.js +29 -29
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +18 -18
- package/dist/components/docs/specs/index.d.ts +3 -3
- package/dist/components/docs/specs/index.js +814 -976
- package/dist/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/components/docs/studio/StudioOverviewPage.js +109 -56
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/components/docs/studio/index.d.ts +4 -4
- package/dist/components/docs/studio/index.js +170 -117
- package/dist/components/integrations/index.js +25 -25
- package/dist/components/integrations/molecules/IntegrationCard.js +5 -5
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +12 -12
- package/dist/components/integrations/organisms/IntegrationSettings.js +7 -7
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +6 -6
- package/dist/components/legal/PrivacyTemplate.js +67 -67
- package/dist/components/legal/TermsTemplate.js +54 -54
- package/dist/components/legal/index.js +121 -121
- package/dist/components/shared/FeatureGateNotice.js +4 -4
- package/dist/components/shared/index.js +4 -4
- package/dist/components/shell/WorkspaceHeader.js +4 -4
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +3 -3
- package/dist/components/shell/WorkspaceProjectShellLayout.js +10 -10
- package/dist/components/shell/WorkspaceShellRenderer.d.ts +4 -4
- package/dist/components/shell/WorkspaceShellRenderer.js +8 -8
- package/dist/components/shell/WorkspaceSidebar.js +2 -2
- package/dist/components/shell/index.d.ts +1 -1
- package/dist/components/shell/index.js +12 -12
- package/dist/components/templates/engine/index.d.ts +1 -1
- package/dist/components/templates/index.d.ts +1 -1
- package/dist/components/templates/index.js +835 -835
- package/dist/components/templates/messaging/ConversationList.js +11 -11
- package/dist/components/templates/messaging/MessageComposer.js +11 -11
- package/dist/components/templates/messaging/MessageThread.js +6 -6
- package/dist/components/templates/messaging/MessagingWorkspace.js +23 -23
- package/dist/components/templates/messaging/index.d.ts +1 -1
- package/dist/components/templates/messaging/index.js +23 -23
- package/dist/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/components/templates/recipes/RecipeCard.js +5 -5
- package/dist/components/templates/recipes/RecipeDetail.js +8 -8
- package/dist/components/templates/recipes/RecipeList.js +17 -17
- package/dist/components/templates/recipes/index.d.ts +2 -2
- package/dist/components/templates/recipes/index.js +17 -17
- package/dist/components/templates/todos/FilterBar.d.ts +1 -1
- package/dist/components/templates/todos/FilterBar.js +9 -9
- package/dist/components/templates/todos/TaskForm.js +14 -14
- package/dist/components/templates/todos/TaskItem.js +4 -4
- package/dist/components/templates/todos/TaskList.js +30 -30
- package/dist/components/templates/todos/index.d.ts +2 -2
- package/dist/components/templates/todos/index.js +30 -30
- package/dist/config/index.d.ts +2 -2
- package/dist/features/contracts-registry.d.ts +3 -3
- package/dist/features/contracts-registry.js +15 -15
- package/dist/features/docs/docs.contracts.d.ts +1 -1
- package/dist/features/docs/docs.contracts.js +2 -2
- package/dist/features/docs/index.d.ts +1 -1
- package/dist/features/docs/index.js +2 -2
- package/dist/features/index.d.ts +4 -4
- package/dist/features/index.js +18 -18
- package/dist/features/registry.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14982 -16254
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +1 -1
- package/dist/libs/email/newsletter.js +1 -1
- package/dist/libs/email/waitlist-application.js +1 -1
- package/dist/libs/email/waitlist.js +1 -1
- package/dist/libs/email.d.ts +1 -1
- package/dist/libs/email.js +1 -1
- package/dist/node/application/index.js +842 -840
- package/dist/node/application/mcp/cliMcp.js +30 -30
- package/dist/node/application/mcp/common.js +2 -2
- package/dist/node/application/mcp/contractsMcp.js +163 -163
- package/dist/node/application/mcp/docsMcp.js +31 -31
- package/dist/node/application/mcp/index.js +842 -840
- package/dist/node/application/mcp/internalMcp.js +30 -30
- package/dist/node/application/mcp/providerRankingMcp.js +35 -33
- package/dist/node/components/docs/DocsIndexPage.js +859 -212
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +15 -15
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +4 -4
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +7 -7
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +9 -9
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +16 -16
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +6 -6
- package/dist/node/components/docs/advanced/index.js +57 -57
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +10 -10
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +8 -8
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +14 -14
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +16 -16
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +7 -7
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +90 -411
- package/dist/node/components/docs/architecture/index.js +145 -466
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +6 -6
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +7 -7
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +6 -6
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +4 -4
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +6 -6
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +6 -6
- package/dist/node/components/docs/comparison/index.js +35 -35
- package/dist/node/components/docs/docsManifest.js +611 -0
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +5 -5
- package/dist/node/components/docs/ecosystem/PluginsPage.js +7 -7
- package/dist/node/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +11 -11
- package/dist/node/components/docs/ecosystem/index.js +27 -27
- package/dist/node/components/docs/examples/DocsExamplesPage.js +4 -4
- package/dist/node/components/docs/examples/index.js +4 -4
- package/dist/node/components/docs/getting-started/CLIPage.js +9 -9
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +12 -12
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +7 -7
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +10 -10
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +8 -8
- package/dist/node/components/docs/getting-started/InstallationPage.js +10 -10
- package/dist/node/components/docs/getting-started/StartHerePage.js +8 -8
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +12 -12
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +13 -13
- package/dist/node/components/docs/getting-started/index.js +89 -89
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +13 -13
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +33 -33
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +13 -13
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +13 -13
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +35 -35
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +15 -15
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +13 -13
- package/dist/node/components/docs/guides/GuidesIndexPage.js +69 -46
- package/dist/node/components/docs/guides/index.js +174 -151
- package/dist/node/components/docs/index.js +14060 -15332
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +4 -4
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +7 -7
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +11 -11
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +7 -7
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +5 -5
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +12 -12
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +12 -12
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +11 -11
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +119 -736
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +12 -12
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +24 -24
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +9 -9
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +7 -7
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +9 -9
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +11 -11
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +19 -19
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +25 -25
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +9 -9
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +12 -12
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +13 -13
- package/dist/node/components/docs/integrations/index.js +614 -1231
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +8 -8
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +9 -9
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +13 -13
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +13 -13
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +9 -9
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +8 -8
- package/dist/node/components/docs/intent/index.js +766 -766
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +38 -38
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +9 -9
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +91 -439
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +28 -28
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +21 -21
- package/dist/node/components/docs/knowledge/index.js +437 -785
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +16 -16
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +8 -8
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +16 -16
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +14 -14
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +7 -7
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +13 -13
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +7 -7
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +13 -13
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +7 -7
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +117 -430
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +13 -13
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +6 -6
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +16 -16
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +7 -7
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +7 -7
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +10 -10
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +8 -8
- package/dist/node/components/docs/libraries/index.js +1308 -1621
- package/dist/node/components/docs/manifesto/ManifestoPage.js +33 -138
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +9 -9
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +5 -5
- package/dist/node/components/docs/ops/index.js +14 -14
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +1 -1
- package/dist/node/components/docs/reference/DocsReferenceContent.js +2 -2
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +8 -8
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +8 -8
- package/dist/node/components/docs/reference/DocsReferencePage.js +2 -2
- package/dist/node/components/docs/reference/index.js +10 -10
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +16 -16
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +15 -15
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +69 -206
- package/dist/node/components/docs/safety/SafetyPDPPage.js +12 -12
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +11 -11
- package/dist/node/components/docs/safety/SafetySigningPage.js +7 -7
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +6 -6
- package/dist/node/components/docs/safety/index.js +616 -753
- package/dist/node/components/docs/shared/StudioPrompt.js +5 -5
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +12 -12
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +14 -14
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +14 -14
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +135 -297
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +29 -29
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +18 -18
- package/dist/node/components/docs/specs/index.js +814 -976
- package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioOverviewPage.js +109 -56
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/node/components/docs/studio/index.js +170 -117
- package/dist/node/components/integrations/index.js +25 -25
- package/dist/node/components/integrations/molecules/IntegrationCard.js +5 -5
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +12 -12
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +7 -7
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +6 -6
- package/dist/node/components/legal/PrivacyTemplate.js +67 -67
- package/dist/node/components/legal/TermsTemplate.js +54 -54
- package/dist/node/components/legal/index.js +121 -121
- package/dist/node/components/shared/FeatureGateNotice.js +4 -4
- package/dist/node/components/shared/index.js +4 -4
- package/dist/node/components/shell/WorkspaceHeader.js +4 -4
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +10 -10
- package/dist/node/components/shell/WorkspaceShellRenderer.js +8 -8
- package/dist/node/components/shell/WorkspaceSidebar.js +2 -2
- package/dist/node/components/shell/index.js +12 -12
- package/dist/node/components/templates/index.js +835 -835
- package/dist/node/components/templates/messaging/ConversationList.js +11 -11
- package/dist/node/components/templates/messaging/MessageComposer.js +11 -11
- package/dist/node/components/templates/messaging/MessageThread.js +6 -6
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +23 -23
- package/dist/node/components/templates/messaging/index.js +23 -23
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/node/components/templates/recipes/RecipeCard.js +5 -5
- package/dist/node/components/templates/recipes/RecipeDetail.js +8 -8
- package/dist/node/components/templates/recipes/RecipeList.js +17 -17
- package/dist/node/components/templates/recipes/index.js +17 -17
- package/dist/node/components/templates/todos/FilterBar.js +9 -9
- package/dist/node/components/templates/todos/TaskForm.js +14 -14
- package/dist/node/components/templates/todos/TaskItem.js +4 -4
- package/dist/node/components/templates/todos/TaskList.js +30 -30
- package/dist/node/components/templates/todos/index.js +30 -30
- package/dist/node/features/contracts-registry.js +15 -15
- package/dist/node/features/docs/docs.contracts.js +2 -2
- package/dist/node/features/docs/index.js +2 -2
- package/dist/node/features/index.js +18 -18
- package/dist/node/features/registry.js +1 -1
- package/dist/node/index.js +14982 -16254
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +1 -1
- package/dist/node/libs/email/newsletter.js +1 -1
- package/dist/node/libs/email/waitlist-application.js +1 -1
- package/dist/node/libs/email/waitlist.js +1 -1
- package/dist/node/libs/email.js +1 -1
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +7 -7
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +7 -7
- package/dist/node/presentation/features/atoms/index.js +7 -7
- package/dist/node/presentation/features/hooks/index.js +56 -56
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +18 -18
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/node/presentation/features/index.js +1364 -1364
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +7 -7
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +7 -7
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +5 -5
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +5 -5
- package/dist/node/presentation/features/molecules/index.js +77 -77
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +18 -18
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +121 -121
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +121 -121
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +18 -18
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +18 -18
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +15 -15
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +18 -18
- package/dist/node/presentation/features/organisms/index.js +401 -401
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +13 -13
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +13 -13
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +20 -20
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +20 -20
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +12 -12
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +12 -12
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +18 -18
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +18 -18
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +13 -13
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +13 -13
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +20 -20
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +20 -20
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +8 -8
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +8 -8
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +15 -15
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +15 -15
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +2 -2
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +2 -2
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +12 -12
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +12 -12
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +18 -18
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +18 -18
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +7 -7
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/index.js +7 -7
- package/dist/presentation/features/atoms/index.js +7 -7
- package/dist/presentation/features/hooks/index.d.ts +3 -3
- package/dist/presentation/features/hooks/index.js +56 -56
- package/dist/presentation/features/hooks/useContractsRegistry.js +18 -18
- package/dist/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/presentation/features/index.d.ts +14 -14
- package/dist/presentation/features/index.js +1364 -1364
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +15 -15
- package/dist/presentation/features/molecules/FeatureCard/index.js +15 -15
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +7 -7
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +7 -7
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +5 -5
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +5 -5
- package/dist/presentation/features/molecules/index.d.ts +1 -1
- package/dist/presentation/features/molecules/index.js +77 -77
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +18 -18
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +121 -121
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +121 -121
- package/dist/presentation/features/organisms/FeatureEventsList.js +18 -18
- package/dist/presentation/features/organisms/FeatureFormsList.js +18 -18
- package/dist/presentation/features/organisms/FeatureOperationsList.js +15 -15
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +18 -18
- package/dist/presentation/features/organisms/index.d.ts +4 -4
- package/dist/presentation/features/organisms/index.js +401 -401
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +13 -13
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +13 -13
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +20 -20
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +20 -20
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +12 -12
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +12 -12
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +18 -18
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +18 -18
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +13 -13
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +13 -13
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +20 -20
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +20 -20
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +8 -8
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +8 -8
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +15 -15
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +15 -15
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +2 -2
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +2 -2
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +12 -12
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +12 -12
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +18 -18
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +18 -18
- package/package.json +46 -32
- package/src/__tests__/env-setup.ts +1 -1
- package/src/__tests__/mocks/prisma.ts +78 -78
- package/src/__tests__/setup.ts +2 -2
- package/src/application/context-storage/index.ts +42 -42
- package/src/application/index.ts +1 -1
- package/src/application/mcp/cliMcp.ts +221 -221
- package/src/application/mcp/common.ts +210 -210
- package/src/application/mcp/contractsMcp.ts +15 -15
- package/src/application/mcp/contractsMcpResources.ts +119 -119
- package/src/application/mcp/contractsMcpTools.ts +218 -218
- package/src/application/mcp/contractsMcpTypes.ts +35 -35
- package/src/application/mcp/docsMcp.ts +173 -173
- package/src/application/mcp/index.ts +2 -2
- package/src/application/mcp/internalMcp.ts +204 -204
- package/src/application/mcp/providerRankingMcp.ts +346 -344
- package/src/bundles/LibraryBundle.ts +136 -136
- package/src/components/docs/DocsIndexPage.tsx +189 -241
- package/src/components/docs/advanced/AdvancedMCPPage.tsx +168 -168
- package/src/components/docs/advanced/AdvancedOverlayEditorPage.tsx +52 -52
- package/src/components/docs/advanced/AdvancedRenderersPage.tsx +53 -53
- package/src/components/docs/advanced/AdvancedSpecExperimentsPage.tsx +48 -48
- package/src/components/docs/advanced/AdvancedTelemetryPage.tsx +205 -205
- package/src/components/docs/advanced/AdvancedWorkflowMonitoringPage.tsx +42 -42
- package/src/components/docs/advanced/index.ts +2 -2
- package/src/components/docs/architecture/ArchitectureAppConfigPage.tsx +127 -127
- package/src/components/docs/architecture/ArchitectureControlPlanePage.tsx +79 -79
- package/src/components/docs/architecture/ArchitectureIntegrationBindingPage.tsx +147 -147
- package/src/components/docs/architecture/ArchitectureKnowledgeBindingPage.tsx +193 -193
- package/src/components/docs/architecture/ArchitectureMultiTenancyPage.tsx +73 -73
- package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +98 -273
- package/src/components/docs/architecture/index.ts +3 -3
- package/src/components/docs/comparison/ComparisonAutomationPlatformsPage.tsx +137 -137
- package/src/components/docs/comparison/ComparisonEnterprisePlatformsPage.tsx +138 -138
- package/src/components/docs/comparison/ComparisonInternalToolBuildersPage.tsx +147 -147
- package/src/components/docs/comparison/ComparisonOverviewPage.tsx +106 -106
- package/src/components/docs/comparison/ComparisonWindmillPage.tsx +143 -143
- package/src/components/docs/comparison/ComparisonWorkflowEnginesPage.tsx +168 -168
- package/src/components/docs/comparison/index.ts +2 -2
- package/src/components/docs/docsManifest.ts +720 -0
- package/src/components/docs/ecosystem/IntegrationsPage.tsx +45 -45
- package/src/components/docs/ecosystem/PluginsPage.tsx +77 -77
- package/src/components/docs/ecosystem/RegistryPage.tsx +48 -48
- package/src/components/docs/ecosystem/TemplatesPage.tsx +52 -52
- package/src/components/docs/ecosystem/ecosystem.docblocks.ts +42 -42
- package/src/components/docs/ecosystem/index.ts +2 -2
- package/src/components/docs/examples/DocsExamplesPage.tsx +67 -66
- package/src/components/docs/generated/docs-index._common.json +1757 -1757
- package/src/components/docs/generated/docs-index.agent-console.json +376 -376
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +8 -8
- package/src/components/docs/generated/docs-index.ai-chat.json +104 -104
- package/src/components/docs/generated/docs-index.ai-support-bot.json +8 -8
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +168 -168
- package/src/components/docs/generated/docs-index.app-config.json +136 -136
- package/src/components/docs/generated/docs-index.audit-trail.json +48 -48
- package/src/components/docs/generated/docs-index.calendar-google.json +8 -8
- package/src/components/docs/generated/docs-index.content-generation.json +8 -8
- package/src/components/docs/generated/docs-index.crm-pipeline.json +160 -160
- package/src/components/docs/generated/docs-index.email-gmail.json +8 -8
- package/src/components/docs/generated/docs-index.feature-flags.json +216 -216
- package/src/components/docs/generated/docs-index.files.json +176 -176
- package/src/components/docs/generated/docs-index.generated.ts +19 -19
- package/src/components/docs/generated/docs-index.health.json +96 -96
- package/src/components/docs/generated/docs-index.identity-rbac.json +312 -312
- package/src/components/docs/generated/docs-index.in-app-docs.json +8 -8
- package/src/components/docs/generated/docs-index.integration-hub.json +264 -264
- package/src/components/docs/generated/docs-index.integration-posthog.json +8 -8
- package/src/components/docs/generated/docs-index.integration-stripe.json +8 -8
- package/src/components/docs/generated/docs-index.integration-supabase.json +8 -8
- package/src/components/docs/generated/docs-index.jobs.json +136 -136
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +128 -128
- package/src/components/docs/generated/docs-index.knowledge-canon.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +48 -48
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +48 -48
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +32 -32
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +48 -48
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +8 -8
- package/src/components/docs/generated/docs-index.learning-journey.json +216 -216
- package/src/components/docs/generated/docs-index.learning-patterns.json +8 -8
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +8 -8
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +8 -8
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +48 -48
- package/src/components/docs/generated/docs-index.manifest.json +376 -376
- package/src/components/docs/generated/docs-index.marketplace.json +336 -336
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +8 -8
- package/src/components/docs/generated/docs-index.meeting-recorder.json +48 -48
- package/src/components/docs/generated/docs-index.metrics.json +200 -200
- package/src/components/docs/generated/docs-index.minimal.json +16 -16
- package/src/components/docs/generated/docs-index.notifications.json +64 -64
- package/src/components/docs/generated/docs-index.openbanking-powens.json +8 -8
- package/src/components/docs/generated/docs-index.openbanking.json +64 -64
- package/src/components/docs/generated/docs-index.opencode-cli.json +16 -16
- package/src/components/docs/generated/docs-index.personalization.json +8 -8
- package/src/components/docs/generated/docs-index.platform-acp.json +72 -72
- package/src/components/docs/generated/docs-index.platform-agent.json +96 -96
- package/src/components/docs/generated/docs-index.platform-context.json +56 -56
- package/src/components/docs/generated/docs-index.platform-database.json +48 -48
- package/src/components/docs/generated/docs-index.platform-docs.json +88 -88
- package/src/components/docs/generated/docs-index.platform-integrations.json +320 -320
- package/src/components/docs/generated/docs-index.platform-knowledge.json +56 -56
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +96 -96
- package/src/components/docs/generated/docs-index.pocket-family-office.json +120 -120
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +8 -8
- package/src/components/docs/generated/docs-index.product-intent.json +8 -8
- package/src/components/docs/generated/docs-index.project-management-sync.json +8 -8
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +208 -208
- package/src/components/docs/generated/docs-index.service-business-os.json +192 -192
- package/src/components/docs/generated/docs-index.team-hub.json +184 -184
- package/src/components/docs/generated/docs-index.unknown.json +512 -512
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +80 -80
- package/src/components/docs/generated/docs-index.video-api-showcase.json +32 -32
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +8 -8
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +8 -8
- package/src/components/docs/generated/docs-index.voice-providers.json +8 -8
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +152 -152
- package/src/components/docs/generated/docs-index.workflow-system.json +432 -432
- package/src/components/docs/generated/docs-index.workspace-cli.json +8 -8
- package/src/components/docs/generated/index.ts +6 -6
- package/src/components/docs/generated/loader.ts +49 -49
- package/src/components/docs/getting-started/CLIPage.tsx +157 -157
- package/src/components/docs/getting-started/CompatibilityPage.tsx +69 -69
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +63 -63
- package/src/components/docs/getting-started/DeveloperToolsPage.tsx +141 -140
- package/src/components/docs/getting-started/HelloWorldPage.tsx +88 -88
- package/src/components/docs/getting-started/InstallationPage.tsx +78 -78
- package/src/components/docs/getting-started/StartHerePage.tsx +64 -64
- package/src/components/docs/getting-started/TroubleshootingPage.tsx +68 -68
- package/src/components/docs/getting-started/VSCodeExtensionPage.tsx +233 -233
- package/src/components/docs/getting-started/getting-started.docblocks.ts +30 -30
- package/src/components/docs/getting-started/index.ts +6 -5
- package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +88 -88
- package/src/components/docs/guides/GuideContractTypesPage.tsx +266 -266
- package/src/components/docs/guides/GuideDocsPipelinePage.tsx +78 -78
- package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +89 -89
- package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +360 -360
- package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +117 -117
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +82 -82
- package/src/components/docs/guides/GuidesIndexPage.tsx +109 -99
- package/src/components/docs/guides/guides.docblocks.ts +60 -60
- package/src/components/docs/guides/index.ts +4 -4
- package/src/components/docs/index.ts +26 -40
- package/src/components/docs/integrations/IntegrationsCircuitBreakersPage.tsx +22 -22
- package/src/components/docs/integrations/IntegrationsElevenLabsPage.tsx +41 -41
- package/src/components/docs/integrations/IntegrationsGithubPage.tsx +66 -66
- package/src/components/docs/integrations/IntegrationsGmailPage.tsx +44 -44
- package/src/components/docs/integrations/IntegrationsGoogleCalendarPage.tsx +31 -31
- package/src/components/docs/integrations/IntegrationsHealthRoutingPage.tsx +80 -80
- package/src/components/docs/integrations/IntegrationsMistralPage.tsx +65 -65
- package/src/components/docs/integrations/IntegrationsOpenAIPage.tsx +54 -54
- package/src/components/docs/integrations/IntegrationsOverviewPage.tsx +124 -529
- package/src/components/docs/integrations/IntegrationsPostmarkPage.tsx +97 -97
- package/src/components/docs/integrations/IntegrationsPowensPage.tsx +165 -165
- package/src/components/docs/integrations/IntegrationsQdrantPage.tsx +44 -44
- package/src/components/docs/integrations/IntegrationsResendPage.tsx +40 -40
- package/src/components/docs/integrations/IntegrationsS3Page.tsx +48 -48
- package/src/components/docs/integrations/IntegrationsSlackPage.tsx +70 -70
- package/src/components/docs/integrations/IntegrationsSpecModelPage.tsx +139 -139
- package/src/components/docs/integrations/IntegrationsStripePage.tsx +153 -153
- package/src/components/docs/integrations/IntegrationsTwilioPage.tsx +50 -50
- package/src/components/docs/integrations/IntegrationsWhatsappMetaPage.tsx +69 -69
- package/src/components/docs/integrations/IntegrationsWhatsappTwilioPage.tsx +73 -73
- package/src/components/docs/integrations/index.ts +1 -1
- package/src/components/docs/intent/ContractFirstApiPage.tsx +61 -61
- package/src/components/docs/intent/DeterministicCodegenPage.tsx +81 -80
- package/src/components/docs/intent/GenerateClientFromSchemaPage.tsx +108 -108
- package/src/components/docs/intent/OpenapiAlternativePage.tsx +98 -98
- package/src/components/docs/intent/SchemaValidationTypescriptPage.tsx +79 -79
- package/src/components/docs/intent/SpecDrivenDevelopmentPage.tsx +67 -67
- package/src/components/docs/intent/index.ts +3 -3
- package/src/components/docs/intent/intent-pages.docblocks.ts +186 -186
- package/src/components/docs/knowledge/KnowledgeCategoriesPage.tsx +304 -304
- package/src/components/docs/knowledge/KnowledgeExamplesPage.tsx +84 -84
- package/src/components/docs/knowledge/KnowledgeOverviewPage.tsx +76 -285
- package/src/components/docs/knowledge/KnowledgeSourcesPage.tsx +171 -171
- package/src/components/docs/knowledge/KnowledgeSpacesPage.tsx +132 -132
- package/src/components/docs/knowledge/index.ts +1 -1
- package/src/components/docs/libraries/LibrariesAccessibilityPage.tsx +95 -95
- package/src/components/docs/libraries/LibrariesAiAgentPage.tsx +58 -58
- package/src/components/docs/libraries/LibrariesAnalyticsPage.tsx +39 -39
- package/src/components/docs/libraries/LibrariesContentGenPage.tsx +41 -41
- package/src/components/docs/libraries/LibrariesContractsPage.tsx +132 -132
- package/src/components/docs/libraries/LibrariesCostTrackingPage.tsx +47 -47
- package/src/components/docs/libraries/LibrariesDataBackendPage.tsx +73 -73
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +76 -76
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +115 -115
- package/src/components/docs/libraries/LibrariesEvolutionPage.tsx +64 -64
- package/src/components/docs/libraries/LibrariesGraphQLPage.tsx +92 -92
- package/src/components/docs/libraries/LibrariesGrowthPage.tsx +37 -37
- package/src/components/docs/libraries/LibrariesMultiTenancyPage.tsx +47 -47
- package/src/components/docs/libraries/LibrariesObservabilityPage.tsx +58 -58
- package/src/components/docs/libraries/LibrariesOverlayEnginePage.tsx +51 -51
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +137 -301
- package/src/components/docs/libraries/LibrariesPersonalizationPage.tsx +57 -57
- package/src/components/docs/libraries/LibrariesProgressiveDeliveryPage.tsx +51 -51
- package/src/components/docs/libraries/LibrariesResiliencePage.tsx +54 -54
- package/src/components/docs/libraries/LibrariesRuntimePage.tsx +96 -96
- package/src/components/docs/libraries/LibrariesSLOPage.tsx +52 -52
- package/src/components/docs/libraries/LibrariesSchemaPage.tsx +131 -131
- package/src/components/docs/libraries/LibrariesSupportBotPage.tsx +59 -59
- package/src/components/docs/libraries/LibrariesTestingPage.tsx +64 -64
- package/src/components/docs/libraries/LibrariesUIKitPage.tsx +85 -85
- package/src/components/docs/libraries/LibrariesWorkflowComposerPage.tsx +38 -38
- package/src/components/docs/libraries/LibrariesWorkflowsPage.tsx +79 -79
- package/src/components/docs/libraries/index.ts +4 -4
- package/src/components/docs/manifesto/ManifestoPage.tsx +61 -132
- package/src/components/docs/ops/AutoEvolutionOpsPage.tsx +81 -81
- package/src/components/docs/ops/DistributedTracingOpsPage.tsx +28 -28
- package/src/components/docs/ops/ops-lifecycle.docblocks.ts +32 -32
- package/src/components/docs/ops/ops-runbooks-a.docblocks.ts +60 -60
- package/src/components/docs/ops/ops-runbooks-b.docblocks.ts +60 -60
- package/src/components/docs/ops/ops-slo-tenant.docblocks.ts +61 -61
- package/src/components/docs/ops/ops-top.docs.ts +10 -10
- package/src/components/docs/ops/ops.docs.ts +6 -6
- package/src/components/docs/product/product.docblocks.ts +60 -60
- package/src/components/docs/reference/DocsMarkdownContent.tsx +74 -74
- package/src/components/docs/reference/DocsReferenceContent.tsx +51 -51
- package/src/components/docs/reference/DocsReferenceIndexClient.tsx +106 -105
- package/src/components/docs/reference/DocsReferenceIndexPage.tsx +2 -2
- package/src/components/docs/reference/DocsReferencePage.tsx +3 -3
- package/src/components/docs/reference/docsMarkdownParser.ts +90 -90
- package/src/components/docs/safety/SafetyAuditingPage.tsx +189 -189
- package/src/components/docs/safety/SafetyMigrationsPage.tsx +189 -189
- package/src/components/docs/safety/SafetyOverviewPage.tsx +70 -157
- package/src/components/docs/safety/SafetyPDPPage.tsx +163 -163
- package/src/components/docs/safety/SafetySecurityTrustPage.tsx +89 -89
- package/src/components/docs/safety/SafetySigningPage.tsx +38 -38
- package/src/components/docs/safety/SafetyTenantIsolationPage.tsx +39 -39
- package/src/components/docs/safety/index.ts +3 -3
- package/src/components/docs/shared/StudioPrompt.tsx +17 -17
- package/src/components/docs/specs/SpecsCapabilitiesPage.tsx +79 -79
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +142 -142
- package/src/components/docs/specs/SpecsOverlaysPage.tsx +202 -202
- package/src/components/docs/specs/SpecsOverviewPage.tsx +118 -193
- package/src/components/docs/specs/SpecsPolicyPage.tsx +233 -233
- package/src/components/docs/specs/SpecsWorkflowsPage.tsx +156 -156
- package/src/components/docs/specs/index.ts +3 -3
- package/src/components/docs/studio/StudioBYOKPage.tsx +11 -11
- package/src/components/docs/studio/StudioDeploymentsPage.tsx +11 -11
- package/src/components/docs/studio/StudioGettingStartedPage.tsx +11 -11
- package/src/components/docs/studio/StudioIntegrationsPage.tsx +11 -11
- package/src/components/docs/studio/StudioOverviewPage.tsx +94 -73
- package/src/components/docs/studio/StudioVisualBuilderPage.tsx +11 -11
- package/src/components/docs/studio/index.ts +4 -4
- package/src/components/docs/tech/contracts/tech-docs.docblocks.ts +10 -10
- package/src/components/integrations/molecules/IntegrationCard.tsx +71 -72
- package/src/components/integrations/organisms/IntegrationMarketplace.tsx +116 -116
- package/src/components/integrations/organisms/IntegrationSettings.tsx +201 -201
- package/src/components/integrations/organisms/KnowledgeSourceList.tsx +93 -94
- package/src/components/legal/PrivacyTemplate.tsx +611 -611
- package/src/components/legal/TermsTemplate.tsx +675 -675
- package/src/components/shared/FeatureGateNotice.tsx +26 -27
- package/src/components/shell/WorkspaceHeader.tsx +80 -80
- package/src/components/shell/WorkspaceProjectShellLayout.tsx +59 -58
- package/src/components/shell/WorkspaceShellRenderer.tsx +69 -68
- package/src/components/shell/WorkspaceSidebar.tsx +58 -58
- package/src/components/shell/index.ts +1 -1
- package/src/components/templates/engine/index.ts +29 -28
- package/src/components/templates/index.ts +1 -1
- package/src/components/templates/messaging/ConversationList.tsx +68 -69
- package/src/components/templates/messaging/MessageComposer.tsx +59 -59
- package/src/components/templates/messaging/MessageThread.tsx +73 -74
- package/src/components/templates/messaging/MessagingWorkspace.tsx +18 -19
- package/src/components/templates/messaging/index.ts +1 -1
- package/src/components/templates/messaging/types.ts +17 -17
- package/src/components/templates/recipes/LanguageSwitcher.tsx +20 -20
- package/src/components/templates/recipes/RecipeCard.tsx +56 -56
- package/src/components/templates/recipes/RecipeDetail.tsx +43 -43
- package/src/components/templates/recipes/RecipeList.tsx +62 -63
- package/src/components/templates/recipes/index.ts +2 -2
- package/src/components/templates/recipes/types.ts +24 -24
- package/src/components/templates/todos/FilterBar.tsx +84 -84
- package/src/components/templates/todos/TaskForm.tsx +118 -119
- package/src/components/templates/todos/TaskItem.tsx +78 -78
- package/src/components/templates/todos/TaskList.tsx +106 -107
- package/src/components/templates/todos/index.ts +2 -2
- package/src/components/templates/todos/types.ts +11 -11
- package/src/config/contractspec-blueprint.ts +55 -55
- package/src/config/contractspec-branding.ts +37 -37
- package/src/config/contractspec-routes.ts +22 -22
- package/src/config/index.ts +14 -15
- package/src/features/contracts-registry.ts +118 -118
- package/src/features/docs/docs.contracts.ts +6 -6
- package/src/features/docs/index.ts +6 -6
- package/src/features/docs.feature.ts +27 -27
- package/src/features/index.ts +59 -63
- package/src/features/mcp.feature.ts +24 -24
- package/src/features/presentations.feature.ts +27 -27
- package/src/features/registry.ts +14 -14
- package/src/index.ts +2 -2
- package/src/infrastructure/elysia/logger.ts +21 -21
- package/src/libs/email/client.test.ts +81 -81
- package/src/libs/email/client.ts +111 -111
- package/src/libs/email/contact.ts +35 -35
- package/src/libs/email/newsletter.ts +46 -46
- package/src/libs/email/types.ts +29 -29
- package/src/libs/email/utils.ts +5 -5
- package/src/libs/email/waitlist-application.ts +69 -69
- package/src/libs/email/waitlist.ts +46 -46
- package/src/libs/email.ts +7 -7
- package/src/libs/posthog/client.ts +44 -44
- package/src/libs/posthog/native.ts +23 -22
- package/src/libs/posthog/server.ts +7 -7
- package/src/libs/pricing-examples.ts +12 -12
- package/src/presentation/features/atoms/FeatureIcon/FeatureIcon.tsx +90 -90
- package/src/presentation/features/atoms/FeatureIcon/index.ts +3 -3
- package/src/presentation/features/hooks/index.ts +9 -9
- package/src/presentation/features/hooks/useContractsRegistry.ts +23 -23
- package/src/presentation/features/hooks/useFeatureFilters.ts +117 -117
- package/src/presentation/features/hooks/useFeatureRegistry.ts +40 -40
- package/src/presentation/features/hooks/useRelatedDocs.ts +28 -28
- package/src/presentation/features/index.ts +50 -52
- package/src/presentation/features/molecules/FeatureCard/FeatureCard.tsx +80 -80
- package/src/presentation/features/molecules/FeatureCard/types.ts +6 -6
- package/src/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.tsx +54 -54
- package/src/presentation/features/molecules/FeatureCategoryHeader/index.ts +2 -2
- package/src/presentation/features/molecules/FeatureFilters/FeatureFilters.tsx +67 -67
- package/src/presentation/features/molecules/FeatureFilters/types.ts +20 -20
- package/src/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.tsx +120 -121
- package/src/presentation/features/molecules/FeatureHoverPreview/index.ts +2 -2
- package/src/presentation/features/molecules/index.ts +8 -8
- package/src/presentation/features/organisms/FeatureDataViewsList.tsx +21 -21
- package/src/presentation/features/organisms/FeatureDetail/FeatureDetail.tsx +86 -86
- package/src/presentation/features/organisms/FeatureDetail/types.ts +4 -4
- package/src/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.tsx +210 -210
- package/src/presentation/features/organisms/FeatureDiscovery/index.ts +3 -3
- package/src/presentation/features/organisms/FeatureDiscovery/types.ts +10 -10
- package/src/presentation/features/organisms/FeatureEventsList.tsx +19 -19
- package/src/presentation/features/organisms/FeatureFormsList.tsx +19 -19
- package/src/presentation/features/organisms/FeatureOperationsList.tsx +21 -21
- package/src/presentation/features/organisms/FeaturePresentationsList.tsx +21 -21
- package/src/presentation/features/organisms/index.ts +6 -6
- package/src/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.tsx +219 -219
- package/src/presentation/features/templates/FeatureDataViewDetailTemplate/types.ts +7 -7
- package/src/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.tsx +26 -26
- package/src/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.tsx +195 -195
- package/src/presentation/features/templates/FeatureEventDetailTemplate/types.ts +7 -7
- package/src/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.tsx +26 -26
- package/src/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.tsx +216 -216
- package/src/presentation/features/templates/FeatureFormDetailTemplate/types.ts +7 -7
- package/src/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.tsx +26 -26
- package/src/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.tsx +228 -228
- package/src/presentation/features/templates/FeatureOperationDetailTemplate/types.ts +7 -7
- package/src/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.tsx +26 -26
- package/src/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.tsx +24 -24
- package/src/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.tsx +201 -201
- package/src/presentation/features/templates/FeaturePresentationDetailTemplate/types.ts +8 -8
- package/src/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.tsx +26 -26
- package/src/presentation/features/templates/types.ts +2 -2
- package/tsconfig.json +12 -12
- package/tsdown.config.js +5 -5
|
@@ -12,7 +12,7 @@ function ArchitectureAppConfigPage() {
|
|
|
12
12
|
className: "space-y-4",
|
|
13
13
|
children: [
|
|
14
14
|
/* @__PURE__ */ jsx("h1", {
|
|
15
|
-
className: "text-4xl
|
|
15
|
+
className: "font-bold text-4xl",
|
|
16
16
|
children: "App Configuration"
|
|
17
17
|
}),
|
|
18
18
|
/* @__PURE__ */ jsx("p", {
|
|
@@ -25,7 +25,7 @@ function ArchitectureAppConfigPage() {
|
|
|
25
25
|
className: "space-y-4",
|
|
26
26
|
children: [
|
|
27
27
|
/* @__PURE__ */ jsx("h2", {
|
|
28
|
-
className: "text-2xl
|
|
28
|
+
className: "font-bold text-2xl",
|
|
29
29
|
children: "AppBlueprintSpec"
|
|
30
30
|
}),
|
|
31
31
|
/* @__PURE__ */ jsxs("p", {
|
|
@@ -85,7 +85,7 @@ function ArchitectureAppConfigPage() {
|
|
|
85
85
|
className: "space-y-4",
|
|
86
86
|
children: [
|
|
87
87
|
/* @__PURE__ */ jsx("h2", {
|
|
88
|
-
className: "text-2xl
|
|
88
|
+
className: "font-bold text-2xl",
|
|
89
89
|
children: "TenantAppConfig"
|
|
90
90
|
}),
|
|
91
91
|
/* @__PURE__ */ jsxs("p", {
|
|
@@ -139,7 +139,7 @@ function ArchitectureAppConfigPage() {
|
|
|
139
139
|
className: "space-y-4",
|
|
140
140
|
children: [
|
|
141
141
|
/* @__PURE__ */ jsx("h2", {
|
|
142
|
-
className: "text-2xl
|
|
142
|
+
className: "font-bold text-2xl",
|
|
143
143
|
children: "AppIntegrationBinding"
|
|
144
144
|
}),
|
|
145
145
|
/* @__PURE__ */ jsx("p", {
|
|
@@ -176,7 +176,7 @@ function ArchitectureAppConfigPage() {
|
|
|
176
176
|
className: "space-y-4",
|
|
177
177
|
children: [
|
|
178
178
|
/* @__PURE__ */ jsx("h2", {
|
|
179
|
-
className: "text-2xl
|
|
179
|
+
className: "font-bold text-2xl",
|
|
180
180
|
children: "AppKnowledgeBinding"
|
|
181
181
|
}),
|
|
182
182
|
/* @__PURE__ */ jsx("p", {
|
|
@@ -223,7 +223,7 @@ function ArchitectureAppConfigPage() {
|
|
|
223
223
|
className: "space-y-4",
|
|
224
224
|
children: [
|
|
225
225
|
/* @__PURE__ */ jsx("h2", {
|
|
226
|
-
className: "text-2xl
|
|
226
|
+
className: "font-bold text-2xl",
|
|
227
227
|
children: "ResolvedAppConfig"
|
|
228
228
|
}),
|
|
229
229
|
/* @__PURE__ */ jsxs("p", {
|
|
@@ -273,7 +273,7 @@ function ArchitectureAppConfigPage() {
|
|
|
273
273
|
className: "space-y-4",
|
|
274
274
|
children: [
|
|
275
275
|
/* @__PURE__ */ jsx("h2", {
|
|
276
|
-
className: "text-2xl
|
|
276
|
+
className: "font-bold text-2xl",
|
|
277
277
|
children: "Configuration flow"
|
|
278
278
|
}),
|
|
279
279
|
/* @__PURE__ */ jsx("p", {
|
|
@@ -281,7 +281,7 @@ function ArchitectureAppConfigPage() {
|
|
|
281
281
|
children: "Here's how configuration flows from definition to runtime:"
|
|
282
282
|
}),
|
|
283
283
|
/* @__PURE__ */ jsxs("ol", {
|
|
284
|
-
className: "
|
|
284
|
+
className: "list-inside list-decimal space-y-3 text-muted-foreground",
|
|
285
285
|
children: [
|
|
286
286
|
/* @__PURE__ */ jsxs("li", {
|
|
287
287
|
children: [
|
|
@@ -331,11 +331,11 @@ function ArchitectureAppConfigPage() {
|
|
|
331
331
|
className: "space-y-4",
|
|
332
332
|
children: [
|
|
333
333
|
/* @__PURE__ */ jsx("h2", {
|
|
334
|
-
className: "text-2xl
|
|
334
|
+
className: "font-bold text-2xl",
|
|
335
335
|
children: "Best practices"
|
|
336
336
|
}),
|
|
337
337
|
/* @__PURE__ */ jsxs("ul", {
|
|
338
|
-
className: "
|
|
338
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
339
339
|
children: [
|
|
340
340
|
/* @__PURE__ */ jsx("li", {
|
|
341
341
|
children: "Keep AppBlueprintSpec environment-agnostic - no secrets or tenant-specific data"
|
|
@@ -393,7 +393,7 @@ function ArchitectureControlPlanePage() {
|
|
|
393
393
|
className: "space-y-4",
|
|
394
394
|
children: [
|
|
395
395
|
/* @__PURE__ */ jsx2("h1", {
|
|
396
|
-
className: "text-4xl
|
|
396
|
+
className: "font-bold text-4xl",
|
|
397
397
|
children: "Control Plane Runtime"
|
|
398
398
|
}),
|
|
399
399
|
/* @__PURE__ */ jsx2("p", {
|
|
@@ -406,11 +406,11 @@ function ArchitectureControlPlanePage() {
|
|
|
406
406
|
className: "space-y-4",
|
|
407
407
|
children: [
|
|
408
408
|
/* @__PURE__ */ jsx2("h2", {
|
|
409
|
-
className: "text-2xl
|
|
409
|
+
className: "font-bold text-2xl",
|
|
410
410
|
children: "Canonical execution loop"
|
|
411
411
|
}),
|
|
412
412
|
/* @__PURE__ */ jsxs2("ol", {
|
|
413
|
-
className: "
|
|
413
|
+
className: "list-inside list-decimal space-y-2 text-muted-foreground",
|
|
414
414
|
children: [
|
|
415
415
|
/* @__PURE__ */ jsx2("li", {
|
|
416
416
|
children: "Accept intent and create execution identity + trace context."
|
|
@@ -438,7 +438,7 @@ function ArchitectureControlPlanePage() {
|
|
|
438
438
|
className: "space-y-4",
|
|
439
439
|
children: [
|
|
440
440
|
/* @__PURE__ */ jsx2("h2", {
|
|
441
|
-
className: "text-2xl
|
|
441
|
+
className: "font-bold text-2xl",
|
|
442
442
|
children: "Contract surfaces (v1 baseline)"
|
|
443
443
|
}),
|
|
444
444
|
/* @__PURE__ */ jsxs2("p", {
|
|
@@ -497,11 +497,11 @@ Capabilities
|
|
|
497
497
|
className: "space-y-4",
|
|
498
498
|
children: [
|
|
499
499
|
/* @__PURE__ */ jsx2("h2", {
|
|
500
|
-
className: "text-2xl
|
|
500
|
+
className: "font-bold text-2xl",
|
|
501
501
|
children: "Policy and safety posture"
|
|
502
502
|
}),
|
|
503
503
|
/* @__PURE__ */ jsxs2("ul", {
|
|
504
|
-
className: "
|
|
504
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
505
505
|
children: [
|
|
506
506
|
/* @__PURE__ */ jsx2("li", {
|
|
507
507
|
children: "No side-effect action executes unless it comes from a compiled plan."
|
|
@@ -526,7 +526,7 @@ Capabilities
|
|
|
526
526
|
className: "space-y-4",
|
|
527
527
|
children: [
|
|
528
528
|
/* @__PURE__ */ jsx2("h2", {
|
|
529
|
-
className: "text-2xl
|
|
529
|
+
className: "font-bold text-2xl",
|
|
530
530
|
children: "Implementation map"
|
|
531
531
|
}),
|
|
532
532
|
/* @__PURE__ */ jsx2(CodeBlock2, {
|
|
@@ -548,7 +548,7 @@ implementation_plan_controle_plane.md`
|
|
|
548
548
|
className: "space-y-4",
|
|
549
549
|
children: [
|
|
550
550
|
/* @__PURE__ */ jsx2("h2", {
|
|
551
|
-
className: "text-2xl
|
|
551
|
+
className: "font-bold text-2xl",
|
|
552
552
|
children: "What comes next"
|
|
553
553
|
}),
|
|
554
554
|
/* @__PURE__ */ jsx2("p", {
|
|
@@ -594,7 +594,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
594
594
|
className: "space-y-4",
|
|
595
595
|
children: [
|
|
596
596
|
/* @__PURE__ */ jsx3("h1", {
|
|
597
|
-
className: "text-4xl
|
|
597
|
+
className: "font-bold text-4xl",
|
|
598
598
|
children: "Integration Binding"
|
|
599
599
|
}),
|
|
600
600
|
/* @__PURE__ */ jsx3("p", {
|
|
@@ -607,7 +607,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
607
607
|
className: "space-y-4",
|
|
608
608
|
children: [
|
|
609
609
|
/* @__PURE__ */ jsx3("h2", {
|
|
610
|
-
className: "text-2xl
|
|
610
|
+
className: "font-bold text-2xl",
|
|
611
611
|
children: "How it works"
|
|
612
612
|
}),
|
|
613
613
|
/* @__PURE__ */ jsx3("p", {
|
|
@@ -615,7 +615,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
615
615
|
children: "Integration binding follows a three-layer model:"
|
|
616
616
|
}),
|
|
617
617
|
/* @__PURE__ */ jsxs3("ol", {
|
|
618
|
-
className: "
|
|
618
|
+
className: "list-inside list-decimal space-y-3 text-muted-foreground",
|
|
619
619
|
children: [
|
|
620
620
|
/* @__PURE__ */ jsxs3("li", {
|
|
621
621
|
children: [
|
|
@@ -649,7 +649,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
649
649
|
className: "space-y-4",
|
|
650
650
|
children: [
|
|
651
651
|
/* @__PURE__ */ jsx3("h2", {
|
|
652
|
-
className: "text-2xl
|
|
652
|
+
className: "font-bold text-2xl",
|
|
653
653
|
children: "Example: Payment processing"
|
|
654
654
|
}),
|
|
655
655
|
/* @__PURE__ */ jsx3("p", {
|
|
@@ -660,7 +660,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
660
660
|
className: "space-y-3",
|
|
661
661
|
children: [
|
|
662
662
|
/* @__PURE__ */ jsx3("h3", {
|
|
663
|
-
className: "text-lg
|
|
663
|
+
className: "font-semibold text-lg",
|
|
664
664
|
children: "Step 1: Blueprint declares requirement"
|
|
665
665
|
}),
|
|
666
666
|
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
@@ -697,7 +697,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
697
697
|
className: "space-y-3",
|
|
698
698
|
children: [
|
|
699
699
|
/* @__PURE__ */ jsx3("h3", {
|
|
700
|
-
className: "text-lg
|
|
700
|
+
className: "font-semibold text-lg",
|
|
701
701
|
children: "Step 2: Tenant creates connection"
|
|
702
702
|
}),
|
|
703
703
|
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
@@ -730,7 +730,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
730
730
|
className: "space-y-3",
|
|
731
731
|
children: [
|
|
732
732
|
/* @__PURE__ */ jsx3("h3", {
|
|
733
|
-
className: "text-lg
|
|
733
|
+
className: "font-semibold text-lg",
|
|
734
734
|
children: "Step 3: TenantAppConfig binds connection"
|
|
735
735
|
}),
|
|
736
736
|
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
@@ -769,7 +769,7 @@ function ArchitectureIntegrationBindingPage() {
|
|
|
769
769
|
className: "space-y-3",
|
|
770
770
|
children: [
|
|
771
771
|
/* @__PURE__ */ jsx3("h3", {
|
|
772
|
-
className: "text-lg
|
|
772
|
+
className: "font-semibold text-lg",
|
|
773
773
|
children: "Step 4: Runtime resolves and executes"
|
|
774
774
|
}),
|
|
775
775
|
/* @__PURE__ */ jsx3(CodeBlock3, {
|
|
@@ -801,7 +801,7 @@ const result = await executeCapability(
|
|
|
801
801
|
className: "space-y-4",
|
|
802
802
|
children: [
|
|
803
803
|
/* @__PURE__ */ jsx3("h2", {
|
|
804
|
-
className: "text-2xl
|
|
804
|
+
className: "font-bold text-2xl",
|
|
805
805
|
children: "Multi-integration scenarios"
|
|
806
806
|
}),
|
|
807
807
|
/* @__PURE__ */ jsx3("p", {
|
|
@@ -844,7 +844,7 @@ const result = await executeCapability(
|
|
|
844
844
|
className: "space-y-4",
|
|
845
845
|
children: [
|
|
846
846
|
/* @__PURE__ */ jsx3("h2", {
|
|
847
|
-
className: "text-2xl
|
|
847
|
+
className: "font-bold text-2xl",
|
|
848
848
|
children: "Sandbox vs Production"
|
|
849
849
|
}),
|
|
850
850
|
/* @__PURE__ */ jsx3("p", {
|
|
@@ -881,11 +881,11 @@ const result = await executeCapability(
|
|
|
881
881
|
className: "space-y-4",
|
|
882
882
|
children: [
|
|
883
883
|
/* @__PURE__ */ jsx3("h2", {
|
|
884
|
-
className: "text-2xl
|
|
884
|
+
className: "font-bold text-2xl",
|
|
885
885
|
children: "Security & validation"
|
|
886
886
|
}),
|
|
887
887
|
/* @__PURE__ */ jsxs3("ul", {
|
|
888
|
-
className: "
|
|
888
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
889
889
|
children: [
|
|
890
890
|
/* @__PURE__ */ jsx3("li", {
|
|
891
891
|
children: "Integration connections are validated before binding - health checks ensure connectivity"
|
|
@@ -910,11 +910,11 @@ const result = await executeCapability(
|
|
|
910
910
|
className: "space-y-4",
|
|
911
911
|
children: [
|
|
912
912
|
/* @__PURE__ */ jsx3("h2", {
|
|
913
|
-
className: "text-2xl
|
|
913
|
+
className: "font-bold text-2xl",
|
|
914
914
|
children: "Best practices"
|
|
915
915
|
}),
|
|
916
916
|
/* @__PURE__ */ jsxs3("ul", {
|
|
917
|
-
className: "
|
|
917
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
918
918
|
children: [
|
|
919
919
|
/* @__PURE__ */ jsxs3("li", {
|
|
920
920
|
children: [
|
|
@@ -978,7 +978,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
978
978
|
className: "space-y-4",
|
|
979
979
|
children: [
|
|
980
980
|
/* @__PURE__ */ jsx4("h1", {
|
|
981
|
-
className: "text-4xl
|
|
981
|
+
className: "font-bold text-4xl",
|
|
982
982
|
children: "Knowledge Binding"
|
|
983
983
|
}),
|
|
984
984
|
/* @__PURE__ */ jsx4("p", {
|
|
@@ -991,7 +991,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
991
991
|
className: "space-y-4",
|
|
992
992
|
children: [
|
|
993
993
|
/* @__PURE__ */ jsx4("h2", {
|
|
994
|
-
className: "text-2xl
|
|
994
|
+
className: "font-bold text-2xl",
|
|
995
995
|
children: "How it works"
|
|
996
996
|
}),
|
|
997
997
|
/* @__PURE__ */ jsx4("p", {
|
|
@@ -999,7 +999,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
999
999
|
children: "Knowledge binding follows a three-layer model:"
|
|
1000
1000
|
}),
|
|
1001
1001
|
/* @__PURE__ */ jsxs4("ol", {
|
|
1002
|
-
className: "
|
|
1002
|
+
className: "list-inside list-decimal space-y-3 text-muted-foreground",
|
|
1003
1003
|
children: [
|
|
1004
1004
|
/* @__PURE__ */ jsxs4("li", {
|
|
1005
1005
|
children: [
|
|
@@ -1033,7 +1033,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
1033
1033
|
className: "space-y-4",
|
|
1034
1034
|
children: [
|
|
1035
1035
|
/* @__PURE__ */ jsx4("h2", {
|
|
1036
|
-
className: "text-2xl
|
|
1036
|
+
className: "font-bold text-2xl",
|
|
1037
1037
|
children: "Example: Support agent with RAG"
|
|
1038
1038
|
}),
|
|
1039
1039
|
/* @__PURE__ */ jsx4("p", {
|
|
@@ -1044,7 +1044,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
1044
1044
|
className: "space-y-3",
|
|
1045
1045
|
children: [
|
|
1046
1046
|
/* @__PURE__ */ jsx4("h3", {
|
|
1047
|
-
className: "text-lg
|
|
1047
|
+
className: "font-semibold text-lg",
|
|
1048
1048
|
children: "Step 1: Blueprint declares knowledge needs"
|
|
1049
1049
|
}),
|
|
1050
1050
|
/* @__PURE__ */ jsx4(CodeBlock4, {
|
|
@@ -1081,7 +1081,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
1081
1081
|
className: "space-y-3",
|
|
1082
1082
|
children: [
|
|
1083
1083
|
/* @__PURE__ */ jsx4("h3", {
|
|
1084
|
-
className: "text-lg
|
|
1084
|
+
className: "font-semibold text-lg",
|
|
1085
1085
|
children: "Step 2: Tenant configures sources"
|
|
1086
1086
|
}),
|
|
1087
1087
|
/* @__PURE__ */ jsx4(CodeBlock4, {
|
|
@@ -1123,7 +1123,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
1123
1123
|
className: "space-y-3",
|
|
1124
1124
|
children: [
|
|
1125
1125
|
/* @__PURE__ */ jsx4("h3", {
|
|
1126
|
-
className: "text-lg
|
|
1126
|
+
className: "font-semibold text-lg",
|
|
1127
1127
|
children: "Step 3: TenantAppConfig binds spaces"
|
|
1128
1128
|
}),
|
|
1129
1129
|
/* @__PURE__ */ jsx4(CodeBlock4, {
|
|
@@ -1172,7 +1172,7 @@ function ArchitectureKnowledgeBindingPage() {
|
|
|
1172
1172
|
className: "space-y-3",
|
|
1173
1173
|
children: [
|
|
1174
1174
|
/* @__PURE__ */ jsx4("h3", {
|
|
1175
|
-
className: "text-lg
|
|
1175
|
+
className: "font-semibold text-lg",
|
|
1176
1176
|
children: "Step 4: Workflow uses knowledge"
|
|
1177
1177
|
}),
|
|
1178
1178
|
/* @__PURE__ */ jsx4(CodeBlock4, {
|
|
@@ -1229,7 +1229,7 @@ steps:
|
|
|
1229
1229
|
className: "space-y-4",
|
|
1230
1230
|
children: [
|
|
1231
1231
|
/* @__PURE__ */ jsx4("h2", {
|
|
1232
|
-
className: "text-2xl
|
|
1232
|
+
className: "font-bold text-2xl",
|
|
1233
1233
|
children: "Category-based access control"
|
|
1234
1234
|
}),
|
|
1235
1235
|
/* @__PURE__ */ jsx4("p", {
|
|
@@ -1237,7 +1237,7 @@ steps:
|
|
|
1237
1237
|
children: "Different knowledge categories have different trust levels and access patterns:"
|
|
1238
1238
|
}),
|
|
1239
1239
|
/* @__PURE__ */ jsx4("div", {
|
|
1240
|
-
className: "
|
|
1240
|
+
className: "overflow-x-auto rounded-lg border border-border/50",
|
|
1241
1241
|
children: /* @__PURE__ */ jsxs4("table", {
|
|
1242
1242
|
className: "w-full text-left text-sm",
|
|
1243
1243
|
children: [
|
|
@@ -1266,7 +1266,7 @@ steps:
|
|
|
1266
1266
|
})
|
|
1267
1267
|
}),
|
|
1268
1268
|
/* @__PURE__ */ jsxs4("tbody", {
|
|
1269
|
-
className: "divide-border/50
|
|
1269
|
+
className: "divide-y divide-border/50",
|
|
1270
1270
|
children: [
|
|
1271
1271
|
/* @__PURE__ */ jsxs4("tr", {
|
|
1272
1272
|
children: [
|
|
@@ -1359,7 +1359,7 @@ steps:
|
|
|
1359
1359
|
className: "space-y-4",
|
|
1360
1360
|
children: [
|
|
1361
1361
|
/* @__PURE__ */ jsx4("h2", {
|
|
1362
|
-
className: "text-2xl
|
|
1362
|
+
className: "font-bold text-2xl",
|
|
1363
1363
|
children: "Multi-space workflows"
|
|
1364
1364
|
}),
|
|
1365
1365
|
/* @__PURE__ */ jsx4("p", {
|
|
@@ -1404,11 +1404,11 @@ steps:
|
|
|
1404
1404
|
className: "space-y-4",
|
|
1405
1405
|
children: [
|
|
1406
1406
|
/* @__PURE__ */ jsx4("h2", {
|
|
1407
|
-
className: "text-2xl
|
|
1407
|
+
className: "font-bold text-2xl",
|
|
1408
1408
|
children: "Security & validation"
|
|
1409
1409
|
}),
|
|
1410
1410
|
/* @__PURE__ */ jsxs4("ul", {
|
|
1411
|
-
className: "
|
|
1411
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
1412
1412
|
children: [
|
|
1413
1413
|
/* @__PURE__ */ jsx4("li", {
|
|
1414
1414
|
children: "Knowledge sources are validated before sync - credentials and permissions checked"
|
|
@@ -1433,11 +1433,11 @@ steps:
|
|
|
1433
1433
|
className: "space-y-4",
|
|
1434
1434
|
children: [
|
|
1435
1435
|
/* @__PURE__ */ jsx4("h2", {
|
|
1436
|
-
className: "text-2xl
|
|
1436
|
+
className: "font-bold text-2xl",
|
|
1437
1437
|
children: "Best practices"
|
|
1438
1438
|
}),
|
|
1439
1439
|
/* @__PURE__ */ jsxs4("ul", {
|
|
1440
|
-
className: "
|
|
1440
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
1441
1441
|
children: [
|
|
1442
1442
|
/* @__PURE__ */ jsx4("li", {
|
|
1443
1443
|
children: "Use canonical spaces for policy-critical decisions, operational for suggestions"
|
|
@@ -1504,7 +1504,7 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1504
1504
|
className: "space-y-4",
|
|
1505
1505
|
children: [
|
|
1506
1506
|
/* @__PURE__ */ jsx5("h1", {
|
|
1507
|
-
className: "text-4xl
|
|
1507
|
+
className: "font-bold text-4xl",
|
|
1508
1508
|
children: "Multi-Tenancy"
|
|
1509
1509
|
}),
|
|
1510
1510
|
/* @__PURE__ */ jsx5("p", {
|
|
@@ -1517,11 +1517,11 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1517
1517
|
className: "space-y-4",
|
|
1518
1518
|
children: [
|
|
1519
1519
|
/* @__PURE__ */ jsx5("h2", {
|
|
1520
|
-
className: "text-2xl
|
|
1520
|
+
className: "font-bold text-2xl",
|
|
1521
1521
|
children: "Core Concepts"
|
|
1522
1522
|
}),
|
|
1523
1523
|
/* @__PURE__ */ jsxs5("ul", {
|
|
1524
|
-
className: "
|
|
1524
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
1525
1525
|
children: [
|
|
1526
1526
|
/* @__PURE__ */ jsxs5("li", {
|
|
1527
1527
|
children: [
|
|
@@ -1559,7 +1559,7 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1559
1559
|
className: "space-y-4",
|
|
1560
1560
|
children: [
|
|
1561
1561
|
/* @__PURE__ */ jsx5("h2", {
|
|
1562
|
-
className: "text-2xl
|
|
1562
|
+
className: "font-bold text-2xl",
|
|
1563
1563
|
children: "Tenant Resolution"
|
|
1564
1564
|
}),
|
|
1565
1565
|
/* @__PURE__ */ jsx5("p", {
|
|
@@ -1567,7 +1567,7 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1567
1567
|
children: "The runtime automatically resolves the tenant context for every request based on:"
|
|
1568
1568
|
}),
|
|
1569
1569
|
/* @__PURE__ */ jsxs5("ul", {
|
|
1570
|
-
className: "
|
|
1570
|
+
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
1571
1571
|
children: [
|
|
1572
1572
|
/* @__PURE__ */ jsxs5("li", {
|
|
1573
1573
|
children: [
|
|
@@ -1607,7 +1607,7 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1607
1607
|
className: "space-y-4",
|
|
1608
1608
|
children: [
|
|
1609
1609
|
/* @__PURE__ */ jsx5("h2", {
|
|
1610
|
-
className: "text-2xl
|
|
1610
|
+
className: "font-bold text-2xl",
|
|
1611
1611
|
children: "Configuration Isolation"
|
|
1612
1612
|
}),
|
|
1613
1613
|
/* @__PURE__ */ jsxs5("p", {
|
|
@@ -1632,7 +1632,7 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1632
1632
|
};`
|
|
1633
1633
|
}),
|
|
1634
1634
|
/* @__PURE__ */ jsx5("p", {
|
|
1635
|
-
className: "text-muted-foreground
|
|
1635
|
+
className: "mt-2 text-muted-foreground",
|
|
1636
1636
|
children: "This allows you to customize feature flags, integration connections, and knowledge sources per tenant without changing the application code."
|
|
1637
1637
|
})
|
|
1638
1638
|
]
|
|
@@ -1663,461 +1663,140 @@ function ArchitectureMultiTenancyPage() {
|
|
|
1663
1663
|
|
|
1664
1664
|
// src/components/docs/architecture/ArchitectureOverviewPage.tsx
|
|
1665
1665
|
import Link6 from "@contractspec/lib.ui-link";
|
|
1666
|
-
import { ChevronRight as ChevronRight6 } from "lucide-react";
|
|
1667
1666
|
import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
1667
|
+
var layers = [
|
|
1668
|
+
{
|
|
1669
|
+
title: "Contracts and schemas",
|
|
1670
|
+
body: "Explicit specs define the durable boundary for behavior, data, and governance."
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
title: "Bindings and configuration",
|
|
1674
|
+
body: "Apps, tenants, integrations, and knowledge sources are wired through explicit configuration instead of hidden glue."
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
title: "Runtimes and generators",
|
|
1678
|
+
body: "Serve or generate aligned surfaces for API, UI, workflows, docs, and agent-facing interfaces."
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
title: "Operate and observe",
|
|
1682
|
+
body: "Carry auditability, policy, tracing, migrations, and tenant isolation through the same model."
|
|
1683
|
+
}
|
|
1684
|
+
];
|
|
1668
1685
|
function ArchitectureOverviewPage() {
|
|
1669
1686
|
return /* @__PURE__ */ jsxs6("div", {
|
|
1670
|
-
className: "space-y-
|
|
1687
|
+
className: "space-y-10",
|
|
1671
1688
|
children: [
|
|
1672
1689
|
/* @__PURE__ */ jsxs6("div", {
|
|
1673
|
-
className: "space-y-
|
|
1690
|
+
className: "space-y-3",
|
|
1674
1691
|
children: [
|
|
1692
|
+
/* @__PURE__ */ jsx6("p", {
|
|
1693
|
+
className: "editorial-kicker",
|
|
1694
|
+
children: "Build"
|
|
1695
|
+
}),
|
|
1675
1696
|
/* @__PURE__ */ jsx6("h1", {
|
|
1676
|
-
className: "text-4xl
|
|
1677
|
-
children: "
|
|
1697
|
+
className: "font-serif text-4xl tracking-[-0.04em] md:text-5xl",
|
|
1698
|
+
children: "The architecture keeps contracts, runtime behavior, and operations in the same system."
|
|
1678
1699
|
}),
|
|
1679
1700
|
/* @__PURE__ */ jsx6("p", {
|
|
1680
|
-
className: "text-muted-foreground",
|
|
1681
|
-
children: "ContractSpec
|
|
1701
|
+
className: "max-w-3xl text-lg text-muted-foreground leading-8",
|
|
1702
|
+
children: "ContractSpec is not a single runtime. It is a layered system that lets you define explicit boundaries, bind real-world configuration, and then serve or generate aligned surfaces without losing control of the output."
|
|
1682
1703
|
})
|
|
1683
1704
|
]
|
|
1684
1705
|
}),
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
className: "
|
|
1706
|
+
/* @__PURE__ */ jsx6("div", {
|
|
1707
|
+
className: "grid gap-4 md:grid-cols-2",
|
|
1708
|
+
children: layers.map((layer) => /* @__PURE__ */ jsxs6("article", {
|
|
1709
|
+
className: "editorial-panel space-y-3",
|
|
1710
|
+
children: [
|
|
1711
|
+
/* @__PURE__ */ jsx6("h2", {
|
|
1712
|
+
className: "font-semibold text-xl",
|
|
1713
|
+
children: layer.title
|
|
1714
|
+
}),
|
|
1715
|
+
/* @__PURE__ */ jsx6("p", {
|
|
1716
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1717
|
+
children: layer.body
|
|
1718
|
+
})
|
|
1719
|
+
]
|
|
1720
|
+
}, layer.title))
|
|
1721
|
+
}),
|
|
1722
|
+
/* @__PURE__ */ jsxs6("section", {
|
|
1723
|
+
className: "editorial-panel space-y-5",
|
|
1687
1724
|
children: [
|
|
1688
|
-
/* @__PURE__ */
|
|
1689
|
-
className: "
|
|
1690
|
-
children:
|
|
1725
|
+
/* @__PURE__ */ jsxs6("div", {
|
|
1726
|
+
className: "space-y-2",
|
|
1727
|
+
children: [
|
|
1728
|
+
/* @__PURE__ */ jsx6("h2", {
|
|
1729
|
+
className: "font-serif text-3xl tracking-[-0.03em]",
|
|
1730
|
+
children: "Follow the architecture by responsibility"
|
|
1731
|
+
}),
|
|
1732
|
+
/* @__PURE__ */ jsx6("p", {
|
|
1733
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1734
|
+
children: "Use the architecture pages when you need to understand how the pieces snap together in a real deployment."
|
|
1735
|
+
})
|
|
1736
|
+
]
|
|
1691
1737
|
}),
|
|
1692
1738
|
/* @__PURE__ */ jsxs6("div", {
|
|
1693
|
-
className: "
|
|
1739
|
+
className: "grid gap-4 md:grid-cols-2",
|
|
1694
1740
|
children: [
|
|
1695
|
-
/* @__PURE__ */ jsxs6(
|
|
1696
|
-
|
|
1741
|
+
/* @__PURE__ */ jsxs6(Link6, {
|
|
1742
|
+
href: "/docs/architecture/app-config",
|
|
1743
|
+
className: "docs-footer-link",
|
|
1697
1744
|
children: [
|
|
1698
1745
|
/* @__PURE__ */ jsx6("h3", {
|
|
1699
|
-
className: "
|
|
1700
|
-
children: "
|
|
1746
|
+
className: "font-semibold text-lg",
|
|
1747
|
+
children: "App configuration"
|
|
1701
1748
|
}),
|
|
1702
1749
|
/* @__PURE__ */ jsx6("p", {
|
|
1703
|
-
className: "text-muted-foreground",
|
|
1704
|
-
children: "
|
|
1705
|
-
}),
|
|
1706
|
-
/* @__PURE__ */ jsxs6("ul", {
|
|
1707
|
-
className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
|
|
1708
|
-
children: [
|
|
1709
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1710
|
-
children: [
|
|
1711
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1712
|
-
href: "/docs/specs/capabilities",
|
|
1713
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1714
|
-
children: "CapabilitySpec"
|
|
1715
|
-
}),
|
|
1716
|
-
" ",
|
|
1717
|
-
"- Operations and their inputs/outputs"
|
|
1718
|
-
]
|
|
1719
|
-
}),
|
|
1720
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1721
|
-
children: [
|
|
1722
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1723
|
-
href: "/docs/specs/dataviews",
|
|
1724
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1725
|
-
children: "DataViewSpec"
|
|
1726
|
-
}),
|
|
1727
|
-
" ",
|
|
1728
|
-
"- Data queries and presentation"
|
|
1729
|
-
]
|
|
1730
|
-
}),
|
|
1731
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1732
|
-
children: [
|
|
1733
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1734
|
-
href: "/docs/specs/workflows",
|
|
1735
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1736
|
-
children: "WorkflowSpec"
|
|
1737
|
-
}),
|
|
1738
|
-
" ",
|
|
1739
|
-
"- Multi-step processes"
|
|
1740
|
-
]
|
|
1741
|
-
}),
|
|
1742
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1743
|
-
children: [
|
|
1744
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1745
|
-
href: "/docs/specs/policy",
|
|
1746
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1747
|
-
children: "PolicySpec"
|
|
1748
|
-
}),
|
|
1749
|
-
" ",
|
|
1750
|
-
"- Access control and data protection"
|
|
1751
|
-
]
|
|
1752
|
-
}),
|
|
1753
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1754
|
-
children: [
|
|
1755
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1756
|
-
href: "/docs/integrations/spec-model",
|
|
1757
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1758
|
-
children: "IntegrationSpec"
|
|
1759
|
-
}),
|
|
1760
|
-
" ",
|
|
1761
|
-
"- External service providers"
|
|
1762
|
-
]
|
|
1763
|
-
}),
|
|
1764
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1765
|
-
children: [
|
|
1766
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1767
|
-
href: "/docs/knowledge/spaces",
|
|
1768
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1769
|
-
children: "KnowledgeSpaceSpec"
|
|
1770
|
-
}),
|
|
1771
|
-
" ",
|
|
1772
|
-
"- Knowledge and context management"
|
|
1773
|
-
]
|
|
1774
|
-
})
|
|
1775
|
-
]
|
|
1750
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1751
|
+
children: "How blueprint-level and tenant-level config stay explicit and merge safely."
|
|
1776
1752
|
})
|
|
1777
1753
|
]
|
|
1778
1754
|
}),
|
|
1779
|
-
/* @__PURE__ */ jsxs6(
|
|
1780
|
-
|
|
1755
|
+
/* @__PURE__ */ jsxs6(Link6, {
|
|
1756
|
+
href: "/docs/architecture/integration-binding",
|
|
1757
|
+
className: "docs-footer-link",
|
|
1781
1758
|
children: [
|
|
1782
1759
|
/* @__PURE__ */ jsx6("h3", {
|
|
1783
|
-
className: "
|
|
1784
|
-
children: "
|
|
1760
|
+
className: "font-semibold text-lg",
|
|
1761
|
+
children: "Integration binding"
|
|
1785
1762
|
}),
|
|
1786
1763
|
/* @__PURE__ */ jsx6("p", {
|
|
1787
|
-
className: "text-muted-foreground",
|
|
1788
|
-
children: "How
|
|
1789
|
-
}),
|
|
1790
|
-
/* @__PURE__ */ jsxs6("ul", {
|
|
1791
|
-
className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
|
|
1792
|
-
children: [
|
|
1793
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1794
|
-
children: [
|
|
1795
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1796
|
-
href: "/docs/architecture/app-config",
|
|
1797
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1798
|
-
children: "AppBlueprintSpec"
|
|
1799
|
-
}),
|
|
1800
|
-
" ",
|
|
1801
|
-
"- Global, versioned app definition"
|
|
1802
|
-
]
|
|
1803
|
-
}),
|
|
1804
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1805
|
-
children: [
|
|
1806
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1807
|
-
href: "/docs/architecture/app-config",
|
|
1808
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1809
|
-
children: "TenantAppConfig"
|
|
1810
|
-
}),
|
|
1811
|
-
" ",
|
|
1812
|
-
"- Per-tenant, per-environment configuration"
|
|
1813
|
-
]
|
|
1814
|
-
}),
|
|
1815
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1816
|
-
children: [
|
|
1817
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1818
|
-
href: "/docs/architecture/integration-binding",
|
|
1819
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1820
|
-
children: "AppIntegrationBinding"
|
|
1821
|
-
}),
|
|
1822
|
-
" ",
|
|
1823
|
-
"- How apps use integrations"
|
|
1824
|
-
]
|
|
1825
|
-
}),
|
|
1826
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1827
|
-
children: [
|
|
1828
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1829
|
-
href: "/docs/architecture/knowledge-binding",
|
|
1830
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1831
|
-
children: "AppKnowledgeBinding"
|
|
1832
|
-
}),
|
|
1833
|
-
" ",
|
|
1834
|
-
"- How apps access knowledge"
|
|
1835
|
-
]
|
|
1836
|
-
})
|
|
1837
|
-
]
|
|
1764
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1765
|
+
children: "How apps connect to tenant-owned integrations without leaking provider logic everywhere."
|
|
1838
1766
|
})
|
|
1839
1767
|
]
|
|
1840
1768
|
}),
|
|
1841
|
-
/* @__PURE__ */ jsxs6(
|
|
1842
|
-
|
|
1769
|
+
/* @__PURE__ */ jsxs6(Link6, {
|
|
1770
|
+
href: "/docs/architecture/knowledge-binding",
|
|
1771
|
+
className: "docs-footer-link",
|
|
1843
1772
|
children: [
|
|
1844
1773
|
/* @__PURE__ */ jsx6("h3", {
|
|
1845
|
-
className: "
|
|
1846
|
-
children: "
|
|
1774
|
+
className: "font-semibold text-lg",
|
|
1775
|
+
children: "Knowledge binding"
|
|
1847
1776
|
}),
|
|
1848
1777
|
/* @__PURE__ */ jsx6("p", {
|
|
1849
|
-
className: "text-muted-foreground",
|
|
1850
|
-
children: "How
|
|
1851
|
-
}),
|
|
1852
|
-
/* @__PURE__ */ jsxs6("ul", {
|
|
1853
|
-
className: "text-muted-foreground ml-4 list-inside list-disc space-y-2",
|
|
1854
|
-
children: [
|
|
1855
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1856
|
-
children: [
|
|
1857
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
1858
|
-
children: "ResolvedAppConfig"
|
|
1859
|
-
}),
|
|
1860
|
-
" - Merged blueprint + tenant config"
|
|
1861
|
-
]
|
|
1862
|
-
}),
|
|
1863
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1864
|
-
children: [
|
|
1865
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
1866
|
-
children: "Policy Decision Point (PDP)"
|
|
1867
|
-
}),
|
|
1868
|
-
" - Enforces policies on every operation"
|
|
1869
|
-
]
|
|
1870
|
-
}),
|
|
1871
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1872
|
-
children: [
|
|
1873
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
1874
|
-
href: "/docs/architecture/control-plane",
|
|
1875
|
-
className: "text-violet-400 hover:text-violet-300",
|
|
1876
|
-
children: "Control Plane Runtime"
|
|
1877
|
-
}),
|
|
1878
|
-
" ",
|
|
1879
|
-
"- Deterministic intent to plan to policy to execution loop"
|
|
1880
|
-
]
|
|
1881
|
-
}),
|
|
1882
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1883
|
-
children: [
|
|
1884
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
1885
|
-
children: "Presentation Runtime"
|
|
1886
|
-
}),
|
|
1887
|
-
" - React and React Native renderers"
|
|
1888
|
-
]
|
|
1889
|
-
}),
|
|
1890
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1891
|
-
children: [
|
|
1892
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
1893
|
-
children: "Integration Connectors"
|
|
1894
|
-
}),
|
|
1895
|
-
" - Execute external API calls"
|
|
1896
|
-
]
|
|
1897
|
-
}),
|
|
1898
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
1899
|
-
children: [
|
|
1900
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
1901
|
-
children: "Knowledge Retrieval"
|
|
1902
|
-
}),
|
|
1903
|
-
" - Query vector databases and knowledge sources"
|
|
1904
|
-
]
|
|
1905
|
-
})
|
|
1906
|
-
]
|
|
1778
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1779
|
+
children: "How trusted knowledge enters the system and stays isolated by context and tenant."
|
|
1907
1780
|
})
|
|
1908
1781
|
]
|
|
1909
|
-
})
|
|
1910
|
-
]
|
|
1911
|
-
})
|
|
1912
|
-
]
|
|
1913
|
-
}),
|
|
1914
|
-
/* @__PURE__ */ jsxs6("div", {
|
|
1915
|
-
className: "space-y-4",
|
|
1916
|
-
children: [
|
|
1917
|
-
/* @__PURE__ */ jsx6("h2", {
|
|
1918
|
-
className: "text-2xl font-bold",
|
|
1919
|
-
children: "Configuration model"
|
|
1920
|
-
}),
|
|
1921
|
-
/* @__PURE__ */ jsx6("p", {
|
|
1922
|
-
className: "text-muted-foreground",
|
|
1923
|
-
children: "ContractSpec uses a three-tier configuration model:"
|
|
1924
|
-
}),
|
|
1925
|
-
/* @__PURE__ */ jsx6("div", {
|
|
1926
|
-
className: "border-border/50 overflow-x-auto rounded-lg border",
|
|
1927
|
-
children: /* @__PURE__ */ jsxs6("table", {
|
|
1928
|
-
className: "w-full text-left text-sm",
|
|
1929
|
-
children: [
|
|
1930
|
-
/* @__PURE__ */ jsx6("thead", {
|
|
1931
|
-
className: "bg-card/50",
|
|
1932
|
-
children: /* @__PURE__ */ jsxs6("tr", {
|
|
1933
|
-
className: "border-border/50 border-b",
|
|
1934
|
-
children: [
|
|
1935
|
-
/* @__PURE__ */ jsx6("th", {
|
|
1936
|
-
className: "px-4 py-3 font-semibold",
|
|
1937
|
-
children: "Layer"
|
|
1938
|
-
}),
|
|
1939
|
-
/* @__PURE__ */ jsx6("th", {
|
|
1940
|
-
className: "px-4 py-3 font-semibold",
|
|
1941
|
-
children: "Type"
|
|
1942
|
-
}),
|
|
1943
|
-
/* @__PURE__ */ jsx6("th", {
|
|
1944
|
-
className: "px-4 py-3 font-semibold",
|
|
1945
|
-
children: "Scope"
|
|
1946
|
-
}),
|
|
1947
|
-
/* @__PURE__ */ jsx6("th", {
|
|
1948
|
-
className: "px-4 py-3 font-semibold",
|
|
1949
|
-
children: "Storage"
|
|
1950
|
-
})
|
|
1951
|
-
]
|
|
1952
|
-
})
|
|
1953
|
-
}),
|
|
1954
|
-
/* @__PURE__ */ jsxs6("tbody", {
|
|
1955
|
-
className: "divide-border/50 divide-y",
|
|
1956
|
-
children: [
|
|
1957
|
-
/* @__PURE__ */ jsxs6("tr", {
|
|
1958
|
-
children: [
|
|
1959
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1960
|
-
className: "px-4 py-3 align-top",
|
|
1961
|
-
children: /* @__PURE__ */ jsx6("strong", {
|
|
1962
|
-
children: "Blueprint"
|
|
1963
|
-
})
|
|
1964
|
-
}),
|
|
1965
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1966
|
-
className: "px-4 py-3 align-top font-mono text-xs",
|
|
1967
|
-
children: "AppBlueprintSpec"
|
|
1968
|
-
}),
|
|
1969
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1970
|
-
className: "px-4 py-3 align-top",
|
|
1971
|
-
children: "Global, versioned, no tenant info"
|
|
1972
|
-
}),
|
|
1973
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1974
|
-
className: "px-4 py-3 align-top",
|
|
1975
|
-
children: "Version control, immutable"
|
|
1976
|
-
})
|
|
1977
|
-
]
|
|
1978
|
-
}),
|
|
1979
|
-
/* @__PURE__ */ jsxs6("tr", {
|
|
1980
|
-
children: [
|
|
1981
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1982
|
-
className: "px-4 py-3 align-top",
|
|
1983
|
-
children: /* @__PURE__ */ jsx6("strong", {
|
|
1984
|
-
children: "Tenant Config"
|
|
1985
|
-
})
|
|
1986
|
-
}),
|
|
1987
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1988
|
-
className: "px-4 py-3 align-top font-mono text-xs",
|
|
1989
|
-
children: "TenantAppConfig"
|
|
1990
|
-
}),
|
|
1991
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1992
|
-
className: "px-4 py-3 align-top",
|
|
1993
|
-
children: "Per-tenant, per-environment"
|
|
1994
|
-
}),
|
|
1995
|
-
/* @__PURE__ */ jsx6("td", {
|
|
1996
|
-
className: "px-4 py-3 align-top",
|
|
1997
|
-
children: "Database, mutable"
|
|
1998
|
-
})
|
|
1999
|
-
]
|
|
2000
|
-
}),
|
|
2001
|
-
/* @__PURE__ */ jsxs6("tr", {
|
|
2002
|
-
children: [
|
|
2003
|
-
/* @__PURE__ */ jsx6("td", {
|
|
2004
|
-
className: "px-4 py-3 align-top",
|
|
2005
|
-
children: /* @__PURE__ */ jsx6("strong", {
|
|
2006
|
-
children: "Resolved Config"
|
|
2007
|
-
})
|
|
2008
|
-
}),
|
|
2009
|
-
/* @__PURE__ */ jsx6("td", {
|
|
2010
|
-
className: "px-4 py-3 align-top font-mono text-xs",
|
|
2011
|
-
children: "ResolvedAppConfig"
|
|
2012
|
-
}),
|
|
2013
|
-
/* @__PURE__ */ jsx6("td", {
|
|
2014
|
-
className: "px-4 py-3 align-top",
|
|
2015
|
-
children: "Runtime, ephemeral"
|
|
2016
|
-
}),
|
|
2017
|
-
/* @__PURE__ */ jsx6("td", {
|
|
2018
|
-
className: "px-4 py-3 align-top",
|
|
2019
|
-
children: "In-memory, not persisted"
|
|
2020
|
-
})
|
|
2021
|
-
]
|
|
2022
|
-
})
|
|
2023
|
-
]
|
|
2024
|
-
})
|
|
2025
|
-
]
|
|
2026
|
-
})
|
|
2027
|
-
})
|
|
2028
|
-
]
|
|
2029
|
-
}),
|
|
2030
|
-
/* @__PURE__ */ jsxs6("div", {
|
|
2031
|
-
className: "space-y-4",
|
|
2032
|
-
children: [
|
|
2033
|
-
/* @__PURE__ */ jsx6("h2", {
|
|
2034
|
-
className: "text-2xl font-bold",
|
|
2035
|
-
children: "Key architectural principles"
|
|
2036
|
-
}),
|
|
2037
|
-
/* @__PURE__ */ jsxs6("ul", {
|
|
2038
|
-
className: "text-muted-foreground list-inside list-disc space-y-2",
|
|
2039
|
-
children: [
|
|
2040
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
2041
|
-
children: [
|
|
2042
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
2043
|
-
children: "Spec-first"
|
|
2044
|
-
}),
|
|
2045
|
-
" - Everything is defined declaratively before code generation"
|
|
2046
|
-
]
|
|
2047
1782
|
}),
|
|
2048
|
-
/* @__PURE__ */ jsxs6(
|
|
1783
|
+
/* @__PURE__ */ jsxs6(Link6, {
|
|
1784
|
+
href: "/docs/architecture/control-plane",
|
|
1785
|
+
className: "docs-footer-link",
|
|
2049
1786
|
children: [
|
|
2050
|
-
/* @__PURE__ */ jsx6("
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
" - All specifications are strongly typed and validated at compile time"
|
|
2054
|
-
]
|
|
2055
|
-
}),
|
|
2056
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
2057
|
-
children: [
|
|
2058
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
2059
|
-
children: "Policy-enforced"
|
|
2060
|
-
}),
|
|
2061
|
-
" - Every operation passes through the PDP"
|
|
2062
|
-
]
|
|
2063
|
-
}),
|
|
2064
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
2065
|
-
children: [
|
|
2066
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
2067
|
-
children: "Multi-tenant by default"
|
|
2068
|
-
}),
|
|
2069
|
-
" - Tenant isolation is built-in, not bolted on"
|
|
2070
|
-
]
|
|
2071
|
-
}),
|
|
2072
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
2073
|
-
children: [
|
|
2074
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
2075
|
-
children: "Environment-aware"
|
|
2076
|
-
}),
|
|
2077
|
-
" - Separate configurations for sandbox, staging, production"
|
|
2078
|
-
]
|
|
2079
|
-
}),
|
|
2080
|
-
/* @__PURE__ */ jsxs6("li", {
|
|
2081
|
-
children: [
|
|
2082
|
-
/* @__PURE__ */ jsx6("strong", {
|
|
2083
|
-
children: "Auditable"
|
|
1787
|
+
/* @__PURE__ */ jsx6("h3", {
|
|
1788
|
+
className: "font-semibold text-lg",
|
|
1789
|
+
children: "Control plane runtime"
|
|
2084
1790
|
}),
|
|
2085
|
-
|
|
1791
|
+
/* @__PURE__ */ jsx6("p", {
|
|
1792
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
1793
|
+
children: "How intent, policy, planning, and execution flow through the system runtime."
|
|
1794
|
+
})
|
|
2086
1795
|
]
|
|
2087
1796
|
})
|
|
2088
1797
|
]
|
|
2089
1798
|
})
|
|
2090
1799
|
]
|
|
2091
|
-
}),
|
|
2092
|
-
/* @__PURE__ */ jsxs6("div", {
|
|
2093
|
-
className: "flex items-center gap-4 pt-4",
|
|
2094
|
-
children: [
|
|
2095
|
-
/* @__PURE__ */ jsxs6(Link6, {
|
|
2096
|
-
href: "/docs/architecture/app-config",
|
|
2097
|
-
className: "btn-primary",
|
|
2098
|
-
children: [
|
|
2099
|
-
"App Configuration ",
|
|
2100
|
-
/* @__PURE__ */ jsx6(ChevronRight6, {
|
|
2101
|
-
size: 16
|
|
2102
|
-
})
|
|
2103
|
-
]
|
|
2104
|
-
}),
|
|
2105
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
2106
|
-
href: "/docs/architecture/control-plane",
|
|
2107
|
-
className: "btn-ghost",
|
|
2108
|
-
children: "Control Plane Runtime"
|
|
2109
|
-
}),
|
|
2110
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
2111
|
-
href: "/docs/integrations",
|
|
2112
|
-
className: "btn-ghost",
|
|
2113
|
-
children: "Integrations"
|
|
2114
|
-
}),
|
|
2115
|
-
/* @__PURE__ */ jsx6(Link6, {
|
|
2116
|
-
href: "/docs/knowledge",
|
|
2117
|
-
className: "btn-ghost",
|
|
2118
|
-
children: "Knowledge & Context"
|
|
2119
|
-
})
|
|
2120
|
-
]
|
|
2121
1800
|
})
|
|
2122
1801
|
]
|
|
2123
1802
|
});
|