@contractspec/bundle.library 3.0.0 → 3.1.1

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.
Files changed (50) hide show
  1. package/.turbo/turbo-build.log +178 -166
  2. package/AGENTS.md +19 -12
  3. package/CHANGELOG.md +46 -0
  4. package/dist/application/context-storage/index.d.ts +18 -0
  5. package/dist/application/context-storage/index.js +29 -0
  6. package/dist/application/index.d.ts +1 -0
  7. package/dist/application/index.js +662 -2
  8. package/dist/application/mcp/cliMcp.js +12 -2
  9. package/dist/application/mcp/common.d.ts +11 -1
  10. package/dist/application/mcp/common.js +12 -2
  11. package/dist/application/mcp/contractsMcp.d.ts +51 -0
  12. package/dist/application/mcp/contractsMcp.js +531 -0
  13. package/dist/application/mcp/contractsMcpResources.d.ts +7 -0
  14. package/dist/application/mcp/contractsMcpResources.js +124 -0
  15. package/dist/application/mcp/contractsMcpTools.d.ts +9 -0
  16. package/dist/application/mcp/contractsMcpTools.js +200 -0
  17. package/dist/application/mcp/contractsMcpTypes.d.ts +50 -0
  18. package/dist/application/mcp/contractsMcpTypes.js +1 -0
  19. package/dist/application/mcp/docsMcp.js +12 -2
  20. package/dist/application/mcp/index.d.ts +2 -0
  21. package/dist/application/mcp/index.js +635 -2
  22. package/dist/application/mcp/internalMcp.js +12 -2
  23. package/dist/application/mcp/providerRankingMcp.d.ts +46 -0
  24. package/dist/application/mcp/providerRankingMcp.js +494 -0
  25. package/dist/node/application/context-storage/index.js +28 -0
  26. package/dist/node/application/index.js +662 -2
  27. package/dist/node/application/mcp/cliMcp.js +12 -2
  28. package/dist/node/application/mcp/common.js +12 -2
  29. package/dist/node/application/mcp/contractsMcp.js +530 -0
  30. package/dist/node/application/mcp/contractsMcpResources.js +123 -0
  31. package/dist/node/application/mcp/contractsMcpTools.js +199 -0
  32. package/dist/node/application/mcp/contractsMcpTypes.js +0 -0
  33. package/dist/node/application/mcp/docsMcp.js +12 -2
  34. package/dist/node/application/mcp/index.js +635 -2
  35. package/dist/node/application/mcp/internalMcp.js +12 -2
  36. package/dist/node/application/mcp/providerRankingMcp.js +493 -0
  37. package/package.json +111 -25
  38. package/src/application/context-storage/index.ts +58 -0
  39. package/src/application/index.ts +1 -0
  40. package/src/application/mcp/common.ts +28 -1
  41. package/src/application/mcp/contractsMcp.ts +34 -0
  42. package/src/application/mcp/contractsMcpResources.ts +142 -0
  43. package/src/application/mcp/contractsMcpTools.ts +246 -0
  44. package/src/application/mcp/contractsMcpTypes.ts +47 -0
  45. package/src/application/mcp/index.ts +2 -0
  46. package/src/application/mcp/providerRankingMcp.ts +380 -0
  47. package/src/components/docs/generated/docs-index._common.json +879 -1
  48. package/src/components/docs/generated/docs-index.manifest.json +5 -5
  49. package/src/components/docs/generated/docs-index.metrics.json +8 -0
  50. package/src/components/docs/generated/docs-index.platform-integrations.json +8 -0
@@ -2,10 +2,10 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=288
6
- Bundled 288 modules in 125ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=294
6
+ Bundled 294 modules in 151ms
7
7
 
8
- application/index.js 23.85 KB (entry point)
8
+ application/context-storage/index.js 1.0 KB (entry point)
9
9
  presentation/features/templates/types.js 8 bytes (entry point)
10
10
  presentation/features/organisms/index.js 49.89 KB (entry point)
11
11
  presentation/features/organisms/FeatureDetail/types.js 8 bytes (entry point)
@@ -13,105 +13,102 @@ Bundled 288 modules in 125ms
13
13
  presentation/features/molecules/FeatureFilters/types.js 8 bytes (entry point)
14
14
  presentation/features/molecules/index.js 18.78 KB (entry point)
15
15
  presentation/features/index.js 129.44 KB (entry point)
16
- presentation/features/templates/FeatureOverviewTemplate/index.js 7.1 KB (entry point)
17
- presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 7.1 KB (entry point)
18
16
  presentation/features/templates/FeaturePresentationDetailTemplate/index.js 14.0 KB (entry point)
19
17
  presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 14.0 KB (entry point)
20
18
  presentation/features/templates/FeaturePresentationDetailTemplate/types.js 8 bytes (entry point)
21
19
  presentation/features/templates/FeaturePresentationsTemplate/index.js 10.96 KB (entry point)
22
20
  presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 10.96 KB (entry point)
23
21
  presentation/features/templates/FeatureFormsTemplate/index.js 10.88 KB (entry point)
24
- presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.88 KB (entry point)
25
22
  presentation/features/templates/FeatureOperationDetailTemplate/index.js 13.84 KB (entry point)
26
23
  presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 13.84 KB (entry point)
27
24
  presentation/features/templates/FeatureOperationDetailTemplate/types.js 8 bytes (entry point)
28
25
  presentation/features/templates/FeatureOperationsTemplate/index.js 7.15 KB (entry point)
29
26
  presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 7.15 KB (entry point)
30
- presentation/features/templates/FeatureDataViewsTemplate/index.js 10.91 KB (entry point)
27
+ presentation/features/templates/FeatureOverviewTemplate/index.js 7.1 KB (entry point)
28
+ presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 7.1 KB (entry point)
31
29
  presentation/features/templates/FeatureEventDetailTemplate/index.js 13.83 KB (entry point)
32
- presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 13.83 KB (entry point)
33
30
  presentation/features/templates/FeatureEventDetailTemplate/types.js 8 bytes (entry point)
34
31
  presentation/features/templates/FeatureEventsTemplate/index.js 10.84 KB (entry point)
35
32
  presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 10.84 KB (entry point)
36
33
  presentation/features/templates/FeatureFormDetailTemplate/index.js 15.38 KB (entry point)
37
- presentation/features/templates/FeatureFormDetailTemplate/types.js 8 bytes (entry point)
38
34
  presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 15.38 KB (entry point)
39
- presentation/features/organisms/FeatureFormsList.js 9.58 KB (entry point)
40
- presentation/features/organisms/FeatureOperationsList.js 5.82 KB (entry point)
35
+ presentation/features/templates/FeatureFormDetailTemplate/types.js 8 bytes (entry point)
36
+ presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.88 KB (entry point)
41
37
  presentation/features/organisms/FeaturePresentationsList.js 9.61 KB (entry point)
42
38
  presentation/features/templates/FeatureDataViewDetailTemplate/index.js 15.49 KB (entry point)
43
39
  presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 15.49 KB (entry point)
44
40
  presentation/features/templates/FeatureDataViewDetailTemplate/types.js 8 bytes (entry point)
41
+ presentation/features/templates/FeatureDataViewsTemplate/index.js 10.91 KB (entry point)
45
42
  presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 10.91 KB (entry point)
46
- presentation/features/organisms/FeatureDataViewsList.js 9.58 KB (entry point)
43
+ presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 13.83 KB (entry point)
47
44
  presentation/features/organisms/FeatureDetail/index.js 5.86 KB (entry point)
48
- presentation/features/organisms/FeatureDetail/FeatureDetail.js 5.86 KB (entry point)
49
45
  presentation/features/organisms/FeatureDiscovery/index.js 33.44 KB (entry point)
50
46
  presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 33.44 KB (entry point)
51
47
  presentation/features/organisms/FeatureEventsList.js 9.54 KB (entry point)
52
- presentation/features/molecules/FeatureCategoryHeader/index.js 2.0 KB (entry point)
53
- presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 2.0 KB (entry point)
48
+ presentation/features/organisms/FeatureFormsList.js 9.58 KB (entry point)
49
+ presentation/features/organisms/FeatureOperationsList.js 5.82 KB (entry point)
54
50
  presentation/features/molecules/FeatureFilters/index.js 3.24 KB (entry point)
55
51
  presentation/features/molecules/FeatureFilters/FeatureFilters.js 3.24 KB (entry point)
52
+ presentation/features/organisms/FeatureDataViewsList.js 9.58 KB (entry point)
53
+ presentation/features/organisms/FeatureDetail/FeatureDetail.js 5.86 KB (entry point)
56
54
  presentation/features/hooks/useRelatedDocs.js 0.95 KB (entry point)
57
55
  presentation/features/molecules/FeatureCard/index.js 13.44 KB (entry point)
58
56
  presentation/features/molecules/FeatureCard/FeatureCard.js 13.44 KB (entry point)
59
57
  presentation/features/molecules/FeatureHoverPreview/index.js 7.29 KB (entry point)
60
58
  presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 7.29 KB (entry point)
61
59
  presentation/features/molecules/FeatureCard/types.js 8 bytes (entry point)
62
- libs/posthog/client.js 1.73 KB (entry point)
63
- libs/posthog/native.js 0.79 KB (entry point)
60
+ presentation/features/molecules/FeatureCategoryHeader/index.js 2.0 KB (entry point)
61
+ presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 2.0 KB (entry point)
64
62
  libs/posthog/server.js 429 bytes (entry point)
65
63
  libs/pricing-examples.js 372 bytes (entry point)
66
64
  presentation/features/atoms/index.js 2.24 KB (entry point)
67
65
  presentation/features/atoms/FeatureIcon/index.js 2.24 KB (entry point)
68
66
  presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.24 KB (entry point)
69
67
  presentation/features/hooks/index.js 12.59 KB (entry point)
68
+ presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
70
69
  presentation/features/hooks/useContractsRegistry.js 9.0 KB (entry point)
71
70
  presentation/features/hooks/useFeatureFilters.js 2.53 KB (entry point)
72
- presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
71
+ libs/email/types.js 49 bytes (entry point)
72
+ libs/posthog/client.js 1.73 KB (entry point)
73
+ libs/posthog/native.js 0.79 KB (entry point)
74
+ ./index.js 1.48 MB (entry point)
75
+ infrastructure/index.js 0.78 KB (entry point)
76
+ infrastructure/elysia/index.js 0.78 KB (entry point)
73
77
  libs/email.js 20.48 KB (entry point)
74
78
  libs/email/contact.js 6.1 KB (entry point)
75
79
  libs/email/newsletter.js 6.84 KB (entry point)
76
- libs/email/types.js 49 bytes (entry point)
77
80
  libs/email/waitlist-application.js 10.73 KB (entry point)
78
81
  libs/email/waitlist.js 7.45 KB (entry point)
79
- libs/email/client.js 3.38 KB (entry point)
80
82
  libs/email/utils.js 273 bytes (entry point)
81
- ./index.js 1.48 MB (entry point)
83
+ libs/email/client.js 3.38 KB (entry point)
84
+ config/index.js 3.37 KB (entry point)
82
85
  features/index.js 9.79 KB (entry point)
83
86
  features/registry.js 3.47 KB (entry point)
84
- features/mcp.feature.js 0.85 KB (entry point)
85
87
  features/presentations.feature.js 0.99 KB (entry point)
86
- infrastructure/index.js 0.78 KB (entry point)
87
- infrastructure/elysia/index.js 0.78 KB (entry point)
88
- config/index.js 3.37 KB (entry point)
89
- config/contractspec-blueprint.js 3.28 KB (entry point)
90
- config/contractspec-branding.js 0.98 KB (entry point)
91
- config/contractspec-routes.js 0.85 KB (entry point)
92
88
  features/contracts-registry.js 5.65 KB (entry point)
93
89
  features/docs.feature.js 0.91 KB (entry point)
94
- components/templates/recipes/types.js 8 bytes (entry point)
90
+ features/mcp.feature.js 0.85 KB (entry point)
95
91
  components/templates/todos/types.js 8 bytes (entry point)
92
+ config/contractspec-blueprint.js 3.28 KB (entry point)
93
+ config/contractspec-routes.js 0.85 KB (entry point)
94
+ config/contractspec-branding.js 0.98 KB (entry point)
96
95
  components/templates/messaging/types.js 8 bytes (entry point)
96
+ components/templates/recipes/types.js 8 bytes (entry point)
97
97
  components/shell/index.js 8.0 KB (entry point)
98
- components/shell/WorkspaceProjectShellLayout.js 7.98 KB (entry point)
99
- components/shell/WorkspaceHeader.js 3.82 KB (entry point)
100
- components/shell/WorkspaceSidebar.js 2.58 KB (entry point)
101
98
  components/templates/engine/index.js 1.19 KB (entry point)
102
99
  components/templates/index.js 41.48 KB (entry point)
103
- components/templates/recipes/index.js 10.71 KB (entry point)
104
100
  components/templates/todos/index.js 19.27 KB (entry point)
105
101
  components/templates/todos/TaskList.js 19.23 KB (entry point)
106
102
  components/templates/todos/FilterBar.js 4.55 KB (entry point)
107
103
  components/templates/todos/TaskForm.js 6.54 KB (entry point)
108
104
  components/templates/todos/TaskItem.js 3.86 KB (entry point)
109
105
  components/templates/messaging/index.js 11.23 KB (entry point)
110
- components/templates/messaging/MessagingWorkspace.js 11.15 KB (entry point)
106
+ components/templates/recipes/index.js 10.71 KB (entry point)
111
107
  components/templates/recipes/RecipeList.js 10.66 KB (entry point)
112
108
  components/templates/recipes/LanguageSwitcher.js 0.78 KB (entry point)
113
109
  components/templates/recipes/RecipeCard.js 3.25 KB (entry point)
114
110
  components/templates/recipes/RecipeDetail.js 3.13 KB (entry point)
111
+ components/templates/messaging/MessagingWorkspace.js 11.15 KB (entry point)
115
112
  components/templates/messaging/ConversationList.js 3.95 KB (entry point)
116
113
  components/templates/messaging/MessageComposer.js 5.96 KB (entry point)
117
114
  components/templates/messaging/MessageThread.js 3.59 KB (entry point)
@@ -120,184 +117,193 @@ Bundled 288 modules in 125ms
120
117
  components/legal/TermsTemplate.js 52.0 KB (entry point)
121
118
  components/shared/index.js 1.31 KB (entry point)
122
119
  components/shared/FeatureGateNotice.js 1.31 KB (entry point)
120
+ components/shell/WorkspaceProjectShellLayout.js 7.98 KB (entry point)
121
+ components/shell/WorkspaceSidebar.js 2.58 KB (entry point)
122
+ components/shell/WorkspaceHeader.js 3.82 KB (entry point)
123
123
  components/docs/tech/contracts/tech-docs.docblocks.js 0.70 KB (entry point)
124
124
  components/integrations/index.js 25.52 KB (entry point)
125
- components/integrations/organisms/IntegrationMarketplace.js 9.0 KB (entry point)
126
- components/integrations/organisms/IntegrationSettings.js 11.69 KB (entry point)
127
125
  components/integrations/organisms/KnowledgeSourceList.js 4.61 KB (entry point)
126
+ components/integrations/organisms/IntegrationMarketplace.js 9.0 KB (entry point)
128
127
  components/integrations/molecules/IntegrationCard.js 3.93 KB (entry point)
128
+ components/integrations/organisms/IntegrationSettings.js 11.69 KB (entry point)
129
129
  components/docs/ops/ops.docs.js 24.1 KB (entry point)
130
- components/docs/ops/ops-lifecycle.docblocks.js 6.22 KB (entry point)
131
- components/docs/ops/ops-runbooks-a.docblocks.js 5.48 KB (entry point)
132
130
  components/docs/ops/ops-runbooks-b.docblocks.js 5.15 KB (entry point)
133
131
  components/docs/ops/ops-slo-tenant.docblocks.js 6.53 KB (entry point)
134
132
  components/docs/ops/ops-top.docs.js 0.66 KB (entry point)
135
133
  components/docs/product/product.docblocks.js 3.16 KB (entry point)
134
+ components/docs/ops/ops-lifecycle.docblocks.js 6.22 KB (entry point)
135
+ components/docs/ops/ops-runbooks-a.docblocks.js 5.48 KB (entry point)
136
136
  components/docs/index.js 1.28 MB (entry point)
137
137
  components/docs/studio/index.js 9.16 KB (entry point)
138
- components/docs/studio/StudioGettingStartedPage.js 0.97 KB (entry point)
139
- components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
140
138
  components/docs/studio/StudioOverviewPage.js 4.43 KB (entry point)
141
139
  components/docs/studio/StudioVisualBuilderPage.js 0.96 KB (entry point)
142
140
  components/docs/specs/index.js 95.14 KB (entry point)
143
- components/docs/specs/SpecsDataViewsPage.js 13.39 KB (entry point)
144
- components/docs/specs/SpecsOverlaysPage.js 18.29 KB (entry point)
145
141
  components/docs/specs/SpecsOverviewPage.js 18.21 KB (entry point)
146
142
  components/docs/specs/SpecsPolicyPage.js 20.58 KB (entry point)
147
143
  components/docs/specs/SpecsWorkflowsPage.js 16.15 KB (entry point)
148
144
  components/docs/studio/StudioBYOKPage.js 0.93 KB (entry point)
149
145
  components/docs/studio/StudioDeploymentsPage.js 0.94 KB (entry point)
146
+ components/docs/studio/StudioGettingStartedPage.js 0.97 KB (entry point)
147
+ components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
150
148
  components/docs/safety/index.js 80.91 KB (entry point)
151
- components/docs/safety/SafetyOverviewPage.js 12.32 KB (entry point)
152
- components/docs/safety/SafetyPDPPage.js 15.22 KB (entry point)
153
149
  components/docs/safety/SafetySecurityTrustPage.js 9.54 KB (entry point)
154
150
  components/docs/safety/SafetySigningPage.js 4.11 KB (entry point)
155
151
  components/docs/safety/SafetyTenantIsolationPage.js 3.57 KB (entry point)
156
152
  components/docs/specs/SpecsCapabilitiesPage.js 8.12 KB (entry point)
153
+ components/docs/specs/SpecsDataViewsPage.js 13.39 KB (entry point)
154
+ components/docs/specs/SpecsOverlaysPage.js 18.29 KB (entry point)
157
155
  components/docs/reference/index.js 15.1 KB (entry point)
158
156
  components/docs/reference/DocsReferenceIndexPage.js 6.77 KB (entry point)
159
- components/docs/reference/DocsReferenceIndexClient.js 4.34 KB (entry point)
160
157
  components/docs/reference/DocsReferencePage.js 8.25 KB (entry point)
161
- components/docs/reference/DocsReferenceContent.js 7.97 KB (entry point)
162
158
  components/docs/safety/SafetyAuditingPage.js 17.71 KB (entry point)
163
159
  components/docs/safety/SafetyMigrationsPage.js 18.1 KB (entry point)
160
+ components/docs/safety/SafetyOverviewPage.js 12.32 KB (entry point)
161
+ components/docs/safety/SafetyPDPPage.js 15.22 KB (entry point)
162
+ components/docs/reference/DocsReferenceContent.js 7.97 KB (entry point)
164
163
  components/docs/reference/DocsMarkdownContent.js 5.88 KB (entry point)
165
164
  components/docs/reference/docsMarkdownParser.js 2.83 KB (entry point)
165
+ components/docs/reference/DocsReferenceIndexClient.js 4.34 KB (entry point)
166
166
  components/docs/libraries/index.js 209.99 KB (entry point)
167
- components/docs/libraries/LibrariesUIKitPage.js 10.25 KB (entry point)
168
- components/docs/libraries/LibrariesWorkflowComposerPage.js 3.82 KB (entry point)
169
167
  components/docs/libraries/LibrariesWorkflowsPage.js 8.41 KB (entry point)
170
168
  components/docs/manifesto/ManifestoPage.js 10.21 KB (entry point)
171
169
  components/docs/ops/index.js 9.33 KB (entry point)
172
170
  components/docs/ops/AutoEvolutionOpsPage.js 6.34 KB (entry point)
173
171
  components/docs/ops/DistributedTracingOpsPage.js 2.99 KB (entry point)
174
- components/docs/libraries/LibrariesPersonalizationPage.js 5.32 KB (entry point)
175
- components/docs/libraries/LibrariesProgressiveDeliveryPage.js 5.89 KB (entry point)
176
172
  components/docs/libraries/LibrariesResiliencePage.js 5.17 KB (entry point)
177
173
  components/docs/libraries/LibrariesRuntimePage.js 9.93 KB (entry point)
178
174
  components/docs/libraries/LibrariesSLOPage.js 4.99 KB (entry point)
179
175
  components/docs/libraries/LibrariesSchemaPage.js 13.33 KB (entry point)
180
176
  components/docs/libraries/LibrariesSupportBotPage.js 6.00 KB (entry point)
181
177
  components/docs/libraries/LibrariesTestingPage.js 5.87 KB (entry point)
182
- components/docs/libraries/LibrariesDesignSystemPage.js 12.92 KB (entry point)
183
- components/docs/libraries/LibrariesEvolutionPage.js 6.25 KB (entry point)
178
+ components/docs/libraries/LibrariesUIKitPage.js 10.25 KB (entry point)
179
+ components/docs/libraries/LibrariesWorkflowComposerPage.js 3.82 KB (entry point)
184
180
  components/docs/libraries/LibrariesGraphQLPage.js 8.21 KB (entry point)
185
181
  components/docs/libraries/LibrariesGrowthPage.js 4.26 KB (entry point)
186
182
  components/docs/libraries/LibrariesMultiTenancyPage.js 4.57 KB (entry point)
187
183
  components/docs/libraries/LibrariesObservabilityPage.js 5.91 KB (entry point)
188
184
  components/docs/libraries/LibrariesOverlayEnginePage.js 5.14 KB (entry point)
189
185
  components/docs/libraries/LibrariesOverviewPage.js 22.92 KB (entry point)
190
- components/docs/libraries/LibrariesAccessibilityPage.js 9.0 KB (entry point)
191
- components/docs/libraries/LibrariesAiAgentPage.js 6.58 KB (entry point)
186
+ components/docs/libraries/LibrariesPersonalizationPage.js 5.32 KB (entry point)
187
+ components/docs/libraries/LibrariesProgressiveDeliveryPage.js 5.89 KB (entry point)
192
188
  components/docs/libraries/LibrariesAnalyticsPage.js 3.81 KB (entry point)
193
189
  components/docs/libraries/LibrariesContentGenPage.js 4.85 KB (entry point)
194
190
  components/docs/libraries/LibrariesContractsPage.js 12.70 KB (entry point)
195
191
  components/docs/libraries/LibrariesCostTrackingPage.js 4.79 KB (entry point)
196
192
  components/docs/libraries/LibrariesDataBackendPage.js 8.13 KB (entry point)
197
193
  components/docs/libraries/LibrariesDataViewsPage.js 8.15 KB (entry point)
198
- components/docs/intent/index.js 60.95 KB (entry point)
199
- components/docs/intent/intent-pages.docblocks.js 5.95 KB (entry point)
194
+ components/docs/libraries/LibrariesDesignSystemPage.js 12.92 KB (entry point)
195
+ components/docs/libraries/LibrariesEvolutionPage.js 6.25 KB (entry point)
200
196
  components/docs/knowledge/index.js 111.18 KB (entry point)
201
197
  components/docs/knowledge/KnowledgeCategoriesPage.js 40.63 KB (entry point)
202
198
  components/docs/knowledge/KnowledgeExamplesPage.js 12.21 KB (entry point)
203
199
  components/docs/knowledge/KnowledgeOverviewPage.js 21.54 KB (entry point)
204
200
  components/docs/knowledge/KnowledgeSourcesPage.js 20.24 KB (entry point)
205
201
  components/docs/knowledge/KnowledgeSpacesPage.js 16.13 KB (entry point)
206
- components/docs/integrations/index.js 187.1 KB (entry point)
207
- components/docs/integrations/IntegrationsWhatsappTwilioPage.js 6.80 KB (entry point)
202
+ components/docs/libraries/LibrariesAccessibilityPage.js 9.0 KB (entry point)
203
+ components/docs/libraries/LibrariesAiAgentPage.js 6.58 KB (entry point)
204
+ components/docs/intent/index.js 60.95 KB (entry point)
208
205
  components/docs/intent/ContractFirstApiPage.js 6.26 KB (entry point)
209
206
  components/docs/intent/DeterministicCodegenPage.js 7.35 KB (entry point)
210
207
  components/docs/intent/GenerateClientFromSchemaPage.js 14.37 KB (entry point)
211
208
  components/docs/intent/OpenapiAlternativePage.js 10.46 KB (entry point)
212
209
  components/docs/intent/SchemaValidationTypescriptPage.js 8.45 KB (entry point)
213
210
  components/docs/intent/SpecDrivenDevelopmentPage.js 7.75 KB (entry point)
214
- components/docs/integrations/IntegrationsQdrantPage.js 5.83 KB (entry point)
215
- components/docs/integrations/IntegrationsResendPage.js 4.51 KB (entry point)
211
+ components/docs/intent/intent-pages.docblocks.js 5.95 KB (entry point)
212
+ components/docs/integrations/index.js 187.1 KB (entry point)
216
213
  components/docs/integrations/IntegrationsS3Page.js 5.88 KB (entry point)
217
214
  components/docs/integrations/IntegrationsSlackPage.js 6.56 KB (entry point)
218
215
  components/docs/integrations/IntegrationsSpecModelPage.js 18.25 KB (entry point)
219
216
  components/docs/integrations/IntegrationsStripePage.js 17.23 KB (entry point)
220
217
  components/docs/integrations/IntegrationsTwilioPage.js 5.77 KB (entry point)
221
218
  components/docs/integrations/IntegrationsWhatsappMetaPage.js 6.44 KB (entry point)
222
- components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
223
- components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.57 KB (entry point)
219
+ components/docs/integrations/IntegrationsWhatsappTwilioPage.js 6.80 KB (entry point)
224
220
  components/docs/integrations/IntegrationsHealthRoutingPage.js 7.11 KB (entry point)
225
221
  components/docs/integrations/IntegrationsMistralPage.js 7.31 KB (entry point)
226
222
  components/docs/integrations/IntegrationsOpenAIPage.js 6.83 KB (entry point)
227
223
  components/docs/integrations/IntegrationsOverviewPage.js 40.17 KB (entry point)
228
224
  components/docs/integrations/IntegrationsPostmarkPage.js 10.44 KB (entry point)
229
225
  components/docs/integrations/IntegrationsPowensPage.js 14.88 KB (entry point)
226
+ components/docs/integrations/IntegrationsQdrantPage.js 5.83 KB (entry point)
227
+ components/docs/integrations/IntegrationsResendPage.js 4.51 KB (entry point)
230
228
  components/docs/guides/index.js 124.44 KB (entry point)
231
- components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
232
- components/docs/guides/GuidesIndexPage.js 5.96 KB (entry point)
233
229
  components/docs/guides/guides.docblocks.js 3.45 KB (entry point)
234
230
  components/docs/integrations/IntegrationsCircuitBreakersPage.js 2.1 KB (entry point)
235
231
  components/docs/integrations/IntegrationsElevenLabsPage.js 4.62 KB (entry point)
236
232
  components/docs/integrations/IntegrationsGithubPage.js 6.38 KB (entry point)
237
- components/docs/getting-started/index.js 89.61 KB (entry point)
238
- components/docs/getting-started/getting-started.docblocks.js 3.16 KB (entry point)
233
+ components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
234
+ components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.57 KB (entry point)
239
235
  components/docs/guides/GuideCIDiffGatingPage.js 8.66 KB (entry point)
240
236
  components/docs/guides/GuideContractTypesPage.js 32.57 KB (entry point)
241
237
  components/docs/guides/GuideDocsPipelinePage.js 9.21 KB (entry point)
242
238
  components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.17 KB (entry point)
243
239
  components/docs/guides/GuideImportExistingCodebasesPage.js 38.78 KB (entry point)
244
240
  components/docs/guides/GuideNextjsOneEndpointPage.js 12.92 KB (entry point)
245
- components/docs/getting-started/CompatibilityPage.js 7.42 KB (entry point)
246
- components/docs/getting-started/DataViewTutorialPage.js 8.29 KB (entry point)
241
+ components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
242
+ components/docs/guides/GuidesIndexPage.js 5.96 KB (entry point)
243
+ components/docs/getting-started/index.js 89.61 KB (entry point)
247
244
  components/docs/getting-started/DeveloperToolsPage.js 7.93 KB (entry point)
248
245
  components/docs/getting-started/HelloWorldPage.js 11.17 KB (entry point)
249
246
  components/docs/getting-started/InstallationPage.js 6.62 KB (entry point)
250
247
  components/docs/getting-started/StartHerePage.js 5.16 KB (entry point)
251
248
  components/docs/getting-started/TroubleshootingPage.js 7.30 KB (entry point)
252
249
  components/docs/getting-started/VSCodeExtensionPage.js 20.0 KB (entry point)
253
- components/docs/ecosystem/index.js 25.44 KB (entry point)
254
- components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
250
+ components/docs/getting-started/getting-started.docblocks.js 3.16 KB (entry point)
255
251
  components/docs/examples/index.js 2.97 KB (entry point)
256
252
  components/docs/examples/DocsExamplesPage.js 2.97 KB (entry point)
257
253
  components/docs/generated/index.js 2.19 KB (entry point)
258
254
  components/docs/generated/loader.js 2.19 KB (entry point)
259
255
  components/docs/generated/docs-index.generated.js 153 bytes (entry point)
260
256
  components/docs/getting-started/CLIPage.js 11.98 KB (entry point)
257
+ components/docs/getting-started/CompatibilityPage.js 7.42 KB (entry point)
258
+ components/docs/getting-started/DataViewTutorialPage.js 8.29 KB (entry point)
261
259
  components/docs/comparison/index.js 82.40 KB (entry point)
262
- components/docs/comparison/ComparisonOverviewPage.js 10.69 KB (entry point)
263
- components/docs/comparison/ComparisonWindmillPage.js 13.61 KB (entry point)
264
260
  components/docs/comparison/ComparisonWorkflowEnginesPage.js 18.68 KB (entry point)
261
+ components/docs/ecosystem/index.js 25.44 KB (entry point)
265
262
  components/docs/ecosystem/IntegrationsPage.js 4.34 KB (entry point)
266
263
  components/docs/ecosystem/PluginsPage.js 8.19 KB (entry point)
267
264
  components/docs/ecosystem/RegistryPage.js 4.34 KB (entry point)
268
265
  components/docs/ecosystem/TemplatesPage.js 6.18 KB (entry point)
269
266
  components/docs/shared/StudioPrompt.js 1.11 KB (entry point)
267
+ components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
270
268
  components/docs/architecture/index.js 89.43 KB (entry point)
271
- components/docs/architecture/ArchitectureIntegrationBindingPage.js 14.57 KB (entry point)
272
- components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.62 KB (entry point)
273
269
  components/docs/architecture/ArchitectureMultiTenancyPage.js 7.28 KB (entry point)
274
270
  components/docs/architecture/ArchitectureOverviewPage.js 23.14 KB (entry point)
275
271
  components/docs/comparison/ComparisonAutomationPlatformsPage.js 13.31 KB (entry point)
276
272
  components/docs/comparison/ComparisonEnterprisePlatformsPage.js 12.38 KB (entry point)
277
273
  components/docs/comparison/ComparisonInternalToolBuildersPage.js 13.45 KB (entry point)
274
+ components/docs/comparison/ComparisonOverviewPage.js 10.69 KB (entry point)
275
+ components/docs/comparison/ComparisonWindmillPage.js 13.61 KB (entry point)
278
276
  components/docs/advanced/index.js 54.21 KB (entry point)
279
- components/docs/advanced/AdvancedOverlayEditorPage.js 4.60 KB (entry point)
280
- components/docs/advanced/AdvancedRenderersPage.js 5.78 KB (entry point)
281
277
  components/docs/advanced/AdvancedSpecExperimentsPage.js 4.87 KB (entry point)
282
278
  components/docs/advanced/AdvancedTelemetryPage.js 19.1 KB (entry point)
283
279
  components/docs/advanced/AdvancedWorkflowMonitoringPage.js 4.41 KB (entry point)
284
280
  components/docs/architecture/ArchitectureAppConfigPage.js 14.0 KB (entry point)
285
281
  components/docs/architecture/ArchitectureControlPlanePage.js 8.35 KB (entry point)
286
- application/mcp/index.js 23.85 KB (entry point)
287
- application/mcp/cliMcp.js 12.48 KB (entry point)
288
- application/mcp/docsMcp.js 10.13 KB (entry point)
282
+ components/docs/architecture/ArchitectureIntegrationBindingPage.js 14.57 KB (entry point)
283
+ components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.62 KB (entry point)
284
+ components/docs/DocsIndexPage.js 12.26 KB (entry point)
285
+ components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
286
+ components/docs/advanced/AdvancedOverlayEditorPage.js 4.60 KB (entry point)
287
+ components/docs/advanced/AdvancedRenderersPage.js 5.78 KB (entry point)
288
+ application/index.js 45.52 KB (entry point)
289
+ application/mcp/index.js 44.54 KB (entry point)
290
+ application/mcp/docsMcp.js 10.46 KB (entry point)
289
291
  features/docs/index.js 443 bytes (entry point)
290
292
  features/docs/docs.contracts.js 443 bytes (entry point)
291
- application/mcp/internalMcp.js 11.17 KB (entry point)
293
+ application/mcp/internalMcp.js 11.50 KB (entry point)
294
+ application/mcp/providerRankingMcp.js 14.81 KB (entry point)
295
+ application/mcp/cliMcp.js 12.82 KB (entry point)
296
+ application/mcp/contractsMcp.js 16.0 KB (entry point)
292
297
  infrastructure/elysia/logger.js 0.78 KB (entry point)
293
- application/mcp/common.js 4.49 KB (entry point)
294
- components/docs/DocsIndexPage.js 12.26 KB (entry point)
295
- components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
298
+ application/mcp/common.js 4.82 KB (entry point)
299
+ application/mcp/contractsMcpResources.js 3.53 KB (entry point)
300
+ application/mcp/contractsMcpTools.js 6.74 KB (entry point)
301
+ application/mcp/contractsMcpTypes.js 8 bytes (entry point)
296
302
 
297
- [contractspec-bun-build] transpile target=node root=src entries=288
298
- Bundled 288 modules in 128ms
303
+ [contractspec-bun-build] transpile target=node root=src entries=294
304
+ Bundled 294 modules in 120ms
299
305
 
300
- application/index.js 23.85 KB (entry point)
306
+ application/context-storage/index.js 0.99 KB (entry point)
301
307
  presentation/features/templates/types.js 0 KB (entry point)
302
308
  presentation/features/organisms/index.js 49.89 KB (entry point)
303
309
  presentation/features/organisms/FeatureDetail/types.js 0 KB (entry point)
@@ -305,105 +311,102 @@ Bundled 288 modules in 128ms
305
311
  presentation/features/molecules/FeatureFilters/types.js 0 KB (entry point)
306
312
  presentation/features/molecules/index.js 18.77 KB (entry point)
307
313
  presentation/features/index.js 129.43 KB (entry point)
308
- presentation/features/templates/FeatureOverviewTemplate/index.js 7.1 KB (entry point)
309
- presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 7.1 KB (entry point)
310
314
  presentation/features/templates/FeaturePresentationDetailTemplate/index.js 14.00 KB (entry point)
311
315
  presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 14.00 KB (entry point)
312
316
  presentation/features/templates/FeaturePresentationDetailTemplate/types.js 0 KB (entry point)
313
317
  presentation/features/templates/FeaturePresentationsTemplate/index.js 10.95 KB (entry point)
314
318
  presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 10.95 KB (entry point)
315
319
  presentation/features/templates/FeatureFormsTemplate/index.js 10.87 KB (entry point)
316
- presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.87 KB (entry point)
317
320
  presentation/features/templates/FeatureOperationDetailTemplate/index.js 13.83 KB (entry point)
318
321
  presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 13.83 KB (entry point)
319
322
  presentation/features/templates/FeatureOperationDetailTemplate/types.js 0 KB (entry point)
320
323
  presentation/features/templates/FeatureOperationsTemplate/index.js 7.14 KB (entry point)
321
324
  presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 7.14 KB (entry point)
322
- presentation/features/templates/FeatureDataViewsTemplate/index.js 10.90 KB (entry point)
325
+ presentation/features/templates/FeatureOverviewTemplate/index.js 7.1 KB (entry point)
326
+ presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 7.1 KB (entry point)
323
327
  presentation/features/templates/FeatureEventDetailTemplate/index.js 13.83 KB (entry point)
324
- presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 13.83 KB (entry point)
325
328
  presentation/features/templates/FeatureEventDetailTemplate/types.js 0 KB (entry point)
326
329
  presentation/features/templates/FeatureEventsTemplate/index.js 10.84 KB (entry point)
327
330
  presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 10.84 KB (entry point)
328
331
  presentation/features/templates/FeatureFormDetailTemplate/index.js 15.37 KB (entry point)
329
- presentation/features/templates/FeatureFormDetailTemplate/types.js 0 KB (entry point)
330
332
  presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 15.37 KB (entry point)
331
- presentation/features/organisms/FeatureFormsList.js 9.58 KB (entry point)
332
- presentation/features/organisms/FeatureOperationsList.js 5.81 KB (entry point)
333
+ presentation/features/templates/FeatureFormDetailTemplate/types.js 0 KB (entry point)
334
+ presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.87 KB (entry point)
333
335
  presentation/features/organisms/FeaturePresentationsList.js 9.60 KB (entry point)
334
336
  presentation/features/templates/FeatureDataViewDetailTemplate/index.js 15.48 KB (entry point)
335
337
  presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 15.48 KB (entry point)
336
338
  presentation/features/templates/FeatureDataViewDetailTemplate/types.js 0 KB (entry point)
339
+ presentation/features/templates/FeatureDataViewsTemplate/index.js 10.90 KB (entry point)
337
340
  presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 10.90 KB (entry point)
338
- presentation/features/organisms/FeatureDataViewsList.js 9.57 KB (entry point)
341
+ presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 13.83 KB (entry point)
339
342
  presentation/features/organisms/FeatureDetail/index.js 5.85 KB (entry point)
340
- presentation/features/organisms/FeatureDetail/FeatureDetail.js 5.85 KB (entry point)
341
343
  presentation/features/organisms/FeatureDiscovery/index.js 33.43 KB (entry point)
342
344
  presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 33.43 KB (entry point)
343
345
  presentation/features/organisms/FeatureEventsList.js 9.53 KB (entry point)
344
- presentation/features/molecules/FeatureCategoryHeader/index.js 2.00 KB (entry point)
345
- presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 2.00 KB (entry point)
346
+ presentation/features/organisms/FeatureFormsList.js 9.58 KB (entry point)
347
+ presentation/features/organisms/FeatureOperationsList.js 5.81 KB (entry point)
346
348
  presentation/features/molecules/FeatureFilters/index.js 3.23 KB (entry point)
347
349
  presentation/features/molecules/FeatureFilters/FeatureFilters.js 3.23 KB (entry point)
350
+ presentation/features/organisms/FeatureDataViewsList.js 9.57 KB (entry point)
351
+ presentation/features/organisms/FeatureDetail/FeatureDetail.js 5.85 KB (entry point)
348
352
  presentation/features/hooks/useRelatedDocs.js 0.94 KB (entry point)
349
353
  presentation/features/molecules/FeatureCard/index.js 13.43 KB (entry point)
350
354
  presentation/features/molecules/FeatureCard/FeatureCard.js 13.43 KB (entry point)
351
355
  presentation/features/molecules/FeatureHoverPreview/index.js 7.28 KB (entry point)
352
356
  presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 7.28 KB (entry point)
353
357
  presentation/features/molecules/FeatureCard/types.js 0 KB (entry point)
354
- libs/posthog/client.js 1.73 KB (entry point)
355
- libs/posthog/native.js 0.78 KB (entry point)
358
+ presentation/features/molecules/FeatureCategoryHeader/index.js 2.00 KB (entry point)
359
+ presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 2.00 KB (entry point)
356
360
  libs/posthog/server.js 421 bytes (entry point)
357
361
  libs/pricing-examples.js 361 bytes (entry point)
358
362
  presentation/features/atoms/index.js 2.23 KB (entry point)
359
363
  presentation/features/atoms/FeatureIcon/index.js 2.23 KB (entry point)
360
364
  presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.23 KB (entry point)
361
365
  presentation/features/hooks/index.js 12.59 KB (entry point)
366
+ presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
362
367
  presentation/features/hooks/useContractsRegistry.js 9.0 KB (entry point)
363
368
  presentation/features/hooks/useFeatureFilters.js 2.52 KB (entry point)
364
- presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
369
+ libs/email/types.js 41 bytes (entry point)
370
+ libs/posthog/client.js 1.73 KB (entry point)
371
+ libs/posthog/native.js 0.78 KB (entry point)
372
+ ./index.js 1.48 MB (entry point)
373
+ infrastructure/index.js 0.77 KB (entry point)
374
+ infrastructure/elysia/index.js 0.77 KB (entry point)
365
375
  libs/email.js 20.42 KB (entry point)
366
376
  libs/email/contact.js 6.1 KB (entry point)
367
377
  libs/email/newsletter.js 6.82 KB (entry point)
368
- libs/email/types.js 41 bytes (entry point)
369
378
  libs/email/waitlist-application.js 10.71 KB (entry point)
370
379
  libs/email/waitlist.js 7.42 KB (entry point)
371
- libs/email/client.js 3.37 KB (entry point)
372
380
  libs/email/utils.js 265 bytes (entry point)
373
- ./index.js 1.48 MB (entry point)
381
+ libs/email/client.js 3.37 KB (entry point)
382
+ config/index.js 3.36 KB (entry point)
374
383
  features/index.js 9.79 KB (entry point)
375
384
  features/registry.js 3.47 KB (entry point)
376
- features/mcp.feature.js 0.84 KB (entry point)
377
385
  features/presentations.feature.js 0.98 KB (entry point)
378
- infrastructure/index.js 0.77 KB (entry point)
379
- infrastructure/elysia/index.js 0.77 KB (entry point)
380
- config/index.js 3.36 KB (entry point)
381
- config/contractspec-blueprint.js 3.27 KB (entry point)
382
- config/contractspec-branding.js 0.97 KB (entry point)
383
- config/contractspec-routes.js 0.85 KB (entry point)
384
386
  features/contracts-registry.js 5.64 KB (entry point)
385
387
  features/docs.feature.js 0.90 KB (entry point)
386
- components/templates/recipes/types.js 0 KB (entry point)
388
+ features/mcp.feature.js 0.84 KB (entry point)
387
389
  components/templates/todos/types.js 0 KB (entry point)
390
+ config/contractspec-blueprint.js 3.27 KB (entry point)
391
+ config/contractspec-routes.js 0.85 KB (entry point)
392
+ config/contractspec-branding.js 0.97 KB (entry point)
388
393
  components/templates/messaging/types.js 0 KB (entry point)
394
+ components/templates/recipes/types.js 0 KB (entry point)
389
395
  components/shell/index.js 8.0 KB (entry point)
390
- components/shell/WorkspaceProjectShellLayout.js 7.97 KB (entry point)
391
- components/shell/WorkspaceHeader.js 3.81 KB (entry point)
392
- components/shell/WorkspaceSidebar.js 2.57 KB (entry point)
393
396
  components/templates/engine/index.js 1.18 KB (entry point)
394
397
  components/templates/index.js 41.45 KB (entry point)
395
- components/templates/recipes/index.js 10.69 KB (entry point)
396
398
  components/templates/todos/index.js 19.26 KB (entry point)
397
399
  components/templates/todos/TaskList.js 19.22 KB (entry point)
398
400
  components/templates/todos/FilterBar.js 4.54 KB (entry point)
399
401
  components/templates/todos/TaskForm.js 6.54 KB (entry point)
400
402
  components/templates/todos/TaskItem.js 3.85 KB (entry point)
401
403
  components/templates/messaging/index.js 11.21 KB (entry point)
402
- components/templates/messaging/MessagingWorkspace.js 11.13 KB (entry point)
404
+ components/templates/recipes/index.js 10.69 KB (entry point)
403
405
  components/templates/recipes/RecipeList.js 10.64 KB (entry point)
404
406
  components/templates/recipes/LanguageSwitcher.js 0.77 KB (entry point)
405
407
  components/templates/recipes/RecipeCard.js 3.24 KB (entry point)
406
408
  components/templates/recipes/RecipeDetail.js 3.12 KB (entry point)
409
+ components/templates/messaging/MessagingWorkspace.js 11.13 KB (entry point)
407
410
  components/templates/messaging/ConversationList.js 3.93 KB (entry point)
408
411
  components/templates/messaging/MessageComposer.js 5.94 KB (entry point)
409
412
  components/templates/messaging/MessageThread.js 3.58 KB (entry point)
@@ -412,178 +415,187 @@ Bundled 288 modules in 128ms
412
415
  components/legal/TermsTemplate.js 52.0 KB (entry point)
413
416
  components/shared/index.js 1.30 KB (entry point)
414
417
  components/shared/FeatureGateNotice.js 1.30 KB (entry point)
418
+ components/shell/WorkspaceProjectShellLayout.js 7.97 KB (entry point)
419
+ components/shell/WorkspaceSidebar.js 2.57 KB (entry point)
420
+ components/shell/WorkspaceHeader.js 3.81 KB (entry point)
415
421
  components/docs/tech/contracts/tech-docs.docblocks.js 0.69 KB (entry point)
416
422
  components/integrations/index.js 25.51 KB (entry point)
417
- components/integrations/organisms/IntegrationMarketplace.js 9.0 KB (entry point)
418
- components/integrations/organisms/IntegrationSettings.js 11.68 KB (entry point)
419
423
  components/integrations/organisms/KnowledgeSourceList.js 4.60 KB (entry point)
424
+ components/integrations/organisms/IntegrationMarketplace.js 9.0 KB (entry point)
420
425
  components/integrations/molecules/IntegrationCard.js 3.92 KB (entry point)
426
+ components/integrations/organisms/IntegrationSettings.js 11.68 KB (entry point)
421
427
  components/docs/ops/ops.docs.js 24.0 KB (entry point)
422
- components/docs/ops/ops-lifecycle.docblocks.js 6.21 KB (entry point)
423
- components/docs/ops/ops-runbooks-a.docblocks.js 5.47 KB (entry point)
424
428
  components/docs/ops/ops-runbooks-b.docblocks.js 5.13 KB (entry point)
425
429
  components/docs/ops/ops-slo-tenant.docblocks.js 6.52 KB (entry point)
426
430
  components/docs/ops/ops-top.docs.js 0.65 KB (entry point)
427
431
  components/docs/product/product.docblocks.js 3.15 KB (entry point)
432
+ components/docs/ops/ops-lifecycle.docblocks.js 6.21 KB (entry point)
433
+ components/docs/ops/ops-runbooks-a.docblocks.js 5.47 KB (entry point)
428
434
  components/docs/index.js 1.27 MB (entry point)
429
435
  components/docs/studio/index.js 9.16 KB (entry point)
430
- components/docs/studio/StudioGettingStartedPage.js 0.96 KB (entry point)
431
- components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
432
436
  components/docs/studio/StudioOverviewPage.js 4.42 KB (entry point)
433
437
  components/docs/studio/StudioVisualBuilderPage.js 0.95 KB (entry point)
434
438
  components/docs/specs/index.js 94.97 KB (entry point)
435
- components/docs/specs/SpecsDataViewsPage.js 13.35 KB (entry point)
436
- components/docs/specs/SpecsOverlaysPage.js 18.22 KB (entry point)
437
439
  components/docs/specs/SpecsOverviewPage.js 18.19 KB (entry point)
438
440
  components/docs/specs/SpecsPolicyPage.js 20.53 KB (entry point)
439
441
  components/docs/specs/SpecsWorkflowsPage.js 16.12 KB (entry point)
440
442
  components/docs/studio/StudioBYOKPage.js 0.92 KB (entry point)
441
443
  components/docs/studio/StudioDeploymentsPage.js 0.94 KB (entry point)
444
+ components/docs/studio/StudioGettingStartedPage.js 0.96 KB (entry point)
445
+ components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
442
446
  components/docs/safety/index.js 80.77 KB (entry point)
443
- components/docs/safety/SafetyOverviewPage.js 12.31 KB (entry point)
444
- components/docs/safety/SafetyPDPPage.js 15.17 KB (entry point)
445
447
  components/docs/safety/SafetySecurityTrustPage.js 9.53 KB (entry point)
446
448
  components/docs/safety/SafetySigningPage.js 4.1 KB (entry point)
447
449
  components/docs/safety/SafetyTenantIsolationPage.js 3.56 KB (entry point)
448
450
  components/docs/specs/SpecsCapabilitiesPage.js 8.1 KB (entry point)
451
+ components/docs/specs/SpecsDataViewsPage.js 13.35 KB (entry point)
452
+ components/docs/specs/SpecsOverlaysPage.js 18.22 KB (entry point)
449
453
  components/docs/reference/index.js 15.1 KB (entry point)
450
454
  components/docs/reference/DocsReferenceIndexPage.js 6.77 KB (entry point)
451
- components/docs/reference/DocsReferenceIndexClient.js 4.33 KB (entry point)
452
455
  components/docs/reference/DocsReferencePage.js 8.24 KB (entry point)
453
- components/docs/reference/DocsReferenceContent.js 7.95 KB (entry point)
454
456
  components/docs/safety/SafetyAuditingPage.js 17.67 KB (entry point)
455
457
  components/docs/safety/SafetyMigrationsPage.js 18.0 KB (entry point)
458
+ components/docs/safety/SafetyOverviewPage.js 12.31 KB (entry point)
459
+ components/docs/safety/SafetyPDPPage.js 15.17 KB (entry point)
460
+ components/docs/reference/DocsReferenceContent.js 7.95 KB (entry point)
456
461
  components/docs/reference/DocsMarkdownContent.js 5.87 KB (entry point)
457
462
  components/docs/reference/docsMarkdownParser.js 2.82 KB (entry point)
463
+ components/docs/reference/DocsReferenceIndexClient.js 4.33 KB (entry point)
458
464
  components/docs/libraries/index.js 209.98 KB (entry point)
459
- components/docs/libraries/LibrariesUIKitPage.js 10.25 KB (entry point)
460
- components/docs/libraries/LibrariesWorkflowComposerPage.js 3.81 KB (entry point)
461
465
  components/docs/libraries/LibrariesWorkflowsPage.js 8.40 KB (entry point)
462
466
  components/docs/manifesto/ManifestoPage.js 10.20 KB (entry point)
463
467
  components/docs/ops/index.js 9.32 KB (entry point)
464
468
  components/docs/ops/AutoEvolutionOpsPage.js 6.33 KB (entry point)
465
469
  components/docs/ops/DistributedTracingOpsPage.js 2.98 KB (entry point)
466
- components/docs/libraries/LibrariesPersonalizationPage.js 5.31 KB (entry point)
467
- components/docs/libraries/LibrariesProgressiveDeliveryPage.js 5.88 KB (entry point)
468
470
  components/docs/libraries/LibrariesResiliencePage.js 5.16 KB (entry point)
469
471
  components/docs/libraries/LibrariesRuntimePage.js 9.92 KB (entry point)
470
472
  components/docs/libraries/LibrariesSLOPage.js 4.98 KB (entry point)
471
473
  components/docs/libraries/LibrariesSchemaPage.js 13.32 KB (entry point)
472
474
  components/docs/libraries/LibrariesSupportBotPage.js 5.99 KB (entry point)
473
475
  components/docs/libraries/LibrariesTestingPage.js 5.86 KB (entry point)
474
- components/docs/libraries/LibrariesDesignSystemPage.js 12.91 KB (entry point)
475
- components/docs/libraries/LibrariesEvolutionPage.js 6.24 KB (entry point)
476
+ components/docs/libraries/LibrariesUIKitPage.js 10.25 KB (entry point)
477
+ components/docs/libraries/LibrariesWorkflowComposerPage.js 3.81 KB (entry point)
476
478
  components/docs/libraries/LibrariesGraphQLPage.js 8.20 KB (entry point)
477
479
  components/docs/libraries/LibrariesGrowthPage.js 4.25 KB (entry point)
478
480
  components/docs/libraries/LibrariesMultiTenancyPage.js 4.56 KB (entry point)
479
481
  components/docs/libraries/LibrariesObservabilityPage.js 5.90 KB (entry point)
480
482
  components/docs/libraries/LibrariesOverlayEnginePage.js 5.13 KB (entry point)
481
483
  components/docs/libraries/LibrariesOverviewPage.js 22.91 KB (entry point)
482
- components/docs/libraries/LibrariesAccessibilityPage.js 9.00 KB (entry point)
483
- components/docs/libraries/LibrariesAiAgentPage.js 6.57 KB (entry point)
484
+ components/docs/libraries/LibrariesPersonalizationPage.js 5.31 KB (entry point)
485
+ components/docs/libraries/LibrariesProgressiveDeliveryPage.js 5.88 KB (entry point)
484
486
  components/docs/libraries/LibrariesAnalyticsPage.js 3.81 KB (entry point)
485
487
  components/docs/libraries/LibrariesContentGenPage.js 4.84 KB (entry point)
486
488
  components/docs/libraries/LibrariesContractsPage.js 12.69 KB (entry point)
487
489
  components/docs/libraries/LibrariesCostTrackingPage.js 4.78 KB (entry point)
488
490
  components/docs/libraries/LibrariesDataBackendPage.js 8.13 KB (entry point)
489
491
  components/docs/libraries/LibrariesDataViewsPage.js 8.14 KB (entry point)
490
- components/docs/intent/index.js 60.91 KB (entry point)
491
- components/docs/intent/intent-pages.docblocks.js 5.94 KB (entry point)
492
+ components/docs/libraries/LibrariesDesignSystemPage.js 12.91 KB (entry point)
493
+ components/docs/libraries/LibrariesEvolutionPage.js 6.24 KB (entry point)
492
494
  components/docs/knowledge/index.js 111.13 KB (entry point)
493
495
  components/docs/knowledge/KnowledgeCategoriesPage.js 40.59 KB (entry point)
494
496
  components/docs/knowledge/KnowledgeExamplesPage.js 12.21 KB (entry point)
495
497
  components/docs/knowledge/KnowledgeOverviewPage.js 21.52 KB (entry point)
496
498
  components/docs/knowledge/KnowledgeSourcesPage.js 20.23 KB (entry point)
497
499
  components/docs/knowledge/KnowledgeSpacesPage.js 16.13 KB (entry point)
498
- components/docs/integrations/index.js 187.0 KB (entry point)
499
- components/docs/integrations/IntegrationsWhatsappTwilioPage.js 6.79 KB (entry point)
500
+ components/docs/libraries/LibrariesAccessibilityPage.js 9.00 KB (entry point)
501
+ components/docs/libraries/LibrariesAiAgentPage.js 6.57 KB (entry point)
502
+ components/docs/intent/index.js 60.91 KB (entry point)
500
503
  components/docs/intent/ContractFirstApiPage.js 6.25 KB (entry point)
501
504
  components/docs/intent/DeterministicCodegenPage.js 7.34 KB (entry point)
502
505
  components/docs/intent/GenerateClientFromSchemaPage.js 14.36 KB (entry point)
503
506
  components/docs/intent/OpenapiAlternativePage.js 10.42 KB (entry point)
504
507
  components/docs/intent/SchemaValidationTypescriptPage.js 8.44 KB (entry point)
505
508
  components/docs/intent/SpecDrivenDevelopmentPage.js 7.74 KB (entry point)
506
- components/docs/integrations/IntegrationsQdrantPage.js 5.82 KB (entry point)
507
- components/docs/integrations/IntegrationsResendPage.js 4.50 KB (entry point)
509
+ components/docs/intent/intent-pages.docblocks.js 5.94 KB (entry point)
510
+ components/docs/integrations/index.js 187.0 KB (entry point)
508
511
  components/docs/integrations/IntegrationsS3Page.js 5.87 KB (entry point)
509
512
  components/docs/integrations/IntegrationsSlackPage.js 6.55 KB (entry point)
510
513
  components/docs/integrations/IntegrationsSpecModelPage.js 18.25 KB (entry point)
511
514
  components/docs/integrations/IntegrationsStripePage.js 17.23 KB (entry point)
512
515
  components/docs/integrations/IntegrationsTwilioPage.js 5.76 KB (entry point)
513
516
  components/docs/integrations/IntegrationsWhatsappMetaPage.js 6.43 KB (entry point)
514
- components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
515
- components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.56 KB (entry point)
517
+ components/docs/integrations/IntegrationsWhatsappTwilioPage.js 6.79 KB (entry point)
516
518
  components/docs/integrations/IntegrationsHealthRoutingPage.js 7.10 KB (entry point)
517
519
  components/docs/integrations/IntegrationsMistralPage.js 7.30 KB (entry point)
518
520
  components/docs/integrations/IntegrationsOpenAIPage.js 6.82 KB (entry point)
519
521
  components/docs/integrations/IntegrationsOverviewPage.js 40.14 KB (entry point)
520
522
  components/docs/integrations/IntegrationsPostmarkPage.js 10.42 KB (entry point)
521
523
  components/docs/integrations/IntegrationsPowensPage.js 14.87 KB (entry point)
524
+ components/docs/integrations/IntegrationsQdrantPage.js 5.82 KB (entry point)
525
+ components/docs/integrations/IntegrationsResendPage.js 4.50 KB (entry point)
522
526
  components/docs/guides/index.js 124.42 KB (entry point)
523
- components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
524
- components/docs/guides/GuidesIndexPage.js 5.95 KB (entry point)
525
527
  components/docs/guides/guides.docblocks.js 3.44 KB (entry point)
526
528
  components/docs/integrations/IntegrationsCircuitBreakersPage.js 2.1 KB (entry point)
527
529
  components/docs/integrations/IntegrationsElevenLabsPage.js 4.61 KB (entry point)
528
530
  components/docs/integrations/IntegrationsGithubPage.js 6.37 KB (entry point)
529
- components/docs/getting-started/index.js 89.60 KB (entry point)
530
- components/docs/getting-started/getting-started.docblocks.js 3.15 KB (entry point)
531
+ components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
532
+ components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.56 KB (entry point)
531
533
  components/docs/guides/GuideCIDiffGatingPage.js 8.65 KB (entry point)
532
534
  components/docs/guides/GuideContractTypesPage.js 32.56 KB (entry point)
533
535
  components/docs/guides/GuideDocsPipelinePage.js 9.20 KB (entry point)
534
536
  components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.16 KB (entry point)
535
537
  components/docs/guides/GuideImportExistingCodebasesPage.js 38.75 KB (entry point)
536
538
  components/docs/guides/GuideNextjsOneEndpointPage.js 12.92 KB (entry point)
537
- components/docs/getting-started/CompatibilityPage.js 7.41 KB (entry point)
538
- components/docs/getting-started/DataViewTutorialPage.js 8.28 KB (entry point)
539
+ components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
540
+ components/docs/guides/GuidesIndexPage.js 5.95 KB (entry point)
541
+ components/docs/getting-started/index.js 89.60 KB (entry point)
539
542
  components/docs/getting-started/DeveloperToolsPage.js 7.92 KB (entry point)
540
543
  components/docs/getting-started/HelloWorldPage.js 11.16 KB (entry point)
541
544
  components/docs/getting-started/InstallationPage.js 6.61 KB (entry point)
542
545
  components/docs/getting-started/StartHerePage.js 5.16 KB (entry point)
543
546
  components/docs/getting-started/TroubleshootingPage.js 7.29 KB (entry point)
544
547
  components/docs/getting-started/VSCodeExtensionPage.js 20.0 KB (entry point)
545
- components/docs/ecosystem/index.js 25.43 KB (entry point)
546
- components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
548
+ components/docs/getting-started/getting-started.docblocks.js 3.15 KB (entry point)
547
549
  components/docs/examples/index.js 2.96 KB (entry point)
548
550
  components/docs/examples/DocsExamplesPage.js 2.96 KB (entry point)
549
551
  components/docs/generated/index.js 2.20 KB (entry point)
550
552
  components/docs/generated/loader.js 2.20 KB (entry point)
551
553
  components/docs/generated/docs-index.generated.js 145 bytes (entry point)
552
554
  components/docs/getting-started/CLIPage.js 11.97 KB (entry point)
555
+ components/docs/getting-started/CompatibilityPage.js 7.41 KB (entry point)
556
+ components/docs/getting-started/DataViewTutorialPage.js 8.28 KB (entry point)
553
557
  components/docs/comparison/index.js 82.33 KB (entry point)
554
- components/docs/comparison/ComparisonOverviewPage.js 10.68 KB (entry point)
555
- components/docs/comparison/ComparisonWindmillPage.js 13.60 KB (entry point)
556
558
  components/docs/comparison/ComparisonWorkflowEnginesPage.js 18.66 KB (entry point)
559
+ components/docs/ecosystem/index.js 25.43 KB (entry point)
557
560
  components/docs/ecosystem/IntegrationsPage.js 4.34 KB (entry point)
558
561
  components/docs/ecosystem/PluginsPage.js 8.19 KB (entry point)
559
562
  components/docs/ecosystem/RegistryPage.js 4.33 KB (entry point)
560
563
  components/docs/ecosystem/TemplatesPage.js 6.17 KB (entry point)
561
564
  components/docs/shared/StudioPrompt.js 1.11 KB (entry point)
565
+ components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
562
566
  components/docs/architecture/index.js 89.42 KB (entry point)
563
- components/docs/architecture/ArchitectureIntegrationBindingPage.js 14.56 KB (entry point)
564
- components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.61 KB (entry point)
565
567
  components/docs/architecture/ArchitectureMultiTenancyPage.js 7.27 KB (entry point)
566
568
  components/docs/architecture/ArchitectureOverviewPage.js 23.13 KB (entry point)
567
569
  components/docs/comparison/ComparisonAutomationPlatformsPage.js 13.29 KB (entry point)
568
570
  components/docs/comparison/ComparisonEnterprisePlatformsPage.js 12.36 KB (entry point)
569
571
  components/docs/comparison/ComparisonInternalToolBuildersPage.js 13.43 KB (entry point)
572
+ components/docs/comparison/ComparisonOverviewPage.js 10.68 KB (entry point)
573
+ components/docs/comparison/ComparisonWindmillPage.js 13.60 KB (entry point)
570
574
  components/docs/advanced/index.js 54.11 KB (entry point)
571
- components/docs/advanced/AdvancedOverlayEditorPage.js 4.59 KB (entry point)
572
- components/docs/advanced/AdvancedRenderersPage.js 5.77 KB (entry point)
573
575
  components/docs/advanced/AdvancedSpecExperimentsPage.js 4.85 KB (entry point)
574
576
  components/docs/advanced/AdvancedTelemetryPage.js 19.0 KB (entry point)
575
577
  components/docs/advanced/AdvancedWorkflowMonitoringPage.js 4.40 KB (entry point)
576
578
  components/docs/architecture/ArchitectureAppConfigPage.js 14.0 KB (entry point)
577
579
  components/docs/architecture/ArchitectureControlPlanePage.js 8.34 KB (entry point)
578
- application/mcp/index.js 23.85 KB (entry point)
579
- application/mcp/cliMcp.js 12.49 KB (entry point)
580
- application/mcp/docsMcp.js 10.13 KB (entry point)
580
+ components/docs/architecture/ArchitectureIntegrationBindingPage.js 14.56 KB (entry point)
581
+ components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.61 KB (entry point)
582
+ components/docs/DocsIndexPage.js 12.25 KB (entry point)
583
+ components/docs/advanced/AdvancedMCPPage.js 15.26 KB (entry point)
584
+ components/docs/advanced/AdvancedOverlayEditorPage.js 4.59 KB (entry point)
585
+ components/docs/advanced/AdvancedRenderersPage.js 5.77 KB (entry point)
586
+ application/index.js 45.53 KB (entry point)
587
+ application/mcp/index.js 44.54 KB (entry point)
588
+ application/mcp/docsMcp.js 10.46 KB (entry point)
581
589
  features/docs/index.js 435 bytes (entry point)
582
590
  features/docs/docs.contracts.js 435 bytes (entry point)
583
- application/mcp/internalMcp.js 11.16 KB (entry point)
591
+ application/mcp/internalMcp.js 11.49 KB (entry point)
592
+ application/mcp/providerRankingMcp.js 14.80 KB (entry point)
593
+ application/mcp/cliMcp.js 12.82 KB (entry point)
594
+ application/mcp/contractsMcp.js 16.0 KB (entry point)
584
595
  infrastructure/elysia/logger.js 0.77 KB (entry point)
585
- application/mcp/common.js 4.48 KB (entry point)
586
- components/docs/DocsIndexPage.js 12.25 KB (entry point)
587
- components/docs/advanced/AdvancedMCPPage.js 15.26 KB (entry point)
596
+ application/mcp/common.js 4.82 KB (entry point)
597
+ application/mcp/contractsMcpResources.js 3.52 KB (entry point)
598
+ application/mcp/contractsMcpTools.js 6.73 KB (entry point)
599
+ application/mcp/contractsMcpTypes.js 0 KB (entry point)
588
600
 
589
601
  $ contractspec-bun-build types