@contractspec/bundle.library 3.8.10 → 3.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +606 -594
- package/CHANGELOG.md +37 -0
- package/dist/application/context-storage/index.js +1 -28
- package/dist/application/index.js +13 -2133
- package/dist/application/mcp/cliMcp.js +4 -452
- package/dist/application/mcp/common.js +1 -193
- package/dist/application/mcp/contractsMcp.js +2 -549
- package/dist/application/mcp/contractsMcpResources.js +2 -123
- package/dist/application/mcp/contractsMcpTools.js +1 -199
- package/dist/application/mcp/docsMcp.catalog.js +3 -381
- package/dist/application/mcp/docsMcp.data.js +1 -147
- package/dist/application/mcp/docsMcp.js +6 -1039
- package/dist/application/mcp/docsMcp.prompts.js +6 -521
- package/dist/application/mcp/docsMcp.reference.js +3 -235
- package/dist/application/mcp/docsMcp.resources.js +3 -519
- package/dist/application/mcp/docsMcp.tools.js +3 -518
- package/dist/application/mcp/index.js +13 -2106
- package/dist/application/mcp/internalMcp.js +2 -410
- package/dist/application/mcp/normalizeMcpRequest.js +1 -21
- package/dist/application/mcp/providerRankingMcp.js +1 -530
- package/dist/bundles/LibraryBundle.js +1 -138
- package/dist/bundles/index.js +1 -138
- package/dist/components/docs/DocsIndexPage.js +2 -912
- package/dist/components/docs/advanced/AdvancedMCPPage.js +4 -271
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +2 -118
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
- package/dist/components/docs/advanced/index.js +10 -1055
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
- package/dist/components/docs/architecture/index.js +20 -1340
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +1 -202
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +1 -254
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
- package/dist/components/docs/comparison/index.js +1 -1510
- package/dist/components/docs/docsManifest.js +1 -611
- package/dist/components/docs/docsManifest.test.d.ts +1 -0
- package/dist/components/docs/ecosystem/IntegrationsPage.js +2 -103
- package/dist/components/docs/ecosystem/PluginsPage.js +13 -179
- package/dist/components/docs/ecosystem/RegistryPage.js +7 -100
- package/dist/components/docs/ecosystem/TemplatesPage.js +3 -141
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
- package/dist/components/docs/ecosystem/index.js +23 -569
- package/dist/components/docs/examples/DocsExamplesPage.js +4 -124
- package/dist/components/docs/examples/ExampleShowcasePage.js +4 -244
- package/dist/components/docs/examples/exampleShowcaseData.js +4 -39
- package/dist/components/docs/examples/index.js +4 -330
- package/dist/components/docs/generated/docs-index.generated.js +1 -5
- package/dist/components/docs/generated/index.js +1 -74
- package/dist/components/docs/generated/loader.js +1 -74
- package/dist/components/docs/getting-started/CLIPage.js +4 -271
- package/dist/components/docs/getting-started/CompatibilityPage.js +1 -173
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +4 -134
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -194
- package/dist/components/docs/getting-started/HelloWorldPage.js +5 -183
- package/dist/components/docs/getting-started/InstallationPage.js +3 -154
- package/dist/components/docs/getting-started/StartHerePage.js +2 -129
- package/dist/components/docs/getting-started/TroubleshootingPage.js +2 -168
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
- package/dist/components/docs/getting-started/getting-started.docblocks.js +4 -41
- package/dist/components/docs/getting-started/index.js +18 -1869
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
- package/dist/components/docs/guides/GuideConnectInRepoPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideConnectInRepoPage.js +44 -0
- package/dist/components/docs/guides/GuideContractTypesPage.js +6 -541
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +3 -207
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.d.ts +1 -0
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.js +76 -0
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.js +70 -0
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -169
- package/dist/components/docs/guides/guides.docblocks.js +11 -75
- package/dist/components/docs/guides/index.d.ts +3 -0
- package/dist/components/docs/guides/index.js +213 -2428
- package/dist/components/docs/index.js +542 -24310
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +3 -142
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +3 -109
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +5 -150
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +4 -300
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
- package/dist/components/docs/integrations/IntegrationsResendPage.js +3 -102
- package/dist/components/docs/integrations/IntegrationsS3Page.js +4 -124
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +3 -144
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
- package/dist/components/docs/integrations/IntegrationsStripePage.js +6 -327
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
- package/dist/components/docs/integrations/index.js +52 -3100
- package/dist/components/docs/intent/ContractFirstApiPage.js +2 -126
- package/dist/components/docs/intent/DeterministicCodegenPage.js +2 -148
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
- package/dist/components/docs/intent/OpenapiAlternativePage.js +3 -201
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
- package/dist/components/docs/intent/index.js +15 -1135
- package/dist/components/docs/intent/intent-pages.docblocks.js +1 -201
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
- package/dist/components/docs/knowledge/index.js +21 -1730
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +2 -100
- package/dist/components/docs/libraries/LibrariesContractsPage.js +2 -284
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +3 -88
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -170
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +4 -120
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +2 -200
- package/dist/components/docs/libraries/LibrariesSLOPage.js +3 -116
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +3 -273
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
- package/dist/components/docs/libraries/LibrariesTestingPage.js +3 -133
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +2 -230
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
- package/dist/components/docs/libraries/index.js +54 -4147
- package/dist/components/docs/manifesto/ManifestoPage.js +1 -86
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +2 -71
- package/dist/components/docs/ops/index.js +3 -202
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
- package/dist/components/docs/ops/ops-top.docs.js +2 -17
- package/dist/components/docs/ops/ops.docs.js +10 -302
- package/dist/components/docs/product/product.docblocks.js +5 -72
- package/dist/components/docs/reference/DocsMarkdownContent.js +2 -196
- package/dist/components/docs/reference/DocsReferenceContent.js +3 -256
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +2 -127
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +2 -206
- package/dist/components/docs/reference/DocsReferencePage.js +3 -265
- package/dist/components/docs/reference/docsMarkdownParser.js +2 -92
- package/dist/components/docs/reference/index.js +4 -470
- package/dist/components/docs/safety/SafetyAuditingPage.js +2 -350
- package/dist/components/docs/safety/SafetyMigrationsPage.js +2 -359
- package/dist/components/docs/safety/SafetyOverviewPage.js +1 -101
- package/dist/components/docs/safety/SafetyPDPPage.js +2 -301
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +1 -206
- package/dist/components/docs/safety/SafetySigningPage.js +3 -90
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
- package/dist/components/docs/safety/index.js +7 -1480
- package/dist/components/docs/shared/StudioPrompt.js +1 -31
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.js +34 -0
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
- package/dist/components/docs/specs/SpecsConnectPage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsConnectPage.js +8 -0
- package/dist/components/docs/specs/SpecsDataViewsPage.js +2 -260
- package/dist/components/docs/specs/SpecsModuleBundlesPage.d.ts +1 -0
- package/dist/components/docs/specs/SpecsModuleBundlesPage.js +67 -0
- package/dist/components/docs/specs/SpecsOverlaysPage.js +2 -372
- package/dist/components/docs/specs/SpecsOverviewPage.js +1 -186
- package/dist/components/docs/specs/SpecsPolicyPage.js +3 -420
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +2 -325
- package/dist/components/docs/specs/index.d.ts +3 -0
- package/dist/components/docs/specs/index.js +109 -1715
- package/dist/components/docs/studio/StudioBYOKPage.js +1 -26
- package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -26
- package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -26
- package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -26
- package/dist/components/docs/studio/StudioOverviewPage.js +1 -157
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -26
- package/dist/components/docs/studio/index.js +1 -282
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
- package/dist/components/integrations/index.js +2 -600
- package/dist/components/integrations/molecules/IntegrationCard.js +1 -100
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +1 -214
- package/dist/components/integrations/organisms/IntegrationSettings.js +2 -284
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +1 -103
- package/dist/components/legal/PrivacyTemplate.js +1 -1025
- package/dist/components/legal/TermsTemplate.js +1 -941
- package/dist/components/legal/index.js +1 -1963
- package/dist/components/shared/FeatureGateNotice.js +1 -38
- package/dist/components/shared/index.js +1 -38
- package/dist/components/shell/WorkspaceHeader.js +1 -100
- package/dist/components/shell/WorkspaceProjectShellLayout.js +1 -222
- package/dist/components/shell/WorkspaceShellRenderer.js +1 -228
- package/dist/components/shell/WorkspaceSidebar.js +1 -68
- package/dist/components/shell/index.js +1 -287
- package/dist/components/templates/engine/index.js +1 -39
- package/dist/components/templates/index.js +11 -965
- package/dist/components/templates/messaging/ConversationList.js +2 -83
- package/dist/components/templates/messaging/MessageComposer.js +4 -150
- package/dist/components/templates/messaging/MessageThread.js +3 -83
- package/dist/components/templates/messaging/MessagingWorkspace.js +5 -265
- package/dist/components/templates/messaging/index.js +5 -269
- package/dist/components/templates/recipes/LanguageSwitcher.js +1 -16
- package/dist/components/templates/recipes/RecipeCard.js +1 -80
- package/dist/components/templates/recipes/RecipeDetail.js +1 -74
- package/dist/components/templates/recipes/RecipeList.js +3 -245
- package/dist/components/templates/recipes/index.js +3 -248
- package/dist/components/templates/todos/FilterBar.js +1 -107
- package/dist/components/templates/todos/TaskForm.js +2 -158
- package/dist/components/templates/todos/TaskItem.js +1 -77
- package/dist/components/templates/todos/TaskList.js +5 -449
- package/dist/components/templates/todos/index.js +5 -452
- package/dist/config/contractspec-blueprint.js +1 -123
- package/dist/config/contractspec-branding.js +1 -44
- package/dist/config/contractspec-routes.js +1 -24
- package/dist/config/index.js +1 -126
- package/dist/features/contracts-registry.js +1 -178
- package/dist/features/docs/docs.contracts.js +1 -17
- package/dist/features/docs/index.js +1 -17
- package/dist/features/docs.feature.js +1 -33
- package/dist/features/index.js +1 -315
- package/dist/features/mcp.feature.js +1 -30
- package/dist/features/presentations.feature.js +1 -33
- package/dist/features/registry.js +1 -116
- package/dist/index.js +556 -28593
- package/dist/infrastructure/elysia/index.js +1 -35
- package/dist/infrastructure/elysia/logger.js +1 -35
- package/dist/infrastructure/index.js +1 -35
- package/dist/libs/email/client.js +1 -114
- package/dist/libs/email/contact.js +12 -165
- package/dist/libs/email/newsletter.js +6 -167
- package/dist/libs/email/types.js +0 -2
- package/dist/libs/email/utils.js +2 -8
- package/dist/libs/email/waitlist-application.js +28 -209
- package/dist/libs/email/waitlist.js +6 -167
- package/dist/libs/email.js +46 -363
- package/dist/libs/posthog/client.js +1 -63
- package/dist/libs/posthog/native.js +1 -23
- package/dist/libs/posthog/server.js +1 -13
- package/dist/libs/pricing-examples.js +1 -18
- package/dist/node/application/context-storage/index.js +1 -28
- package/dist/node/application/index.js +13 -2133
- package/dist/node/application/mcp/cliMcp.js +4 -452
- package/dist/node/application/mcp/common.js +1 -193
- package/dist/node/application/mcp/contractsMcp.js +2 -549
- package/dist/node/application/mcp/contractsMcpResources.js +2 -123
- package/dist/node/application/mcp/contractsMcpTools.js +1 -199
- package/dist/node/application/mcp/docsMcp.catalog.js +3 -381
- package/dist/node/application/mcp/docsMcp.data.js +1 -147
- package/dist/node/application/mcp/docsMcp.js +6 -1039
- package/dist/node/application/mcp/docsMcp.prompts.js +6 -521
- package/dist/node/application/mcp/docsMcp.reference.js +3 -235
- package/dist/node/application/mcp/docsMcp.resources.js +3 -519
- package/dist/node/application/mcp/docsMcp.tools.js +3 -518
- package/dist/node/application/mcp/index.js +13 -2106
- package/dist/node/application/mcp/internalMcp.js +2 -410
- package/dist/node/application/mcp/normalizeMcpRequest.js +1 -21
- package/dist/node/application/mcp/providerRankingMcp.js +1 -530
- package/dist/node/bundles/LibraryBundle.js +1 -138
- package/dist/node/bundles/index.js +1 -138
- package/dist/node/components/docs/DocsIndexPage.js +2 -912
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +4 -271
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +2 -118
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
- package/dist/node/components/docs/advanced/index.js +10 -1055
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
- package/dist/node/components/docs/architecture/index.js +20 -1340
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +1 -202
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +1 -254
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
- package/dist/node/components/docs/comparison/index.js +1 -1510
- package/dist/node/components/docs/docsManifest.js +1 -611
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +2 -103
- package/dist/node/components/docs/ecosystem/PluginsPage.js +13 -179
- package/dist/node/components/docs/ecosystem/RegistryPage.js +7 -100
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +3 -141
- package/dist/node/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
- package/dist/node/components/docs/ecosystem/index.js +23 -569
- package/dist/node/components/docs/examples/DocsExamplesPage.js +4 -124
- package/dist/node/components/docs/examples/ExampleShowcasePage.js +4 -244
- package/dist/node/components/docs/examples/exampleShowcaseData.js +4 -39
- package/dist/node/components/docs/examples/index.js +4 -330
- package/dist/node/components/docs/generated/docs-index.generated.js +1 -5
- package/dist/node/components/docs/generated/index.js +1 -74
- package/dist/node/components/docs/generated/loader.js +1 -74
- package/dist/node/components/docs/getting-started/CLIPage.js +4 -271
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +1 -173
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +4 -134
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -194
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +5 -183
- package/dist/node/components/docs/getting-started/InstallationPage.js +3 -154
- package/dist/node/components/docs/getting-started/StartHerePage.js +2 -129
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +2 -168
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +4 -41
- package/dist/node/components/docs/getting-started/index.js +18 -1869
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
- package/dist/node/components/docs/guides/GuideConnectInRepoPage.js +43 -0
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -541
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +3 -207
- package/dist/node/components/docs/guides/GuideFirstModuleBundlePage.js +75 -0
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
- package/dist/node/components/docs/guides/GuideHostBuilderWorkbenchPage.js +69 -0
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -169
- package/dist/node/components/docs/guides/guides.docblocks.js +11 -75
- package/dist/node/components/docs/guides/index.js +213 -2428
- package/dist/node/components/docs/index.js +542 -24310
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +3 -142
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +3 -109
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +5 -150
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +4 -300
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +3 -102
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +4 -124
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +3 -144
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +6 -327
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
- package/dist/node/components/docs/integrations/index.js +52 -3100
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +2 -126
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +2 -148
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +3 -201
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
- package/dist/node/components/docs/intent/index.js +15 -1135
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +1 -201
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
- package/dist/node/components/docs/knowledge/index.js +21 -1730
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +2 -100
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +2 -284
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +3 -88
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -170
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +4 -120
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +2 -200
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +3 -116
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +3 -273
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +3 -133
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +2 -230
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
- package/dist/node/components/docs/libraries/index.js +54 -4147
- package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -86
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +2 -71
- package/dist/node/components/docs/ops/index.js +3 -202
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
- package/dist/node/components/docs/ops/ops-top.docs.js +2 -17
- package/dist/node/components/docs/ops/ops.docs.js +10 -302
- package/dist/node/components/docs/product/product.docblocks.js +5 -72
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +2 -196
- package/dist/node/components/docs/reference/DocsReferenceContent.js +3 -256
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +2 -127
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +2 -206
- package/dist/node/components/docs/reference/DocsReferencePage.js +3 -265
- package/dist/node/components/docs/reference/docsMarkdownParser.js +2 -92
- package/dist/node/components/docs/reference/index.js +4 -470
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +2 -350
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +2 -359
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +1 -101
- package/dist/node/components/docs/safety/SafetyPDPPage.js +2 -301
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +1 -206
- package/dist/node/components/docs/safety/SafetySigningPage.js +3 -90
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
- package/dist/node/components/docs/safety/index.js +7 -1480
- package/dist/node/components/docs/shared/StudioPrompt.js +1 -31
- package/dist/node/components/docs/specs/SpecsBuilderControlPlanePage.js +33 -0
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
- package/dist/node/components/docs/specs/SpecsConnectPage.js +7 -0
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +2 -260
- package/dist/node/components/docs/specs/SpecsModuleBundlesPage.js +66 -0
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +2 -372
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +1 -186
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +3 -420
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +2 -325
- package/dist/node/components/docs/specs/index.js +109 -1715
- package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -26
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -26
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -26
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -26
- package/dist/node/components/docs/studio/StudioOverviewPage.js +1 -157
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -26
- package/dist/node/components/docs/studio/index.js +1 -282
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
- package/dist/node/components/integrations/index.js +2 -600
- package/dist/node/components/integrations/molecules/IntegrationCard.js +1 -100
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +1 -214
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +2 -284
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +1 -103
- package/dist/node/components/legal/PrivacyTemplate.js +1 -1025
- package/dist/node/components/legal/TermsTemplate.js +1 -941
- package/dist/node/components/legal/index.js +1 -1963
- package/dist/node/components/shared/FeatureGateNotice.js +1 -38
- package/dist/node/components/shared/index.js +1 -38
- package/dist/node/components/shell/WorkspaceHeader.js +1 -100
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +1 -222
- package/dist/node/components/shell/WorkspaceShellRenderer.js +1 -228
- package/dist/node/components/shell/WorkspaceSidebar.js +1 -68
- package/dist/node/components/shell/index.js +1 -287
- package/dist/node/components/templates/engine/index.js +1 -39
- package/dist/node/components/templates/index.js +11 -965
- package/dist/node/components/templates/messaging/ConversationList.js +2 -83
- package/dist/node/components/templates/messaging/MessageComposer.js +4 -150
- package/dist/node/components/templates/messaging/MessageThread.js +3 -83
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +5 -265
- package/dist/node/components/templates/messaging/index.js +5 -269
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -16
- package/dist/node/components/templates/recipes/RecipeCard.js +1 -80
- package/dist/node/components/templates/recipes/RecipeDetail.js +1 -74
- package/dist/node/components/templates/recipes/RecipeList.js +3 -245
- package/dist/node/components/templates/recipes/index.js +3 -248
- package/dist/node/components/templates/todos/FilterBar.js +1 -107
- package/dist/node/components/templates/todos/TaskForm.js +2 -158
- package/dist/node/components/templates/todos/TaskItem.js +1 -77
- package/dist/node/components/templates/todos/TaskList.js +5 -449
- package/dist/node/components/templates/todos/index.js +5 -452
- package/dist/node/config/contractspec-blueprint.js +1 -123
- package/dist/node/config/contractspec-branding.js +1 -44
- package/dist/node/config/contractspec-routes.js +1 -24
- package/dist/node/config/index.js +1 -126
- package/dist/node/features/contracts-registry.js +1 -178
- package/dist/node/features/docs/docs.contracts.js +1 -17
- package/dist/node/features/docs/index.js +1 -17
- package/dist/node/features/docs.feature.js +1 -33
- package/dist/node/features/index.js +1 -315
- package/dist/node/features/mcp.feature.js +1 -30
- package/dist/node/features/presentations.feature.js +1 -33
- package/dist/node/features/registry.js +1 -116
- package/dist/node/index.js +556 -28593
- package/dist/node/infrastructure/elysia/index.js +1 -35
- package/dist/node/infrastructure/elysia/logger.js +1 -35
- package/dist/node/infrastructure/index.js +1 -35
- package/dist/node/libs/email/client.js +1 -114
- package/dist/node/libs/email/contact.js +12 -165
- package/dist/node/libs/email/newsletter.js +6 -167
- package/dist/node/libs/email/types.js +0 -2
- package/dist/node/libs/email/utils.js +2 -8
- package/dist/node/libs/email/waitlist-application.js +28 -209
- package/dist/node/libs/email/waitlist.js +6 -167
- package/dist/node/libs/email.js +46 -363
- package/dist/node/libs/posthog/client.js +1 -63
- package/dist/node/libs/posthog/native.js +1 -23
- package/dist/node/libs/posthog/server.js +1 -13
- package/dist/node/libs/pricing-examples.js +1 -18
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +1 -97
- package/dist/node/presentation/features/atoms/index.js +1 -97
- package/dist/node/presentation/features/hooks/index.js +1 -397
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -289
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -75
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -147
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -28
- package/dist/node/presentation/features/index.js +1 -3063
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +1 -366
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -92
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
- package/dist/node/presentation/features/molecules/index.js +1 -505
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -304
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +1 -154
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -302
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -302
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +1 -180
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -304
- package/dist/node/presentation/features/organisms/index.js +1 -1359
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
- package/dist/presentation/features/atoms/FeatureIcon/index.js +1 -97
- package/dist/presentation/features/atoms/index.js +1 -97
- package/dist/presentation/features/hooks/index.js +1 -397
- package/dist/presentation/features/hooks/useContractsRegistry.js +1 -289
- package/dist/presentation/features/hooks/useFeatureFilters.js +1 -75
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -147
- package/dist/presentation/features/hooks/useRelatedDocs.js +1 -28
- package/dist/presentation/features/index.js +1 -3063
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
- package/dist/presentation/features/molecules/FeatureCard/index.js +1 -366
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
- package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -92
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
- package/dist/presentation/features/molecules/index.js +1 -505
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -304
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
- package/dist/presentation/features/organisms/FeatureDetail/index.js +1 -154
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
- package/dist/presentation/features/organisms/FeatureEventsList.js +1 -302
- package/dist/presentation/features/organisms/FeatureFormsList.js +1 -302
- package/dist/presentation/features/organisms/FeatureOperationsList.js +1 -180
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -304
- package/dist/presentation/features/organisms/index.js +1 -1359
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
- package/package.json +103 -31
- package/src/components/docs/DocsIndexPage.tsx +55 -0
- package/src/components/docs/architecture/ArchitectureControlPlanePage.tsx +19 -0
- package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +34 -0
- package/src/components/docs/docsManifest.test.ts +70 -0
- package/src/components/docs/docsManifest.ts +71 -1
- package/src/components/docs/ecosystem/PluginsPage.tsx +24 -10
- package/src/components/docs/ecosystem/RegistryPage.tsx +11 -6
- package/src/components/docs/generated/docs-index._common.json +206 -273
- package/src/components/docs/generated/docs-index.control-plane.json +18 -0
- package/src/components/docs/generated/docs-index.defineExample.json +10 -0
- package/src/components/docs/generated/docs-index.manifest.json +22 -12
- package/src/components/docs/generated/docs-index.platform-acp.json +64 -0
- package/src/components/docs/generated/docs-index.platform-agent.json +89 -1
- package/src/components/docs/generated/docs-index.platform-context.json +48 -0
- package/src/components/docs/generated/docs-index.platform-control-plane.json +72 -0
- package/src/components/docs/generated/docs-index.platform-database.json +40 -0
- package/src/components/docs/generated/docs-index.platform-docs.json +64 -0
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +89 -1
- package/src/components/docs/generated/docs-index.pocket-family-office.json +8 -0
- package/src/components/docs/generated/docs-index.unknown.json +8 -0
- package/src/components/docs/guides/GuideConnectInRepoPage.tsx +184 -0
- package/src/components/docs/guides/GuideFirstModuleBundlePage.tsx +182 -0
- package/src/components/docs/guides/GuideHostBuilderWorkbenchPage.tsx +230 -0
- package/src/components/docs/guides/GuidesIndexPage.tsx +21 -0
- package/src/components/docs/guides/index.ts +3 -0
- package/src/components/docs/specs/SpecsBuilderControlPlanePage.tsx +210 -0
- package/src/components/docs/specs/SpecsConnectPage.tsx +162 -0
- package/src/components/docs/specs/SpecsModuleBundlesPage.tsx +223 -0
- package/src/components/docs/specs/SpecsOverlaysPage.tsx +20 -0
- package/src/components/docs/specs/SpecsOverviewPage.tsx +44 -0
- package/src/components/docs/specs/index.ts +3 -0
- package/src/components/docs/studio/StudioOverviewPage.tsx +26 -0
- package/src/infrastructure/elysia/logger.ts +11 -3
|
@@ -1,148 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import Link from "@contractspec/lib.ui-link";
|
|
3
|
-
import { ChevronRight } from "lucide-react";
|
|
4
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
-
function KnowledgeCategoriesPage() {
|
|
6
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
7
|
-
className: "space-y-8",
|
|
8
|
-
children: [
|
|
9
|
-
/* @__PURE__ */ jsxs("div", {
|
|
10
|
-
className: "space-y-4",
|
|
11
|
-
children: [
|
|
12
|
-
/* @__PURE__ */ jsx("h1", {
|
|
13
|
-
className: "font-bold text-4xl",
|
|
14
|
-
children: "Knowledge Categories"
|
|
15
|
-
}),
|
|
16
|
-
/* @__PURE__ */ jsx("p", {
|
|
17
|
-
className: "text-muted-foreground",
|
|
18
|
-
children: "ContractSpec classifies knowledge into four categories based on trust level, source authority, and intended use. This classification determines how knowledge can be used in workflows, policy decisions, and agent responses."
|
|
19
|
-
})
|
|
20
|
-
]
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ jsxs("div", {
|
|
23
|
-
className: "space-y-4",
|
|
24
|
-
children: [
|
|
25
|
-
/* @__PURE__ */ jsx("h2", {
|
|
26
|
-
className: "font-bold text-2xl",
|
|
27
|
-
children: "The four categories"
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ jsx("div", {
|
|
30
|
-
className: "overflow-x-auto rounded-lg border border-border bg-background/50 p-4 font-mono text-muted-foreground text-sm",
|
|
31
|
-
children: /* @__PURE__ */ jsx("pre", {
|
|
32
|
-
children: `type KnowledgeCategory =
|
|
1
|
+
import A from"@contractspec/lib.ui-link";import{ChevronRight as B}from"lucide-react";import{jsx as q,jsxs as z}from"react/jsx-runtime";function F(){return z("div",{className:"space-y-8",children:[z("div",{className:"space-y-4",children:[q("h1",{className:"font-bold text-4xl",children:"Knowledge Categories"}),q("p",{className:"text-muted-foreground",children:"ContractSpec classifies knowledge into four categories based on trust level, source authority, and intended use. This classification determines how knowledge can be used in workflows, policy decisions, and agent responses."})]}),z("div",{className:"space-y-4",children:[q("h2",{className:"font-bold text-2xl",children:"The four categories"}),q("div",{className:"overflow-x-auto rounded-lg border border-border bg-background/50 p-4 font-mono text-muted-foreground text-sm",children:q("pre",{children:`type KnowledgeCategory =
|
|
33
2
|
| "canonical" // Internal ground truth
|
|
34
3
|
| "operational" // Internal operational docs
|
|
35
4
|
| "external" // Third-party reference
|
|
36
|
-
| "ephemeral"; // Temporary context`
|
|
37
|
-
})
|
|
38
|
-
})
|
|
39
|
-
]
|
|
40
|
-
}),
|
|
41
|
-
/* @__PURE__ */ jsxs("div", {
|
|
42
|
-
className: "space-y-6",
|
|
43
|
-
children: [
|
|
44
|
-
/* @__PURE__ */ jsxs("div", {
|
|
45
|
-
className: "space-y-4",
|
|
46
|
-
children: [
|
|
47
|
-
/* @__PURE__ */ jsx("h3", {
|
|
48
|
-
className: "font-semibold text-xl",
|
|
49
|
-
children: "1. Canonical"
|
|
50
|
-
}),
|
|
51
|
-
/* @__PURE__ */ jsxs("p", {
|
|
52
|
-
className: "text-muted-foreground",
|
|
53
|
-
children: [
|
|
54
|
-
/* @__PURE__ */ jsx("strong", {
|
|
55
|
-
children: "Trust level:"
|
|
56
|
-
}),
|
|
57
|
-
" Highest - Authoritative ground truth"
|
|
58
|
-
]
|
|
59
|
-
}),
|
|
60
|
-
/* @__PURE__ */ jsxs("div", {
|
|
61
|
-
className: "space-y-3",
|
|
62
|
-
children: [
|
|
63
|
-
/* @__PURE__ */ jsxs("div", {
|
|
64
|
-
children: [
|
|
65
|
-
/* @__PURE__ */ jsx("h4", {
|
|
66
|
-
className: "mb-2 font-semibold text-sm",
|
|
67
|
-
children: "What it contains:"
|
|
68
|
-
}),
|
|
69
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
70
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
71
|
-
children: [
|
|
72
|
-
/* @__PURE__ */ jsx("li", {
|
|
73
|
-
children: "Official product specifications and schemas"
|
|
74
|
-
}),
|
|
75
|
-
/* @__PURE__ */ jsx("li", {
|
|
76
|
-
children: "Company policies and procedures"
|
|
77
|
-
}),
|
|
78
|
-
/* @__PURE__ */ jsx("li", {
|
|
79
|
-
children: "Legal terms and compliance requirements"
|
|
80
|
-
}),
|
|
81
|
-
/* @__PURE__ */ jsx("li", {
|
|
82
|
-
children: "Pricing rules and business logic"
|
|
83
|
-
}),
|
|
84
|
-
/* @__PURE__ */ jsx("li", {
|
|
85
|
-
children: "Data classification and security policies"
|
|
86
|
-
})
|
|
87
|
-
]
|
|
88
|
-
})
|
|
89
|
-
]
|
|
90
|
-
}),
|
|
91
|
-
/* @__PURE__ */ jsxs("div", {
|
|
92
|
-
children: [
|
|
93
|
-
/* @__PURE__ */ jsx("h4", {
|
|
94
|
-
className: "mb-2 font-semibold text-sm",
|
|
95
|
-
children: "How it's used:"
|
|
96
|
-
}),
|
|
97
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
98
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
99
|
-
children: [
|
|
100
|
-
/* @__PURE__ */ jsxs("li", {
|
|
101
|
-
children: [
|
|
102
|
-
/* @__PURE__ */ jsx("strong", {
|
|
103
|
-
children: "Policy decisions"
|
|
104
|
-
}),
|
|
105
|
-
" - Can drive PDP decisions"
|
|
106
|
-
]
|
|
107
|
-
}),
|
|
108
|
-
/* @__PURE__ */ jsxs("li", {
|
|
109
|
-
children: [
|
|
110
|
-
/* @__PURE__ */ jsx("strong", {
|
|
111
|
-
children: "Validation"
|
|
112
|
-
}),
|
|
113
|
-
" - Used to validate user inputs and operations"
|
|
114
|
-
]
|
|
115
|
-
}),
|
|
116
|
-
/* @__PURE__ */ jsxs("li", {
|
|
117
|
-
children: [
|
|
118
|
-
/* @__PURE__ */ jsx("strong", {
|
|
119
|
-
children: "Code generation"
|
|
120
|
-
}),
|
|
121
|
-
" - Source of truth for generated code"
|
|
122
|
-
]
|
|
123
|
-
}),
|
|
124
|
-
/* @__PURE__ */ jsxs("li", {
|
|
125
|
-
children: [
|
|
126
|
-
/* @__PURE__ */ jsx("strong", {
|
|
127
|
-
children: "Compliance"
|
|
128
|
-
}),
|
|
129
|
-
" - Reference for audit and regulatory checks"
|
|
130
|
-
]
|
|
131
|
-
})
|
|
132
|
-
]
|
|
133
|
-
})
|
|
134
|
-
]
|
|
135
|
-
}),
|
|
136
|
-
/* @__PURE__ */ jsxs("div", {
|
|
137
|
-
children: [
|
|
138
|
-
/* @__PURE__ */ jsx("h4", {
|
|
139
|
-
className: "mb-2 font-semibold text-sm",
|
|
140
|
-
children: "Examples:"
|
|
141
|
-
}),
|
|
142
|
-
/* @__PURE__ */ jsx("div", {
|
|
143
|
-
className: "overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",
|
|
144
|
-
children: /* @__PURE__ */ jsx("pre", {
|
|
145
|
-
children: `// Product Canon space
|
|
5
|
+
| "ephemeral"; // Temporary context`})})]}),z("div",{className:"space-y-6",children:[z("div",{className:"space-y-4",children:[q("h3",{className:"font-semibold text-xl",children:"1. Canonical"}),z("p",{className:"text-muted-foreground",children:[q("strong",{children:"Trust level:"})," Highest - Authoritative ground truth"]}),z("div",{className:"space-y-3",children:[z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"What it contains:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[q("li",{children:"Official product specifications and schemas"}),q("li",{children:"Company policies and procedures"}),q("li",{children:"Legal terms and compliance requirements"}),q("li",{children:"Pricing rules and business logic"}),q("li",{children:"Data classification and security policies"})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"How it's used:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[z("li",{children:[q("strong",{children:"Policy decisions"})," - Can drive PDP decisions"]}),z("li",{children:[q("strong",{children:"Validation"})," - Used to validate user inputs and operations"]}),z("li",{children:[q("strong",{children:"Code generation"})," - Source of truth for generated code"]}),z("li",{children:[q("strong",{children:"Compliance"})," - Reference for audit and regulatory checks"]})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"Examples:"}),q("div",{className:"overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",children:q("pre",{children:`// Product Canon space
|
|
146
6
|
{
|
|
147
7
|
id: "product-canon",
|
|
148
8
|
category: "canonical",
|
|
@@ -162,129 +22,7 @@ function KnowledgeCategoriesPage() {
|
|
|
162
22
|
"access-policies.rego",
|
|
163
23
|
"compliance-requirements.md"
|
|
164
24
|
]
|
|
165
|
-
}`
|
|
166
|
-
})
|
|
167
|
-
})
|
|
168
|
-
]
|
|
169
|
-
}),
|
|
170
|
-
/* @__PURE__ */ jsx("div", {
|
|
171
|
-
className: "card-subtle border-violet-500/30 bg-violet-500/10 p-3",
|
|
172
|
-
children: /* @__PURE__ */ jsxs("p", {
|
|
173
|
-
className: "text-sm text-violet-300",
|
|
174
|
-
children: [
|
|
175
|
-
/* @__PURE__ */ jsx("strong", {
|
|
176
|
-
children: "⚠️ Important:"
|
|
177
|
-
}),
|
|
178
|
-
" Canonical knowledge is immutable once indexed. Changes require re-sync and versioning."
|
|
179
|
-
]
|
|
180
|
-
})
|
|
181
|
-
})
|
|
182
|
-
]
|
|
183
|
-
})
|
|
184
|
-
]
|
|
185
|
-
}),
|
|
186
|
-
/* @__PURE__ */ jsxs("div", {
|
|
187
|
-
className: "space-y-4",
|
|
188
|
-
children: [
|
|
189
|
-
/* @__PURE__ */ jsx("h3", {
|
|
190
|
-
className: "font-semibold text-xl",
|
|
191
|
-
children: "2. Operational"
|
|
192
|
-
}),
|
|
193
|
-
/* @__PURE__ */ jsxs("p", {
|
|
194
|
-
className: "text-muted-foreground",
|
|
195
|
-
children: [
|
|
196
|
-
/* @__PURE__ */ jsx("strong", {
|
|
197
|
-
children: "Trust level:"
|
|
198
|
-
}),
|
|
199
|
-
" High - Internal but not authoritative"
|
|
200
|
-
]
|
|
201
|
-
}),
|
|
202
|
-
/* @__PURE__ */ jsxs("div", {
|
|
203
|
-
className: "space-y-3",
|
|
204
|
-
children: [
|
|
205
|
-
/* @__PURE__ */ jsxs("div", {
|
|
206
|
-
children: [
|
|
207
|
-
/* @__PURE__ */ jsx("h4", {
|
|
208
|
-
className: "mb-2 font-semibold text-sm",
|
|
209
|
-
children: "What it contains:"
|
|
210
|
-
}),
|
|
211
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
212
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
213
|
-
children: [
|
|
214
|
-
/* @__PURE__ */ jsx("li", {
|
|
215
|
-
children: "Support ticket history and resolutions"
|
|
216
|
-
}),
|
|
217
|
-
/* @__PURE__ */ jsx("li", {
|
|
218
|
-
children: "Internal runbooks and playbooks"
|
|
219
|
-
}),
|
|
220
|
-
/* @__PURE__ */ jsx("li", {
|
|
221
|
-
children: "Sales materials and customer communications"
|
|
222
|
-
}),
|
|
223
|
-
/* @__PURE__ */ jsx("li", {
|
|
224
|
-
children: "Product management docs and roadmaps"
|
|
225
|
-
}),
|
|
226
|
-
/* @__PURE__ */ jsx("li", {
|
|
227
|
-
children: "Team wikis and knowledge bases"
|
|
228
|
-
})
|
|
229
|
-
]
|
|
230
|
-
})
|
|
231
|
-
]
|
|
232
|
-
}),
|
|
233
|
-
/* @__PURE__ */ jsxs("div", {
|
|
234
|
-
children: [
|
|
235
|
-
/* @__PURE__ */ jsx("h4", {
|
|
236
|
-
className: "mb-2 font-semibold text-sm",
|
|
237
|
-
children: "How it's used:"
|
|
238
|
-
}),
|
|
239
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
240
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
241
|
-
children: [
|
|
242
|
-
/* @__PURE__ */ jsxs("li", {
|
|
243
|
-
children: [
|
|
244
|
-
/* @__PURE__ */ jsx("strong", {
|
|
245
|
-
children: "Context"
|
|
246
|
-
}),
|
|
247
|
-
" - Provides helpful context for decisions"
|
|
248
|
-
]
|
|
249
|
-
}),
|
|
250
|
-
/* @__PURE__ */ jsxs("li", {
|
|
251
|
-
children: [
|
|
252
|
-
/* @__PURE__ */ jsx("strong", {
|
|
253
|
-
children: "Suggestions"
|
|
254
|
-
}),
|
|
255
|
-
" - Informs recommendations, not requirements"
|
|
256
|
-
]
|
|
257
|
-
}),
|
|
258
|
-
/* @__PURE__ */ jsxs("li", {
|
|
259
|
-
children: [
|
|
260
|
-
/* @__PURE__ */ jsx("strong", {
|
|
261
|
-
children: "Learning"
|
|
262
|
-
}),
|
|
263
|
-
" - Helps agents learn from past interactions"
|
|
264
|
-
]
|
|
265
|
-
}),
|
|
266
|
-
/* @__PURE__ */ jsxs("li", {
|
|
267
|
-
children: [
|
|
268
|
-
/* @__PURE__ */ jsx("strong", {
|
|
269
|
-
children: "Troubleshooting"
|
|
270
|
-
}),
|
|
271
|
-
" - Guides problem-solving workflows"
|
|
272
|
-
]
|
|
273
|
-
})
|
|
274
|
-
]
|
|
275
|
-
})
|
|
276
|
-
]
|
|
277
|
-
}),
|
|
278
|
-
/* @__PURE__ */ jsxs("div", {
|
|
279
|
-
children: [
|
|
280
|
-
/* @__PURE__ */ jsx("h4", {
|
|
281
|
-
className: "mb-2 font-semibold text-sm",
|
|
282
|
-
children: "Examples:"
|
|
283
|
-
}),
|
|
284
|
-
/* @__PURE__ */ jsx("div", {
|
|
285
|
-
className: "overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",
|
|
286
|
-
children: /* @__PURE__ */ jsx("pre", {
|
|
287
|
-
children: `// Support History space
|
|
25
|
+
}`})})]}),q("div",{className:"card-subtle border-violet-500/30 bg-violet-500/10 p-3",children:z("p",{className:"text-sm text-violet-300",children:[q("strong",{children:"⚠️ Important:"})," Canonical knowledge is immutable once indexed. Changes require re-sync and versioning."]})})]})]}),z("div",{className:"space-y-4",children:[q("h3",{className:"font-semibold text-xl",children:"2. Operational"}),z("p",{className:"text-muted-foreground",children:[q("strong",{children:"Trust level:"})," High - Internal but not authoritative"]}),z("div",{className:"space-y-3",children:[z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"What it contains:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[q("li",{children:"Support ticket history and resolutions"}),q("li",{children:"Internal runbooks and playbooks"}),q("li",{children:"Sales materials and customer communications"}),q("li",{children:"Product management docs and roadmaps"}),q("li",{children:"Team wikis and knowledge bases"})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"How it's used:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[z("li",{children:[q("strong",{children:"Context"})," - Provides helpful context for decisions"]}),z("li",{children:[q("strong",{children:"Suggestions"})," - Informs recommendations, not requirements"]}),z("li",{children:[q("strong",{children:"Learning"})," - Helps agents learn from past interactions"]}),z("li",{children:[q("strong",{children:"Troubleshooting"})," - Guides problem-solving workflows"]})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"Examples:"}),q("div",{className:"overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",children:q("pre",{children:`// Support History space
|
|
288
26
|
{
|
|
289
27
|
id: "support-history",
|
|
290
28
|
category: "operational",
|
|
@@ -304,117 +42,7 @@ function KnowledgeCategoriesPage() {
|
|
|
304
42
|
"confluence:product-docs",
|
|
305
43
|
"google-drive:runbooks"
|
|
306
44
|
]
|
|
307
|
-
}`
|
|
308
|
-
})
|
|
309
|
-
})
|
|
310
|
-
]
|
|
311
|
-
})
|
|
312
|
-
]
|
|
313
|
-
})
|
|
314
|
-
]
|
|
315
|
-
}),
|
|
316
|
-
/* @__PURE__ */ jsxs("div", {
|
|
317
|
-
className: "space-y-4",
|
|
318
|
-
children: [
|
|
319
|
-
/* @__PURE__ */ jsx("h3", {
|
|
320
|
-
className: "font-semibold text-xl",
|
|
321
|
-
children: "3. External"
|
|
322
|
-
}),
|
|
323
|
-
/* @__PURE__ */ jsxs("p", {
|
|
324
|
-
className: "text-muted-foreground",
|
|
325
|
-
children: [
|
|
326
|
-
/* @__PURE__ */ jsx("strong", {
|
|
327
|
-
children: "Trust level:"
|
|
328
|
-
}),
|
|
329
|
-
" Medium - Reference only"
|
|
330
|
-
]
|
|
331
|
-
}),
|
|
332
|
-
/* @__PURE__ */ jsxs("div", {
|
|
333
|
-
className: "space-y-3",
|
|
334
|
-
children: [
|
|
335
|
-
/* @__PURE__ */ jsxs("div", {
|
|
336
|
-
children: [
|
|
337
|
-
/* @__PURE__ */ jsx("h4", {
|
|
338
|
-
className: "mb-2 font-semibold text-sm",
|
|
339
|
-
children: "What it contains:"
|
|
340
|
-
}),
|
|
341
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
342
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
343
|
-
children: [
|
|
344
|
-
/* @__PURE__ */ jsx("li", {
|
|
345
|
-
children: "Third-party integration documentation (Stripe, Twilio)"
|
|
346
|
-
}),
|
|
347
|
-
/* @__PURE__ */ jsx("li", {
|
|
348
|
-
children: "Regulatory and compliance documents"
|
|
349
|
-
}),
|
|
350
|
-
/* @__PURE__ */ jsx("li", {
|
|
351
|
-
children: "Industry standards and best practices"
|
|
352
|
-
}),
|
|
353
|
-
/* @__PURE__ */ jsx("li", {
|
|
354
|
-
children: "Public API documentation"
|
|
355
|
-
}),
|
|
356
|
-
/* @__PURE__ */ jsx("li", {
|
|
357
|
-
children: "External knowledge bases"
|
|
358
|
-
})
|
|
359
|
-
]
|
|
360
|
-
})
|
|
361
|
-
]
|
|
362
|
-
}),
|
|
363
|
-
/* @__PURE__ */ jsxs("div", {
|
|
364
|
-
children: [
|
|
365
|
-
/* @__PURE__ */ jsx("h4", {
|
|
366
|
-
className: "mb-2 font-semibold text-sm",
|
|
367
|
-
children: "How it's used:"
|
|
368
|
-
}),
|
|
369
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
370
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
371
|
-
children: [
|
|
372
|
-
/* @__PURE__ */ jsxs("li", {
|
|
373
|
-
children: [
|
|
374
|
-
/* @__PURE__ */ jsx("strong", {
|
|
375
|
-
children: "Reference"
|
|
376
|
-
}),
|
|
377
|
-
" - Consulted but not authoritative"
|
|
378
|
-
]
|
|
379
|
-
}),
|
|
380
|
-
/* @__PURE__ */ jsxs("li", {
|
|
381
|
-
children: [
|
|
382
|
-
/* @__PURE__ */ jsx("strong", {
|
|
383
|
-
children: "Integration help"
|
|
384
|
-
}),
|
|
385
|
-
" - Guides external API usage"
|
|
386
|
-
]
|
|
387
|
-
}),
|
|
388
|
-
/* @__PURE__ */ jsxs("li", {
|
|
389
|
-
children: [
|
|
390
|
-
/* @__PURE__ */ jsx("strong", {
|
|
391
|
-
children: "Compliance context"
|
|
392
|
-
}),
|
|
393
|
-
" - Provides regulatory background"
|
|
394
|
-
]
|
|
395
|
-
}),
|
|
396
|
-
/* @__PURE__ */ jsxs("li", {
|
|
397
|
-
children: [
|
|
398
|
-
/* @__PURE__ */ jsx("strong", {
|
|
399
|
-
children: "Never for policy"
|
|
400
|
-
}),
|
|
401
|
-
" - Cannot drive policy decisions"
|
|
402
|
-
]
|
|
403
|
-
})
|
|
404
|
-
]
|
|
405
|
-
})
|
|
406
|
-
]
|
|
407
|
-
}),
|
|
408
|
-
/* @__PURE__ */ jsxs("div", {
|
|
409
|
-
children: [
|
|
410
|
-
/* @__PURE__ */ jsx("h4", {
|
|
411
|
-
className: "mb-2 font-semibold text-sm",
|
|
412
|
-
children: "Examples:"
|
|
413
|
-
}),
|
|
414
|
-
/* @__PURE__ */ jsx("div", {
|
|
415
|
-
className: "overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",
|
|
416
|
-
children: /* @__PURE__ */ jsx("pre", {
|
|
417
|
-
children: `// External Provider Docs space
|
|
45
|
+
}`})})]})]})]}),z("div",{className:"space-y-4",children:[q("h3",{className:"font-semibold text-xl",children:"3. External"}),z("p",{className:"text-muted-foreground",children:[q("strong",{children:"Trust level:"})," Medium - Reference only"]}),z("div",{className:"space-y-3",children:[z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"What it contains:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[q("li",{children:"Third-party integration documentation (Stripe, Twilio)"}),q("li",{children:"Regulatory and compliance documents"}),q("li",{children:"Industry standards and best practices"}),q("li",{children:"Public API documentation"}),q("li",{children:"External knowledge bases"})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"How it's used:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[z("li",{children:[q("strong",{children:"Reference"})," - Consulted but not authoritative"]}),z("li",{children:[q("strong",{children:"Integration help"})," - Guides external API usage"]}),z("li",{children:[q("strong",{children:"Compliance context"})," - Provides regulatory background"]}),z("li",{children:[q("strong",{children:"Never for policy"})," - Cannot drive policy decisions"]})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"Examples:"}),q("div",{className:"overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",children:q("pre",{children:`// External Provider Docs space
|
|
418
46
|
{
|
|
419
47
|
id: "provider-docs",
|
|
420
48
|
category: "external",
|
|
@@ -434,129 +62,7 @@ function KnowledgeCategoriesPage() {
|
|
|
434
62
|
"url:https://www.hhs.gov/hipaa",
|
|
435
63
|
"pdf:SOC2-requirements.pdf"
|
|
436
64
|
]
|
|
437
|
-
}`
|
|
438
|
-
})
|
|
439
|
-
})
|
|
440
|
-
]
|
|
441
|
-
}),
|
|
442
|
-
/* @__PURE__ */ jsx("div", {
|
|
443
|
-
className: "card-subtle border-amber-500/30 bg-amber-500/10 p-3",
|
|
444
|
-
children: /* @__PURE__ */ jsxs("p", {
|
|
445
|
-
className: "text-amber-300 text-sm",
|
|
446
|
-
children: [
|
|
447
|
-
/* @__PURE__ */ jsx("strong", {
|
|
448
|
-
children: "⚠️ Note:"
|
|
449
|
-
}),
|
|
450
|
-
` External knowledge should be clearly marked in agent responses as "according to [source]" to indicate it's not internal authority.`
|
|
451
|
-
]
|
|
452
|
-
})
|
|
453
|
-
})
|
|
454
|
-
]
|
|
455
|
-
})
|
|
456
|
-
]
|
|
457
|
-
}),
|
|
458
|
-
/* @__PURE__ */ jsxs("div", {
|
|
459
|
-
className: "space-y-4",
|
|
460
|
-
children: [
|
|
461
|
-
/* @__PURE__ */ jsx("h3", {
|
|
462
|
-
className: "font-semibold text-xl",
|
|
463
|
-
children: "4. Ephemeral"
|
|
464
|
-
}),
|
|
465
|
-
/* @__PURE__ */ jsxs("p", {
|
|
466
|
-
className: "text-muted-foreground",
|
|
467
|
-
children: [
|
|
468
|
-
/* @__PURE__ */ jsx("strong", {
|
|
469
|
-
children: "Trust level:"
|
|
470
|
-
}),
|
|
471
|
-
" Low - Temporary context only"
|
|
472
|
-
]
|
|
473
|
-
}),
|
|
474
|
-
/* @__PURE__ */ jsxs("div", {
|
|
475
|
-
className: "space-y-3",
|
|
476
|
-
children: [
|
|
477
|
-
/* @__PURE__ */ jsxs("div", {
|
|
478
|
-
children: [
|
|
479
|
-
/* @__PURE__ */ jsx("h4", {
|
|
480
|
-
className: "mb-2 font-semibold text-sm",
|
|
481
|
-
children: "What it contains:"
|
|
482
|
-
}),
|
|
483
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
484
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
485
|
-
children: [
|
|
486
|
-
/* @__PURE__ */ jsx("li", {
|
|
487
|
-
children: "Agent conversation history and scratchpads"
|
|
488
|
-
}),
|
|
489
|
-
/* @__PURE__ */ jsx("li", {
|
|
490
|
-
children: "Session-specific context and state"
|
|
491
|
-
}),
|
|
492
|
-
/* @__PURE__ */ jsx("li", {
|
|
493
|
-
children: "Draft documents and work-in-progress"
|
|
494
|
-
}),
|
|
495
|
-
/* @__PURE__ */ jsx("li", {
|
|
496
|
-
children: "Temporary calculations and intermediate results"
|
|
497
|
-
}),
|
|
498
|
-
/* @__PURE__ */ jsx("li", {
|
|
499
|
-
children: "User-provided context for current task"
|
|
500
|
-
})
|
|
501
|
-
]
|
|
502
|
-
})
|
|
503
|
-
]
|
|
504
|
-
}),
|
|
505
|
-
/* @__PURE__ */ jsxs("div", {
|
|
506
|
-
children: [
|
|
507
|
-
/* @__PURE__ */ jsx("h4", {
|
|
508
|
-
className: "mb-2 font-semibold text-sm",
|
|
509
|
-
children: "How it's used:"
|
|
510
|
-
}),
|
|
511
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
512
|
-
className: "ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",
|
|
513
|
-
children: [
|
|
514
|
-
/* @__PURE__ */ jsxs("li", {
|
|
515
|
-
children: [
|
|
516
|
-
/* @__PURE__ */ jsx("strong", {
|
|
517
|
-
children: "Session continuity"
|
|
518
|
-
}),
|
|
519
|
-
" - Maintains conversation context"
|
|
520
|
-
]
|
|
521
|
-
}),
|
|
522
|
-
/* @__PURE__ */ jsxs("li", {
|
|
523
|
-
children: [
|
|
524
|
-
/* @__PURE__ */ jsx("strong", {
|
|
525
|
-
children: "Working memory"
|
|
526
|
-
}),
|
|
527
|
-
" - Stores intermediate results"
|
|
528
|
-
]
|
|
529
|
-
}),
|
|
530
|
-
/* @__PURE__ */ jsxs("li", {
|
|
531
|
-
children: [
|
|
532
|
-
/* @__PURE__ */ jsx("strong", {
|
|
533
|
-
children: "Never persisted long-term"
|
|
534
|
-
}),
|
|
535
|
-
" - Auto-purged after session"
|
|
536
|
-
]
|
|
537
|
-
}),
|
|
538
|
-
/* @__PURE__ */ jsxs("li", {
|
|
539
|
-
children: [
|
|
540
|
-
/* @__PURE__ */ jsx("strong", {
|
|
541
|
-
children: "Never for decisions"
|
|
542
|
-
}),
|
|
543
|
-
" - Cannot influence policy or validation"
|
|
544
|
-
]
|
|
545
|
-
})
|
|
546
|
-
]
|
|
547
|
-
})
|
|
548
|
-
]
|
|
549
|
-
}),
|
|
550
|
-
/* @__PURE__ */ jsxs("div", {
|
|
551
|
-
children: [
|
|
552
|
-
/* @__PURE__ */ jsx("h4", {
|
|
553
|
-
className: "mb-2 font-semibold text-sm",
|
|
554
|
-
children: "Examples:"
|
|
555
|
-
}),
|
|
556
|
-
/* @__PURE__ */ jsx("div", {
|
|
557
|
-
className: "overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",
|
|
558
|
-
children: /* @__PURE__ */ jsx("pre", {
|
|
559
|
-
children: `// Agent Scratchpad space
|
|
65
|
+
}`})})]}),q("div",{className:"card-subtle border-amber-500/30 bg-amber-500/10 p-3",children:z("p",{className:"text-amber-300 text-sm",children:[q("strong",{children:"⚠️ Note:"}),` External knowledge should be clearly marked in agent responses as "according to [source]" to indicate it's not internal authority.`]})})]})]}),z("div",{className:"space-y-4",children:[q("h3",{className:"font-semibold text-xl",children:"4. Ephemeral"}),z("p",{className:"text-muted-foreground",children:[q("strong",{children:"Trust level:"})," Low - Temporary context only"]}),z("div",{className:"space-y-3",children:[z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"What it contains:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[q("li",{children:"Agent conversation history and scratchpads"}),q("li",{children:"Session-specific context and state"}),q("li",{children:"Draft documents and work-in-progress"}),q("li",{children:"Temporary calculations and intermediate results"}),q("li",{children:"User-provided context for current task"})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"How it's used:"}),z("ul",{className:"ml-4 list-inside list-disc space-y-1 text-muted-foreground text-sm",children:[z("li",{children:[q("strong",{children:"Session continuity"})," - Maintains conversation context"]}),z("li",{children:[q("strong",{children:"Working memory"})," - Stores intermediate results"]}),z("li",{children:[q("strong",{children:"Never persisted long-term"})," - Auto-purged after session"]}),z("li",{children:[q("strong",{children:"Never for decisions"})," - Cannot influence policy or validation"]})]})]}),z("div",{children:[q("h4",{className:"mb-2 font-semibold text-sm",children:"Examples:"}),q("div",{className:"overflow-x-auto rounded border border-border bg-background/50 p-3 font-mono text-muted-foreground text-xs",children:q("pre",{children:`// Agent Scratchpad space
|
|
560
66
|
{
|
|
561
67
|
id: "agent-scratchpad",
|
|
562
68
|
category: "ephemeral",
|
|
@@ -576,254 +82,4 @@ function KnowledgeCategoriesPage() {
|
|
|
576
82
|
"session:user-uploads",
|
|
577
83
|
"session:form-drafts"
|
|
578
84
|
]
|
|
579
|
-
}`
|
|
580
|
-
})
|
|
581
|
-
})
|
|
582
|
-
]
|
|
583
|
-
}),
|
|
584
|
-
/* @__PURE__ */ jsx("div", {
|
|
585
|
-
className: "card-subtle border-red-500/30 bg-red-500/10 p-3",
|
|
586
|
-
children: /* @__PURE__ */ jsxs("p", {
|
|
587
|
-
className: "text-red-300 text-sm",
|
|
588
|
-
children: [
|
|
589
|
-
/* @__PURE__ */ jsx("strong", {
|
|
590
|
-
children: "⚠️ Critical:"
|
|
591
|
-
}),
|
|
592
|
-
" Ephemeral knowledge is never used for policy decisions, compliance checks, or any authoritative purpose."
|
|
593
|
-
]
|
|
594
|
-
})
|
|
595
|
-
})
|
|
596
|
-
]
|
|
597
|
-
})
|
|
598
|
-
]
|
|
599
|
-
})
|
|
600
|
-
]
|
|
601
|
-
}),
|
|
602
|
-
/* @__PURE__ */ jsxs("div", {
|
|
603
|
-
className: "space-y-4",
|
|
604
|
-
children: [
|
|
605
|
-
/* @__PURE__ */ jsx("h2", {
|
|
606
|
-
className: "font-bold text-2xl",
|
|
607
|
-
children: "Category comparison"
|
|
608
|
-
}),
|
|
609
|
-
/* @__PURE__ */ jsx("div", {
|
|
610
|
-
className: "overflow-x-auto rounded-lg border border-border/50",
|
|
611
|
-
children: /* @__PURE__ */ jsxs("table", {
|
|
612
|
-
className: "w-full text-left text-sm",
|
|
613
|
-
children: [
|
|
614
|
-
/* @__PURE__ */ jsx("thead", {
|
|
615
|
-
className: "bg-card/50",
|
|
616
|
-
children: /* @__PURE__ */ jsxs("tr", {
|
|
617
|
-
className: "border-border/50 border-b",
|
|
618
|
-
children: [
|
|
619
|
-
/* @__PURE__ */ jsx("th", {
|
|
620
|
-
className: "px-4 py-3 font-semibold",
|
|
621
|
-
children: "Feature"
|
|
622
|
-
}),
|
|
623
|
-
/* @__PURE__ */ jsx("th", {
|
|
624
|
-
className: "px-4 py-3 font-semibold",
|
|
625
|
-
children: "Canonical"
|
|
626
|
-
}),
|
|
627
|
-
/* @__PURE__ */ jsx("th", {
|
|
628
|
-
className: "px-4 py-3 font-semibold",
|
|
629
|
-
children: "Operational"
|
|
630
|
-
}),
|
|
631
|
-
/* @__PURE__ */ jsx("th", {
|
|
632
|
-
className: "px-4 py-3 font-semibold",
|
|
633
|
-
children: "External"
|
|
634
|
-
}),
|
|
635
|
-
/* @__PURE__ */ jsx("th", {
|
|
636
|
-
className: "px-4 py-3 font-semibold",
|
|
637
|
-
children: "Ephemeral"
|
|
638
|
-
})
|
|
639
|
-
]
|
|
640
|
-
})
|
|
641
|
-
}),
|
|
642
|
-
/* @__PURE__ */ jsxs("tbody", {
|
|
643
|
-
className: "divide-y divide-border/50",
|
|
644
|
-
children: [
|
|
645
|
-
/* @__PURE__ */ jsxs("tr", {
|
|
646
|
-
children: [
|
|
647
|
-
/* @__PURE__ */ jsx("td", {
|
|
648
|
-
className: "px-4 py-3 font-semibold",
|
|
649
|
-
children: "Trust Level"
|
|
650
|
-
}),
|
|
651
|
-
/* @__PURE__ */ jsx("td", {
|
|
652
|
-
className: "px-4 py-3",
|
|
653
|
-
children: "Highest"
|
|
654
|
-
}),
|
|
655
|
-
/* @__PURE__ */ jsx("td", {
|
|
656
|
-
className: "px-4 py-3",
|
|
657
|
-
children: "High"
|
|
658
|
-
}),
|
|
659
|
-
/* @__PURE__ */ jsx("td", {
|
|
660
|
-
className: "px-4 py-3",
|
|
661
|
-
children: "Medium"
|
|
662
|
-
}),
|
|
663
|
-
/* @__PURE__ */ jsx("td", {
|
|
664
|
-
className: "px-4 py-3",
|
|
665
|
-
children: "Low"
|
|
666
|
-
})
|
|
667
|
-
]
|
|
668
|
-
}),
|
|
669
|
-
/* @__PURE__ */ jsxs("tr", {
|
|
670
|
-
children: [
|
|
671
|
-
/* @__PURE__ */ jsx("td", {
|
|
672
|
-
className: "px-4 py-3 font-semibold",
|
|
673
|
-
children: "Policy Impact"
|
|
674
|
-
}),
|
|
675
|
-
/* @__PURE__ */ jsx("td", {
|
|
676
|
-
className: "px-4 py-3",
|
|
677
|
-
children: "✅ Can drive decisions"
|
|
678
|
-
}),
|
|
679
|
-
/* @__PURE__ */ jsx("td", {
|
|
680
|
-
className: "px-4 py-3",
|
|
681
|
-
children: "⚠️ Can inform"
|
|
682
|
-
}),
|
|
683
|
-
/* @__PURE__ */ jsx("td", {
|
|
684
|
-
className: "px-4 py-3",
|
|
685
|
-
children: "❌ Reference only"
|
|
686
|
-
}),
|
|
687
|
-
/* @__PURE__ */ jsx("td", {
|
|
688
|
-
className: "px-4 py-3",
|
|
689
|
-
children: "❌ Never used"
|
|
690
|
-
})
|
|
691
|
-
]
|
|
692
|
-
}),
|
|
693
|
-
/* @__PURE__ */ jsxs("tr", {
|
|
694
|
-
children: [
|
|
695
|
-
/* @__PURE__ */ jsx("td", {
|
|
696
|
-
className: "px-4 py-3 font-semibold",
|
|
697
|
-
children: "Mutability"
|
|
698
|
-
}),
|
|
699
|
-
/* @__PURE__ */ jsx("td", {
|
|
700
|
-
className: "px-4 py-3",
|
|
701
|
-
children: "Immutable"
|
|
702
|
-
}),
|
|
703
|
-
/* @__PURE__ */ jsx("td", {
|
|
704
|
-
className: "px-4 py-3",
|
|
705
|
-
children: "Mutable"
|
|
706
|
-
}),
|
|
707
|
-
/* @__PURE__ */ jsx("td", {
|
|
708
|
-
className: "px-4 py-3",
|
|
709
|
-
children: "Mutable"
|
|
710
|
-
}),
|
|
711
|
-
/* @__PURE__ */ jsx("td", {
|
|
712
|
-
className: "px-4 py-3",
|
|
713
|
-
children: "Temporary"
|
|
714
|
-
})
|
|
715
|
-
]
|
|
716
|
-
}),
|
|
717
|
-
/* @__PURE__ */ jsxs("tr", {
|
|
718
|
-
children: [
|
|
719
|
-
/* @__PURE__ */ jsx("td", {
|
|
720
|
-
className: "px-4 py-3 font-semibold",
|
|
721
|
-
children: "Retention"
|
|
722
|
-
}),
|
|
723
|
-
/* @__PURE__ */ jsx("td", {
|
|
724
|
-
className: "px-4 py-3",
|
|
725
|
-
children: "Permanent"
|
|
726
|
-
}),
|
|
727
|
-
/* @__PURE__ */ jsx("td", {
|
|
728
|
-
className: "px-4 py-3",
|
|
729
|
-
children: "Long-term"
|
|
730
|
-
}),
|
|
731
|
-
/* @__PURE__ */ jsx("td", {
|
|
732
|
-
className: "px-4 py-3",
|
|
733
|
-
children: "Long-term"
|
|
734
|
-
}),
|
|
735
|
-
/* @__PURE__ */ jsx("td", {
|
|
736
|
-
className: "px-4 py-3",
|
|
737
|
-
children: "Short-term"
|
|
738
|
-
})
|
|
739
|
-
]
|
|
740
|
-
}),
|
|
741
|
-
/* @__PURE__ */ jsxs("tr", {
|
|
742
|
-
children: [
|
|
743
|
-
/* @__PURE__ */ jsx("td", {
|
|
744
|
-
className: "px-4 py-3 font-semibold",
|
|
745
|
-
children: "Audit Level"
|
|
746
|
-
}),
|
|
747
|
-
/* @__PURE__ */ jsx("td", {
|
|
748
|
-
className: "px-4 py-3",
|
|
749
|
-
children: "Full audit"
|
|
750
|
-
}),
|
|
751
|
-
/* @__PURE__ */ jsx("td", {
|
|
752
|
-
className: "px-4 py-3",
|
|
753
|
-
children: "Full audit"
|
|
754
|
-
}),
|
|
755
|
-
/* @__PURE__ */ jsx("td", {
|
|
756
|
-
className: "px-4 py-3",
|
|
757
|
-
children: "Basic audit"
|
|
758
|
-
}),
|
|
759
|
-
/* @__PURE__ */ jsx("td", {
|
|
760
|
-
className: "px-4 py-3",
|
|
761
|
-
children: "Minimal audit"
|
|
762
|
-
})
|
|
763
|
-
]
|
|
764
|
-
})
|
|
765
|
-
]
|
|
766
|
-
})
|
|
767
|
-
]
|
|
768
|
-
})
|
|
769
|
-
})
|
|
770
|
-
]
|
|
771
|
-
}),
|
|
772
|
-
/* @__PURE__ */ jsxs("div", {
|
|
773
|
-
className: "space-y-4",
|
|
774
|
-
children: [
|
|
775
|
-
/* @__PURE__ */ jsx("h2", {
|
|
776
|
-
className: "font-bold text-2xl",
|
|
777
|
-
children: "Best practices"
|
|
778
|
-
}),
|
|
779
|
-
/* @__PURE__ */ jsxs("ul", {
|
|
780
|
-
className: "list-inside list-disc space-y-2 text-muted-foreground",
|
|
781
|
-
children: [
|
|
782
|
-
/* @__PURE__ */ jsx("li", {
|
|
783
|
-
children: "Use canonical for anything that affects policy, pricing, or compliance"
|
|
784
|
-
}),
|
|
785
|
-
/* @__PURE__ */ jsx("li", {
|
|
786
|
-
children: "Use operational for context that helps but doesn't dictate decisions"
|
|
787
|
-
}),
|
|
788
|
-
/* @__PURE__ */ jsx("li", {
|
|
789
|
-
children: "Use external for reference material that's helpful but not authoritative"
|
|
790
|
-
}),
|
|
791
|
-
/* @__PURE__ */ jsx("li", {
|
|
792
|
-
children: "Use ephemeral for temporary working memory that shouldn't persist"
|
|
793
|
-
}),
|
|
794
|
-
/* @__PURE__ */ jsx("li", {
|
|
795
|
-
children: "Never mix categories in a single knowledge space - keep them separate"
|
|
796
|
-
}),
|
|
797
|
-
/* @__PURE__ */ jsx("li", {
|
|
798
|
-
children: "Document the category and purpose of each knowledge space clearly"
|
|
799
|
-
})
|
|
800
|
-
]
|
|
801
|
-
})
|
|
802
|
-
]
|
|
803
|
-
}),
|
|
804
|
-
/* @__PURE__ */ jsxs("div", {
|
|
805
|
-
className: "flex items-center gap-4 pt-4",
|
|
806
|
-
children: [
|
|
807
|
-
/* @__PURE__ */ jsx(Link, {
|
|
808
|
-
href: "/docs/knowledge",
|
|
809
|
-
className: "btn-ghost",
|
|
810
|
-
children: "Back to Knowledge"
|
|
811
|
-
}),
|
|
812
|
-
/* @__PURE__ */ jsxs(Link, {
|
|
813
|
-
href: "/docs/knowledge/spaces",
|
|
814
|
-
className: "btn-primary",
|
|
815
|
-
children: [
|
|
816
|
-
"Knowledge Spaces ",
|
|
817
|
-
/* @__PURE__ */ jsx(ChevronRight, {
|
|
818
|
-
size: 16
|
|
819
|
-
})
|
|
820
|
-
]
|
|
821
|
-
})
|
|
822
|
-
]
|
|
823
|
-
})
|
|
824
|
-
]
|
|
825
|
-
});
|
|
826
|
-
}
|
|
827
|
-
export {
|
|
828
|
-
KnowledgeCategoriesPage
|
|
829
|
-
};
|
|
85
|
+
}`})})]}),q("div",{className:"card-subtle border-red-500/30 bg-red-500/10 p-3",children:z("p",{className:"text-red-300 text-sm",children:[q("strong",{children:"⚠️ Critical:"})," Ephemeral knowledge is never used for policy decisions, compliance checks, or any authoritative purpose."]})})]})]})]}),z("div",{className:"space-y-4",children:[q("h2",{className:"font-bold text-2xl",children:"Category comparison"}),q("div",{className:"overflow-x-auto rounded-lg border border-border/50",children:z("table",{className:"w-full text-left text-sm",children:[q("thead",{className:"bg-card/50",children:z("tr",{className:"border-border/50 border-b",children:[q("th",{className:"px-4 py-3 font-semibold",children:"Feature"}),q("th",{className:"px-4 py-3 font-semibold",children:"Canonical"}),q("th",{className:"px-4 py-3 font-semibold",children:"Operational"}),q("th",{className:"px-4 py-3 font-semibold",children:"External"}),q("th",{className:"px-4 py-3 font-semibold",children:"Ephemeral"})]})}),z("tbody",{className:"divide-y divide-border/50",children:[z("tr",{children:[q("td",{className:"px-4 py-3 font-semibold",children:"Trust Level"}),q("td",{className:"px-4 py-3",children:"Highest"}),q("td",{className:"px-4 py-3",children:"High"}),q("td",{className:"px-4 py-3",children:"Medium"}),q("td",{className:"px-4 py-3",children:"Low"})]}),z("tr",{children:[q("td",{className:"px-4 py-3 font-semibold",children:"Policy Impact"}),q("td",{className:"px-4 py-3",children:"✅ Can drive decisions"}),q("td",{className:"px-4 py-3",children:"⚠️ Can inform"}),q("td",{className:"px-4 py-3",children:"❌ Reference only"}),q("td",{className:"px-4 py-3",children:"❌ Never used"})]}),z("tr",{children:[q("td",{className:"px-4 py-3 font-semibold",children:"Mutability"}),q("td",{className:"px-4 py-3",children:"Immutable"}),q("td",{className:"px-4 py-3",children:"Mutable"}),q("td",{className:"px-4 py-3",children:"Mutable"}),q("td",{className:"px-4 py-3",children:"Temporary"})]}),z("tr",{children:[q("td",{className:"px-4 py-3 font-semibold",children:"Retention"}),q("td",{className:"px-4 py-3",children:"Permanent"}),q("td",{className:"px-4 py-3",children:"Long-term"}),q("td",{className:"px-4 py-3",children:"Long-term"}),q("td",{className:"px-4 py-3",children:"Short-term"})]}),z("tr",{children:[q("td",{className:"px-4 py-3 font-semibold",children:"Audit Level"}),q("td",{className:"px-4 py-3",children:"Full audit"}),q("td",{className:"px-4 py-3",children:"Full audit"}),q("td",{className:"px-4 py-3",children:"Basic audit"}),q("td",{className:"px-4 py-3",children:"Minimal audit"})]})]})]})})]}),z("div",{className:"space-y-4",children:[q("h2",{className:"font-bold text-2xl",children:"Best practices"}),z("ul",{className:"list-inside list-disc space-y-2 text-muted-foreground",children:[q("li",{children:"Use canonical for anything that affects policy, pricing, or compliance"}),q("li",{children:"Use operational for context that helps but doesn't dictate decisions"}),q("li",{children:"Use external for reference material that's helpful but not authoritative"}),q("li",{children:"Use ephemeral for temporary working memory that shouldn't persist"}),q("li",{children:"Never mix categories in a single knowledge space - keep them separate"}),q("li",{children:"Document the category and purpose of each knowledge space clearly"})]})]}),z("div",{className:"flex items-center gap-4 pt-4",children:[q(A,{href:"/docs/knowledge",className:"btn-ghost",children:"Back to Knowledge"}),z(A,{href:"/docs/knowledge/spaces",className:"btn-primary",children:["Knowledge Spaces ",q(B,{size:16})]})]})]})}export{F as KnowledgeCategoriesPage};
|