@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,38 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
var opsLifecycleDocs = [
|
|
3
|
-
{
|
|
4
|
-
id: "docs.ops.lifecycle-operations.goal",
|
|
5
|
-
title: "Lifecycle operations goal",
|
|
6
|
-
summary: "Keep managed lifecycle assessments timely, auditable, and low-risk per tenant.",
|
|
7
|
-
kind: "goal",
|
|
8
|
-
visibility: "public",
|
|
9
|
-
route: "/docs/ops/lifecycle-operations/goal",
|
|
10
|
-
tags: ["ops", "lifecycle"],
|
|
11
|
-
body: "Operate lifecycle assessments with predictable cadence, clear observability, and reversible customizations so tenants stay aligned to milestones without risking data access."
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
id: "docs.ops.lifecycle-operations.usage",
|
|
15
|
-
title: "Lifecycle operations usage guide",
|
|
16
|
-
summary: "Quick checklist for running lifecycle managed ops.",
|
|
17
|
-
kind: "usage",
|
|
18
|
-
visibility: "public",
|
|
19
|
-
route: "/docs/ops/lifecycle-operations/usage",
|
|
20
|
-
tags: ["ops", "lifecycle"],
|
|
21
|
-
body: `- Run weekly auto-refresh per tenant; allow manual reruns behind \`LIFECYCLE_DETECTION_ALPHA\`.
|
|
1
|
+
var e=[{id:"docs.ops.lifecycle-operations.goal",title:"Lifecycle operations goal",summary:"Keep managed lifecycle assessments timely, auditable, and low-risk per tenant.",kind:"goal",visibility:"public",route:"/docs/ops/lifecycle-operations/goal",tags:["ops","lifecycle"],body:"Operate lifecycle assessments with predictable cadence, clear observability, and reversible customizations so tenants stay aligned to milestones without risking data access."},{id:"docs.ops.lifecycle-operations.usage",title:"Lifecycle operations usage guide",summary:"Quick checklist for running lifecycle managed ops.",kind:"usage",visibility:"public",route:"/docs/ops/lifecycle-operations/usage",tags:["ops","lifecycle"],body:`- Run weekly auto-refresh per tenant; allow manual reruns behind \`LIFECYCLE_DETECTION_ALPHA\`.
|
|
22
2
|
- Publish top 3 actions + milestone checklist to Studio UI; emit lifecycle events.
|
|
23
3
|
- Monitor P95 < 500ms; alert on confidence < 0.5 or stage churn.
|
|
24
4
|
- Version overrides (weights, milestones, playbooks); never edit compiled JS.
|
|
25
|
-
- Log incidents for detection gaps or bad recommendations; gate ceremony output via flag if broken.`
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: "docs.ops.lifecycle-operations.how",
|
|
29
|
-
title: "Lifecycle operations runbook",
|
|
30
|
-
summary: "Full runbook for lifecycle assessments, customization, and alerts.",
|
|
31
|
-
kind: "how",
|
|
32
|
-
visibility: "public",
|
|
33
|
-
route: "/docs/ops/lifecycle-operations/how",
|
|
34
|
-
tags: ["ops", "lifecycle"],
|
|
35
|
-
body: `## Lifecycle Operations Runbook (ContractSpec Managed)
|
|
5
|
+
- Log incidents for detection gaps or bad recommendations; gate ceremony output via flag if broken.`},{id:"docs.ops.lifecycle-operations.how",title:"Lifecycle operations runbook",summary:"Full runbook for lifecycle assessments, customization, and alerts.",kind:"how",visibility:"public",route:"/docs/ops/lifecycle-operations/how",tags:["ops","lifecycle"],body:`## Lifecycle Operations Runbook (ContractSpec Managed)
|
|
36
6
|
|
|
37
7
|
This runbook guides ContractSpec operators who run the lifecycle managed service (bundle + Studio surfaces). It focuses on cadence, monitoring, customization, and escalation without touching tenant-specific databases.
|
|
38
8
|
|
|
@@ -143,45 +113,11 @@ Alert recipients: lifecycle ops squad + product owner.
|
|
|
143
113
|
- \`packages/modules/lifecycle-advisor/\` for playbooks and ceremonies.
|
|
144
114
|
- Progressive delivery config for lifecycle feature flags.
|
|
145
115
|
|
|
146
|
-
Maintain this runbook alongside code changes; every bundle release must document operational impact and flag defaults.`
|
|
147
|
-
}
|
|
148
|
-
];
|
|
149
|
-
|
|
150
|
-
// src/components/docs/ops/ops-runbooks-a.docblocks.ts
|
|
151
|
-
var opsRunbookDocsA = [
|
|
152
|
-
{
|
|
153
|
-
id: "docs.ops.anomaly-detection.goal",
|
|
154
|
-
title: "Anomaly detection goal",
|
|
155
|
-
summary: "Why anomaly detection matters for ops stability.",
|
|
156
|
-
kind: "goal",
|
|
157
|
-
visibility: "public",
|
|
158
|
-
route: "/docs/ops/anomaly-detection/goal",
|
|
159
|
-
tags: ["ops", "observability"],
|
|
160
|
-
body: "Ensure anomalies are detected early to protect latency, error rate, and throughput SLAs; keep rollback hooks ready and audits reproducible."
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
id: "docs.ops.anomaly-detection.usage",
|
|
164
|
-
title: "Anomaly detection usage guide",
|
|
165
|
-
summary: "How to run and consume anomaly detection in operations.",
|
|
166
|
-
kind: "usage",
|
|
167
|
-
visibility: "public",
|
|
168
|
-
route: "/docs/ops/anomaly-detection/usage",
|
|
169
|
-
tags: ["ops", "observability"],
|
|
170
|
-
body: `- Enable tracing middleware; emit latency/error/throughput samples.
|
|
116
|
+
Maintain this runbook alongside code changes; every bundle release must document operational impact and flag defaults.`}];var o=[{id:"docs.ops.anomaly-detection.goal",title:"Anomaly detection goal",summary:"Why anomaly detection matters for ops stability.",kind:"goal",visibility:"public",route:"/docs/ops/anomaly-detection/goal",tags:["ops","observability"],body:"Ensure anomalies are detected early to protect latency, error rate, and throughput SLAs; keep rollback hooks ready and audits reproducible."},{id:"docs.ops.anomaly-detection.usage",title:"Anomaly detection usage guide",summary:"How to run and consume anomaly detection in operations.",kind:"usage",visibility:"public",route:"/docs/ops/anomaly-detection/usage",tags:["ops","observability"],body:`- Enable tracing middleware; emit latency/error/throughput samples.
|
|
171
117
|
- Configure thresholds per capability when bursty traffic exists.
|
|
172
118
|
- Wire rollback hook in DeploymentCoordinator for error spikes.
|
|
173
119
|
- Export anomaly JSON into incidents; update MetricBaseline post-fix.
|
|
174
|
-
- Run chaos/load checks to validate signals within 30s.`
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
id: "docs.ops.anomaly-detection.how",
|
|
178
|
-
title: "Anomaly detection runbook",
|
|
179
|
-
summary: "Step-by-step runbook for anomaly signals and rollback hooks.",
|
|
180
|
-
kind: "how",
|
|
181
|
-
visibility: "public",
|
|
182
|
-
route: "/docs/ops/anomaly-detection/how",
|
|
183
|
-
tags: ["ops", "observability"],
|
|
184
|
-
body: `# Anomaly Detection Runbook
|
|
120
|
+
- Run chaos/load checks to validate signals within 30s.`},{id:"docs.ops.anomaly-detection.how",title:"Anomaly detection runbook",summary:"Step-by-step runbook for anomaly signals and rollback hooks.",kind:"how",visibility:"public",route:"/docs/ops/anomaly-detection/how",tags:["ops","observability"],body:`# Anomaly Detection Runbook
|
|
185
121
|
|
|
186
122
|
## 1. Pipeline Overview
|
|
187
123
|
1. \`createTracingMiddleware({ onSample })\` emits metric points (latency, errors, throughput).
|
|
@@ -208,101 +144,7 @@ var opsRunbookDocsA = [
|
|
|
208
144
|
|
|
209
145
|
## 5. Testing
|
|
210
146
|
- Use load test harness to inject latency and verify detector emits signals within 30 seconds.
|
|
211
|
-
- Chaos suite should simulate upstream outages to ensure throughput-drop detection fires.`
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
id: "docs.ops.cost-optimization.goal",
|
|
215
|
-
title: "Cost optimization goal",
|
|
216
|
-
summary: "Keep spend predictable and actionable for ops and finance.",
|
|
217
|
-
kind: "goal",
|
|
218
|
-
visibility: "public",
|
|
219
|
-
route: "/docs/ops/cost-optimization/goal",
|
|
220
|
-
tags: ["ops", "cost"],
|
|
221
|
-
body: "Align telemetry, budgets, and rollback levers so cost spikes are detected early, communicated clearly, and mitigated without breaking SLAs."
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
id: "docs.ops.cost-optimization.usage",
|
|
225
|
-
title: "Cost optimization usage guide",
|
|
226
|
-
summary: "Quick checklist to run cost tracking and optimization.",
|
|
227
|
-
kind: "usage",
|
|
228
|
-
visibility: "public",
|
|
229
|
-
route: "/docs/ops/cost-optimization/usage",
|
|
230
|
-
tags: ["ops", "cost"],
|
|
231
|
-
body: `- Emit \`CostSample\` via wrapped DB/HTTP clients; include provider/invoice cost.
|
|
232
|
-
- Batch into \`OperationCost\` every 5m; alert at 80% of monthlyLimit.
|
|
233
|
-
- Nightly run \`OptimizationRecommender.generate\`; push tickets with evidence.
|
|
234
|
-
- Use regional overrides for \`defaultCostModel\` when infra prices differ.
|
|
235
|
-
- Send proactive alerts for ±20% deviations to enterprise tenants.`
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
id: "docs.ops.cost-optimization.how",
|
|
239
|
-
title: "Cost optimization runbook",
|
|
240
|
-
summary: "Step-by-step cost tracking, alerting, and communication.",
|
|
241
|
-
kind: "how",
|
|
242
|
-
visibility: "public",
|
|
243
|
-
route: "/docs/ops/cost-optimization/how",
|
|
244
|
-
tags: ["ops", "cost"],
|
|
245
|
-
body: `# Cost Tracking & Optimization Runbook
|
|
246
|
-
|
|
247
|
-
## 1. Instrumentation
|
|
248
|
-
- Wrap DB client and HTTP adapters to emit \`CostSample\`s to \`CostTracker.recordSample\`.
|
|
249
|
-
- For external APIs, attach provider name + actual invoice cost when available.
|
|
250
|
-
- Persist aggregate rows into \`OperationCost\` (batch job every 5 minutes).
|
|
251
|
-
|
|
252
|
-
## 2. Budgets
|
|
253
|
-
- Insert/update \`TenantBudget\` per workspace.
|
|
254
|
-
- Default alert threshold: 80% of \`monthlyLimit\`.
|
|
255
|
-
- \`BudgetAlertManager.track(summary)\` emits Slack + email payloads including breakdown JSON.
|
|
256
|
-
|
|
257
|
-
## 3. Optimization Suggestions
|
|
258
|
-
- Nightly job reads \`OperationCost\` and creates \`OptimizationSuggestion\` records via \`OptimizationRecommender.generate\`.
|
|
259
|
-
- Auto-file tickets or push to Growth Agent backlog with the evidence (avg reads, compute share, external spend).
|
|
260
|
-
|
|
261
|
-
## 4. Forecasting
|
|
262
|
-
- Cost model inputs live in \`@contractspec/lib.cost-tracking\` (\`defaultCostModel\`). Override per region if infra prices differ.
|
|
263
|
-
- Keep a history of \`OperationCost\` to render spark lines in Ops Console; highlight slopes > 15% week-over-week.
|
|
264
|
-
|
|
265
|
-
## 5. Customer Communication
|
|
266
|
-
- For enterprise tenants offer proactive alerts when spend deviates ±20% from plan.
|
|
267
|
-
- Connect \`TenantBudget\` alerts to CRM notes so Success teams see when automation saved costs.`
|
|
268
|
-
}
|
|
269
|
-
];
|
|
270
|
-
|
|
271
|
-
// src/components/docs/ops/ops-runbooks-b.docblocks.ts
|
|
272
|
-
var opsRunbookDocsB = [
|
|
273
|
-
{
|
|
274
|
-
id: "docs.ops.profile-settings.goal",
|
|
275
|
-
title: "Profile settings goal",
|
|
276
|
-
summary: "Keep identity/profile flows reliable and debuggable.",
|
|
277
|
-
kind: "goal",
|
|
278
|
-
visibility: "public",
|
|
279
|
-
route: "/docs/ops/profile-settings/goal",
|
|
280
|
-
tags: ["ops", "auth"],
|
|
281
|
-
body: "Ensure profile linking/unlinking stays stable across FC+ and SMS flows, with clear monitoring and quick recovery steps."
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
id: "docs.ops.profile-settings.usage",
|
|
285
|
-
title: "Profile settings usage guide",
|
|
286
|
-
summary: "Quick checklist for profile settings operations.",
|
|
287
|
-
kind: "usage",
|
|
288
|
-
visibility: "public",
|
|
289
|
-
route: "/docs/ops/profile-settings/usage",
|
|
290
|
-
tags: ["ops", "auth"],
|
|
291
|
-
body: `- Verify Better Auth config in \`src/lib/auth.ts\`; JWKS for FC+.
|
|
292
|
-
- Monitor Sentry spans \`profile.*\`; PostHog events connection_linked/unlinked.
|
|
293
|
-
- On unlink failures: check \`/api/auth/connections/unlink\` logs.
|
|
294
|
-
- FC+ issues: validate discovery URL and partner redirects.
|
|
295
|
-
- OTP throttling: confirm SMS service rate limiter is active.`
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
id: "docs.ops.profile-settings.how",
|
|
299
|
-
title: "Profile settings runbook",
|
|
300
|
-
summary: "Detailed runbook for profile/settings operations.",
|
|
301
|
-
kind: "how",
|
|
302
|
-
visibility: "public",
|
|
303
|
-
route: "/docs/ops/profile-settings/how",
|
|
304
|
-
tags: ["ops", "auth"],
|
|
305
|
-
body: `## Runbook – Profile Settings
|
|
147
|
+
- Chaos suite should simulate upstream outages to ensure throughput-drop detection fires.`},{id:"docs.ops.cost-optimization.goal",title:"Cost optimization goal",summary:"Keep spend predictable and actionable for ops and finance.",kind:"goal",visibility:"public",route:"/docs/ops/cost-optimization/goal",tags:["ops","cost"],body:"Align telemetry, budgets, and rollback levers so cost spikes are detected early, communicated clearly, and mitigated without breaking SLAs."},{id:"docs.ops.cost-optimization.usage",title:"Cost optimization usage guide",summary:"Quick checklist to run cost tracking and optimization.",kind:"usage",visibility:"public",route:"/docs/ops/cost-optimization/usage",tags:["ops","cost"],body:"- Emit `CostSample` via wrapped DB/HTTP clients; include provider/invoice cost.\n- Batch into `OperationCost` every 5m; alert at 80% of monthlyLimit.\n- Nightly run `OptimizationRecommender.generate`; push tickets with evidence.\n- Use regional overrides for `defaultCostModel` when infra prices differ.\n- Send proactive alerts for ±20% deviations to enterprise tenants."},{id:"docs.ops.cost-optimization.how",title:"Cost optimization runbook",summary:"Step-by-step cost tracking, alerting, and communication.",kind:"how",visibility:"public",route:"/docs/ops/cost-optimization/how",tags:["ops","cost"],body:"# Cost Tracking & Optimization Runbook\n\n## 1. Instrumentation\n- Wrap DB client and HTTP adapters to emit `CostSample`s to `CostTracker.recordSample`.\n- For external APIs, attach provider name + actual invoice cost when available.\n- Persist aggregate rows into `OperationCost` (batch job every 5 minutes).\n\n## 2. Budgets\n- Insert/update `TenantBudget` per workspace.\n- Default alert threshold: 80% of `monthlyLimit`.\n- `BudgetAlertManager.track(summary)` emits Slack + email payloads including breakdown JSON.\n\n## 3. Optimization Suggestions\n- Nightly job reads `OperationCost` and creates `OptimizationSuggestion` records via `OptimizationRecommender.generate`.\n- Auto-file tickets or push to Growth Agent backlog with the evidence (avg reads, compute share, external spend).\n\n## 4. Forecasting\n- Cost model inputs live in `@contractspec/lib.cost-tracking` (`defaultCostModel`). Override per region if infra prices differ.\n- Keep a history of `OperationCost` to render spark lines in Ops Console; highlight slopes > 15% week-over-week.\n\n## 5. Customer Communication\n- For enterprise tenants offer proactive alerts when spend deviates ±20% from plan.\n- Connect `TenantBudget` alerts to CRM notes so Success teams see when automation saved costs."}];var t=[{id:"docs.ops.profile-settings.goal",title:"Profile settings goal",summary:"Keep identity/profile flows reliable and debuggable.",kind:"goal",visibility:"public",route:"/docs/ops/profile-settings/goal",tags:["ops","auth"],body:"Ensure profile linking/unlinking stays stable across FC+ and SMS flows, with clear monitoring and quick recovery steps."},{id:"docs.ops.profile-settings.usage",title:"Profile settings usage guide",summary:"Quick checklist for profile settings operations.",kind:"usage",visibility:"public",route:"/docs/ops/profile-settings/usage",tags:["ops","auth"],body:"- Verify Better Auth config in `src/lib/auth.ts`; JWKS for FC+.\n- Monitor Sentry spans `profile.*`; PostHog events connection_linked/unlinked.\n- On unlink failures: check `/api/auth/connections/unlink` logs.\n- FC+ issues: validate discovery URL and partner redirects.\n- OTP throttling: confirm SMS service rate limiter is active."},{id:"docs.ops.profile-settings.how",title:"Profile settings runbook",summary:"Detailed runbook for profile/settings operations.",kind:"how",visibility:"public",route:"/docs/ops/profile-settings/how",tags:["ops","auth"],body:`## Runbook – Profile Settings
|
|
306
148
|
|
|
307
149
|
### Feature flags / Env
|
|
308
150
|
|
|
@@ -318,41 +160,7 @@ var opsRunbookDocsB = [
|
|
|
318
160
|
|
|
319
161
|
- Unlink failures → check \`/api/auth/connections/unlink\` logs
|
|
320
162
|
- FC+ link issues → verify discovery URL and partner console redirects
|
|
321
|
-
- Phone OTP rate limit → server-side limiter in SMS service`
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
id: "docs.ops.progressive-delivery.goal",
|
|
325
|
-
title: "Progressive delivery goal",
|
|
326
|
-
summary: "Roll out safely with fast rollback and clear guardrails.",
|
|
327
|
-
kind: "goal",
|
|
328
|
-
visibility: "public",
|
|
329
|
-
route: "/docs/ops/progressive-delivery/goal",
|
|
330
|
-
tags: ["ops", "delivery"],
|
|
331
|
-
body: "Use canary/blue-green with metrics guardrails so deployments can be halted or rolled back before customer impact."
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
id: "docs.ops.progressive-delivery.usage",
|
|
335
|
-
title: "Progressive delivery usage guide",
|
|
336
|
-
summary: "Quick checklist for canary/blue-green runs.",
|
|
337
|
-
kind: "usage",
|
|
338
|
-
visibility: "public",
|
|
339
|
-
route: "/docs/ops/progressive-delivery/usage",
|
|
340
|
-
tags: ["ops", "delivery"],
|
|
341
|
-
body: `- Register \`DeploymentStrategy\`; wire telemetry via observability middleware.
|
|
342
|
-
- Define rollback actions (flag toggle/spec revert/infrastructure swap) in \`RollbackManager\`.
|
|
343
|
-
- Use canary thresholds (err 1%, P99 500ms) or stricter per domain.
|
|
344
|
-
- Pipe stage events to Ops Slack + Ops Console timeline.
|
|
345
|
-
- For blue-green, run smoke tests before swap; freeze old env 24h post-swap.`
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
id: "docs.ops.progressive-delivery.how",
|
|
349
|
-
title: "Progressive delivery runbook",
|
|
350
|
-
summary: "Step-by-step for canary and blue-green rollouts.",
|
|
351
|
-
kind: "how",
|
|
352
|
-
visibility: "public",
|
|
353
|
-
route: "/docs/ops/progressive-delivery/how",
|
|
354
|
-
tags: ["ops", "delivery"],
|
|
355
|
-
body: `# Progressive Delivery Runbook
|
|
163
|
+
- Phone OTP rate limit → server-side limiter in SMS service`},{id:"docs.ops.progressive-delivery.goal",title:"Progressive delivery goal",summary:"Roll out safely with fast rollback and clear guardrails.",kind:"goal",visibility:"public",route:"/docs/ops/progressive-delivery/goal",tags:["ops","delivery"],body:"Use canary/blue-green with metrics guardrails so deployments can be halted or rolled back before customer impact."},{id:"docs.ops.progressive-delivery.usage",title:"Progressive delivery usage guide",summary:"Quick checklist for canary/blue-green runs.",kind:"usage",visibility:"public",route:"/docs/ops/progressive-delivery/usage",tags:["ops","delivery"],body:"- Register `DeploymentStrategy`; wire telemetry via observability middleware.\n- Define rollback actions (flag toggle/spec revert/infrastructure swap) in `RollbackManager`.\n- Use canary thresholds (err 1%, P99 500ms) or stricter per domain.\n- Pipe stage events to Ops Slack + Ops Console timeline.\n- For blue-green, run smoke tests before swap; freeze old env 24h post-swap."},{id:"docs.ops.progressive-delivery.how",title:"Progressive delivery runbook",summary:"Step-by-step for canary and blue-green rollouts.",kind:"how",visibility:"public",route:"/docs/ops/progressive-delivery/how",tags:["ops","delivery"],body:`# Progressive Delivery Runbook
|
|
356
164
|
|
|
357
165
|
**Scope**: Contracts runtime deployments running on ContractSpec infrastructure.
|
|
358
166
|
|
|
@@ -396,45 +204,7 @@ thresholds: {
|
|
|
396
204
|
## 5. Incident Hooks
|
|
397
205
|
- \`Deployment\`, \`DeploymentStage\`, and \`RollbackEvent\` tables store the full history.
|
|
398
206
|
- Tag rollbacks with incident ID to keep Ops Console synchronized.
|
|
399
|
-
- Auto-resolve the incident once \`status === 'completed'\` and SLO burn rate returns < 2x.`
|
|
400
|
-
}
|
|
401
|
-
];
|
|
402
|
-
|
|
403
|
-
// src/components/docs/ops/ops-slo-tenant.docblocks.ts
|
|
404
|
-
var opsSloTenantDocs = [
|
|
405
|
-
{
|
|
406
|
-
id: "docs.ops.slo-management.goal",
|
|
407
|
-
title: "SLO management goal",
|
|
408
|
-
summary: "Keep availability/latency SLOs observable and enforceable.",
|
|
409
|
-
kind: "goal",
|
|
410
|
-
visibility: "public",
|
|
411
|
-
route: "/docs/ops/slo-management/goal",
|
|
412
|
-
tags: ["ops", "slo"],
|
|
413
|
-
body: "Ensure every capability has a versioned SLO with alerts, burn-rate workflows, and incident cross-links so rollbacks are justified and auditable."
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
id: "docs.ops.slo-management.usage",
|
|
417
|
-
title: "SLO management usage guide",
|
|
418
|
-
summary: "Quick checklist for defining and operating SLOs.",
|
|
419
|
-
kind: "usage",
|
|
420
|
-
visibility: "public",
|
|
421
|
-
route: "/docs/ops/slo-management/usage",
|
|
422
|
-
tags: ["ops", "slo"],
|
|
423
|
-
body: `- Define \`SLODefinition\` per capability; tag tenant/tier for filtering.
|
|
424
|
-
- Deploy \`SLOMonitor\`; pipe incidents to PagerDuty + Ops Slack.
|
|
425
|
-
- Fast burn 14x -> page; slow burn 6x -> create ticket.
|
|
426
|
-
- Use \`SLOSnapshot\` for dashboards; include deployment IDs in incidents.
|
|
427
|
-
- Reset or advance error budgets after resolution when appropriate.`
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
id: "docs.ops.slo-management.how",
|
|
431
|
-
title: "SLO management runbook",
|
|
432
|
-
summary: "Detailed runbook for SLO lifecycle and incident handling.",
|
|
433
|
-
kind: "how",
|
|
434
|
-
visibility: "public",
|
|
435
|
-
route: "/docs/ops/slo-management/how",
|
|
436
|
-
tags: ["ops", "slo"],
|
|
437
|
-
body: `# SLO Management Runbook
|
|
207
|
+
- Auto-resolve the incident once \`status === 'completed'\` and SLO burn rate returns < 2x.`}];var s=[{id:"docs.ops.slo-management.goal",title:"SLO management goal",summary:"Keep availability/latency SLOs observable and enforceable.",kind:"goal",visibility:"public",route:"/docs/ops/slo-management/goal",tags:["ops","slo"],body:"Ensure every capability has a versioned SLO with alerts, burn-rate workflows, and incident cross-links so rollbacks are justified and auditable."},{id:"docs.ops.slo-management.usage",title:"SLO management usage guide",summary:"Quick checklist for defining and operating SLOs.",kind:"usage",visibility:"public",route:"/docs/ops/slo-management/usage",tags:["ops","slo"],body:"- Define `SLODefinition` per capability; tag tenant/tier for filtering.\n- Deploy `SLOMonitor`; pipe incidents to PagerDuty + Ops Slack.\n- Fast burn 14x -> page; slow burn 6x -> create ticket.\n- Use `SLOSnapshot` for dashboards; include deployment IDs in incidents.\n- Reset or advance error budgets after resolution when appropriate."},{id:"docs.ops.slo-management.how",title:"SLO management runbook",summary:"Detailed runbook for SLO lifecycle and incident handling.",kind:"how",visibility:"public",route:"/docs/ops/slo-management/how",tags:["ops","slo"],body:`# SLO Management Runbook
|
|
438
208
|
|
|
439
209
|
## 1. Definition Lifecycle
|
|
440
210
|
1. Create an entry in \`SLODefinition\` via migration or the Ops Console.
|
|
@@ -466,41 +236,7 @@ monitor.recordWindow({ good, bad, latencyP99, latencyP95 });
|
|
|
466
236
|
|
|
467
237
|
## 5. Reporting
|
|
468
238
|
- Weekly summary = AVG burn rate, # incidents, # auto-rollbacks triggered by SLO monitor.
|
|
469
|
-
- Feed \`SLOIncident\` into Growth Agent for customer comms when SLAs impact tenants.`
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
id: "docs.ops.tenant-customization.goal",
|
|
473
|
-
title: "Tenant customization goal",
|
|
474
|
-
summary: "Let tenants customize overlays/workflows safely with audit and rollback.",
|
|
475
|
-
kind: "goal",
|
|
476
|
-
visibility: "public",
|
|
477
|
-
route: "/docs/ops/tenant-customization/goal",
|
|
478
|
-
tags: ["ops", "tenant"],
|
|
479
|
-
body: "Provide controlled overlays and workflow extensions per tenant with signed assets, versioning, and observability so UI/flow tweaks stay safe and reversible."
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
id: "docs.ops.tenant-customization.usage",
|
|
483
|
-
title: "Tenant customization usage guide",
|
|
484
|
-
summary: "Quick steps for onboarding a tenant customization.",
|
|
485
|
-
kind: "usage",
|
|
486
|
-
visibility: "public",
|
|
487
|
-
route: "/docs/ops/tenant-customization/usage",
|
|
488
|
-
tags: ["ops", "tenant"],
|
|
489
|
-
body: `- Capture fields to hide/rename and workflow deviations.
|
|
490
|
-
- Build overlay in overlay editor; sign JSON with tenant key.
|
|
491
|
-
- Persist in \`Overlay\` table; register via \`OverlayRegistry\` or admin API.
|
|
492
|
-
- Compose \`WorkflowExtension\`; store alongside overlay metadata.
|
|
493
|
-
- Run sandbox smoke tests; ensure audit logs capture overlay events.`
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
id: "docs.ops.tenant-customization.how",
|
|
497
|
-
title: "Tenant customization runbook",
|
|
498
|
-
summary: "Detailed runbook for overlays and workflow extensions.",
|
|
499
|
-
kind: "how",
|
|
500
|
-
visibility: "public",
|
|
501
|
-
route: "/docs/ops/tenant-customization/how",
|
|
502
|
-
tags: ["ops", "tenant"],
|
|
503
|
-
body: `# Tenant Customization Runbook
|
|
239
|
+
- Feed \`SLOIncident\` into Growth Agent for customer comms when SLAs impact tenants.`},{id:"docs.ops.tenant-customization.goal",title:"Tenant customization goal",summary:"Let tenants customize overlays/workflows safely with audit and rollback.",kind:"goal",visibility:"public",route:"/docs/ops/tenant-customization/goal",tags:["ops","tenant"],body:"Provide controlled overlays and workflow extensions per tenant with signed assets, versioning, and observability so UI/flow tweaks stay safe and reversible."},{id:"docs.ops.tenant-customization.usage",title:"Tenant customization usage guide",summary:"Quick steps for onboarding a tenant customization.",kind:"usage",visibility:"public",route:"/docs/ops/tenant-customization/usage",tags:["ops","tenant"],body:"- Capture fields to hide/rename and workflow deviations.\n- Build overlay in overlay editor; sign JSON with tenant key.\n- Persist in `Overlay` table; register via `OverlayRegistry` or admin API.\n- Compose `WorkflowExtension`; store alongside overlay metadata.\n- Run sandbox smoke tests; ensure audit logs capture overlay events."},{id:"docs.ops.tenant-customization.how",title:"Tenant customization runbook",summary:"Detailed runbook for overlays and workflow extensions.",kind:"how",visibility:"public",route:"/docs/ops/tenant-customization/how",tags:["ops","tenant"],body:`# Tenant Customization Runbook
|
|
504
240
|
|
|
505
241
|
Phase 4 introduces managed overlays and workflow extensions. Ops teams should follow this flow when onboarding a tenant that requests UI tweaks or workflow changes.
|
|
506
242
|
|
|
@@ -540,21 +276,7 @@ Managed tenants can override lifecycle playbooks without touching database schem
|
|
|
540
276
|
4. **Event routing**
|
|
541
277
|
- Subscribe to \`LifecycleKpiPipeline\` events (see \`@contractspec/bundle.lifecycle-managed\`) to forward stage changes into tenant-specific analytics.
|
|
542
278
|
|
|
543
|
-
All lifecycle overrides must be versioned alongside the tenant’s overlay and workflow extensions so ops can rollback safely.`
|
|
544
|
-
}
|
|
545
|
-
];
|
|
546
|
-
|
|
547
|
-
// src/components/docs/ops/ops-top.docs.ts
|
|
548
|
-
var opsTopDocs = [
|
|
549
|
-
{
|
|
550
|
-
id: "docs.ops.index",
|
|
551
|
-
title: "Operations docs index",
|
|
552
|
-
summary: "Entry point for operations runbooks and guides.",
|
|
553
|
-
kind: "goal",
|
|
554
|
-
visibility: "public",
|
|
555
|
-
route: "/docs/ops",
|
|
556
|
-
tags: ["ops"],
|
|
557
|
-
body: `# Operations
|
|
279
|
+
All lifecycle overrides must be versioned alongside the tenant’s overlay and workflow extensions so ops can rollback safely.`}];var i=[{id:"docs.ops.index",title:"Operations docs index",summary:"Entry point for operations runbooks and guides.",kind:"goal",visibility:"public",route:"/docs/ops",tags:["ops"],body:`# Operations
|
|
558
280
|
|
|
559
281
|
Browse runbooks and guides for ops workflows:
|
|
560
282
|
- Anomaly detection (goal/usage/how)
|
|
@@ -563,18 +285,4 @@ Browse runbooks and guides for ops workflows:
|
|
|
563
285
|
- Profile settings (goal/usage/how)
|
|
564
286
|
- Progressive delivery (goal/usage/how)
|
|
565
287
|
- SLO management (goal/usage/how)
|
|
566
|
-
- Tenant customization (goal/usage/how)`
|
|
567
|
-
}
|
|
568
|
-
];
|
|
569
|
-
|
|
570
|
-
// src/components/docs/ops/ops.docs.ts
|
|
571
|
-
var opsDocBlocks = [
|
|
572
|
-
...opsTopDocs,
|
|
573
|
-
...opsRunbookDocsA,
|
|
574
|
-
...opsLifecycleDocs,
|
|
575
|
-
...opsRunbookDocsB,
|
|
576
|
-
...opsSloTenantDocs
|
|
577
|
-
];
|
|
578
|
-
export {
|
|
579
|
-
opsDocBlocks
|
|
580
|
-
};
|
|
288
|
+
- Tenant customization (goal/usage/how)`}];var y=[...i,...o,...e,...t,...s];export{y as opsDocBlocks};
|
|
@@ -1,78 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
|
-
var productDocs = [
|
|
4
|
-
{
|
|
5
|
-
id: "docs.product.lifecycle-stages.goal",
|
|
6
|
-
title: "Lifecycle stages goal",
|
|
7
|
-
summary: "Why lifecycle staging exists for ContractSpec products.",
|
|
8
|
-
kind: "goal",
|
|
9
|
-
visibility: "public",
|
|
10
|
-
route: "/docs/product/lifecycle-stages/goal",
|
|
11
|
-
tags: ["product", "lifecycle"],
|
|
12
|
-
body: "Provide a clear, staged journey so teams can adopt ContractSpec incrementally with measurable milestones and ceremonies."
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "docs.product.lifecycle-stages.usage",
|
|
16
|
-
title: "Lifecycle stages usage",
|
|
17
|
-
summary: "How to use lifecycle stages across products.",
|
|
18
|
-
kind: "usage",
|
|
19
|
-
visibility: "public",
|
|
20
|
-
route: "/docs/product/lifecycle-stages/usage",
|
|
21
|
-
tags: ["product", "lifecycle"],
|
|
22
|
-
body: `- Map tenant or project to a lifecycle stage using assessment signals.
|
|
1
|
+
import{registerDocBlocks as f}from"@contractspec/lib.contracts-spec/docs";var h=[{id:"docs.product.lifecycle-stages.goal",title:"Lifecycle stages goal",summary:"Why lifecycle staging exists for ContractSpec products.",kind:"goal",visibility:"public",route:"/docs/product/lifecycle-stages/goal",tags:["product","lifecycle"],body:"Provide a clear, staged journey so teams can adopt ContractSpec incrementally with measurable milestones and ceremonies."},{id:"docs.product.lifecycle-stages.usage",title:"Lifecycle stages usage",summary:"How to use lifecycle stages across products.",kind:"usage",visibility:"public",route:"/docs/product/lifecycle-stages/usage",tags:["product","lifecycle"],body:`- Map tenant or project to a lifecycle stage using assessment signals.
|
|
23
2
|
- Use stage checklists to guide adoption; trigger ceremonies on stage change.
|
|
24
3
|
- Keep stage definitions versioned and referenced by UI and ops docs.
|
|
25
|
-
- Align product messaging to the current stage for clarity and expectation setting.`
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: "docs.product.lifecycle-stages.how",
|
|
29
|
-
title: "Lifecycle stages reference",
|
|
30
|
-
summary: "Reference of lifecycle stages and guidance (from markdown).",
|
|
31
|
-
kind: "how",
|
|
32
|
-
visibility: "public",
|
|
33
|
-
route: "/docs/product/lifecycle-stages/how",
|
|
34
|
-
tags: ["product", "lifecycle"],
|
|
35
|
-
body: `# Lifecycle Stages
|
|
4
|
+
- Align product messaging to the current stage for clarity and expectation setting.`},{id:"docs.product.lifecycle-stages.how",title:"Lifecycle stages reference",summary:"Reference of lifecycle stages and guidance (from markdown).",kind:"how",visibility:"public",route:"/docs/product/lifecycle-stages/how",tags:["product","lifecycle"],body:`# Lifecycle Stages
|
|
36
5
|
|
|
37
|
-
Refer to lifecycle stages definition and guidance in product docs. Keep stage names, descriptions, and ceremonies aligned with implementation and ops runbooks.`
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
id: "docs.product.lifecycle-user-guide.goal",
|
|
41
|
-
title: "Lifecycle user guide goal",
|
|
42
|
-
summary: "Why the lifecycle user guide exists.",
|
|
43
|
-
kind: "goal",
|
|
44
|
-
visibility: "public",
|
|
45
|
-
route: "/docs/product/lifecycle-user-guide/goal",
|
|
46
|
-
tags: ["product", "lifecycle"],
|
|
47
|
-
body: "Help users navigate lifecycle assessments, recommendations, and ceremonies without requiring ops intervention."
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
id: "docs.product.lifecycle-user-guide.usage",
|
|
51
|
-
title: "Lifecycle user guide usage",
|
|
52
|
-
summary: "How users should follow lifecycle guidance.",
|
|
53
|
-
kind: "usage",
|
|
54
|
-
visibility: "public",
|
|
55
|
-
route: "/docs/product/lifecycle-user-guide/usage",
|
|
56
|
-
tags: ["product", "lifecycle"],
|
|
57
|
-
body: `- Review recommended actions after each assessment.
|
|
6
|
+
Refer to lifecycle stages definition and guidance in product docs. Keep stage names, descriptions, and ceremonies aligned with implementation and ops runbooks.`},{id:"docs.product.lifecycle-user-guide.goal",title:"Lifecycle user guide goal",summary:"Why the lifecycle user guide exists.",kind:"goal",visibility:"public",route:"/docs/product/lifecycle-user-guide/goal",tags:["product","lifecycle"],body:"Help users navigate lifecycle assessments, recommendations, and ceremonies without requiring ops intervention."},{id:"docs.product.lifecycle-user-guide.usage",title:"Lifecycle user guide usage",summary:"How users should follow lifecycle guidance.",kind:"usage",visibility:"public",route:"/docs/product/lifecycle-user-guide/usage",tags:["product","lifecycle"],body:`- Review recommended actions after each assessment.
|
|
58
7
|
- Complete milestone checklists to progress stages.
|
|
59
8
|
- Acknowledge stage regressions and follow suggested remediation.
|
|
60
|
-
- Use the Studio UI to trigger reassessments when major changes occur.`
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: "docs.product.lifecycle-user-guide.how",
|
|
64
|
-
title: "Lifecycle user guide reference",
|
|
65
|
-
summary: "Reference content for lifecycle user guide.",
|
|
66
|
-
kind: "how",
|
|
67
|
-
visibility: "public",
|
|
68
|
-
route: "/docs/product/lifecycle-user-guide/how",
|
|
69
|
-
tags: ["product", "lifecycle"],
|
|
70
|
-
body: `# Lifecycle User Guide
|
|
9
|
+
- Use the Studio UI to trigger reassessments when major changes occur.`},{id:"docs.product.lifecycle-user-guide.how",title:"Lifecycle user guide reference",summary:"Reference content for lifecycle user guide.",kind:"how",visibility:"public",route:"/docs/product/lifecycle-user-guide/how",tags:["product","lifecycle"],body:`# Lifecycle User Guide
|
|
71
10
|
|
|
72
|
-
User-facing guide for navigating lifecycle assessments, recommendations, and ceremonies. Keep aligned with runtime logic and ops runbooks.`
|
|
73
|
-
}
|
|
74
|
-
];
|
|
75
|
-
registerDocBlocks(productDocs);
|
|
76
|
-
export {
|
|
77
|
-
productDocs
|
|
78
|
-
};
|
|
11
|
+
User-facing guide for navigating lifecycle assessments, recommendations, and ceremonies. Keep aligned with runtime logic and ops runbooks.`}];f(h);export{h as productDocs};
|