@contractspec/bundle.library 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +47 -47
- package/CHANGELOG.md +40 -0
- package/dist/components/docs/DocsIndexPage.js +3 -3
- package/dist/components/docs/ecosystem/TemplatesPage.js +6 -6
- package/dist/components/docs/ecosystem/index.js +6 -6
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +6 -6
- package/dist/components/docs/getting-started/index.js +6 -6
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
- package/dist/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +6 -6
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
- package/dist/components/docs/guides/index.js +18 -18
- package/dist/components/docs/index.js +162 -470
- package/dist/components/docs/manifesto/ManifestoPage.js +2 -2
- package/dist/components/docs/shared/StudioPrompt.js +4 -4
- package/dist/components/docs/studio/StudioBYOKPage.js +14 -68
- package/dist/components/docs/studio/StudioDeploymentsPage.js +14 -89
- package/dist/components/docs/studio/StudioGettingStartedPage.js +14 -82
- package/dist/components/docs/studio/StudioIntegrationsPage.js +14 -60
- package/dist/components/docs/studio/StudioOverviewPage.js +62 -32
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +14 -109
- package/dist/components/docs/studio/index.js +131 -439
- package/dist/index.js +162 -470
- package/dist/node/components/docs/DocsIndexPage.js +3 -3
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +6 -6
- package/dist/node/components/docs/ecosystem/index.js +6 -6
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +6 -6
- package/dist/node/components/docs/getting-started/index.js +6 -6
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +6 -6
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
- package/dist/node/components/docs/guides/index.js +18 -18
- package/dist/node/components/docs/index.js +162 -470
- package/dist/node/components/docs/manifesto/ManifestoPage.js +2 -2
- package/dist/node/components/docs/shared/StudioPrompt.js +4 -4
- package/dist/node/components/docs/studio/StudioBYOKPage.js +14 -68
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +14 -89
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +14 -82
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +14 -60
- package/dist/node/components/docs/studio/StudioOverviewPage.js +62 -32
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +14 -109
- package/dist/node/components/docs/studio/index.js +131 -439
- package/dist/node/index.js +162 -470
- package/package.json +17 -17
- package/src/components/docs/DocsIndexPage.tsx +3 -3
- package/src/components/docs/ecosystem/TemplatesPage.tsx +2 -2
- package/src/components/docs/getting-started/DeveloperToolsPage.tsx +6 -6
- package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +2 -2
- package/src/components/docs/guides/GuideContractTypesPage.tsx +2 -2
- package/src/components/docs/guides/GuideDocsPipelinePage.tsx +2 -2
- package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +2 -2
- package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +2 -2
- package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +2 -2
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/manifesto/ManifestoPage.tsx +2 -2
- package/src/components/docs/shared/StudioPrompt.tsx +4 -4
- package/src/components/docs/studio/StudioBYOKPage.tsx +9 -54
- package/src/components/docs/studio/StudioDeploymentsPage.tsx +9 -70
- package/src/components/docs/studio/StudioGettingStartedPage.tsx +9 -66
- package/src/components/docs/studio/StudioIntegrationsPage.tsx +9 -47
- package/src/components/docs/studio/StudioOverviewPage.tsx +53 -41
- package/src/components/docs/studio/StudioVisualBuilderPage.tsx +9 -72
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=281
|
|
6
|
-
Bundled 281 modules in
|
|
6
|
+
Bundled 281 modules in 201ms
|
|
7
7
|
|
|
8
8
|
application/index.js 21.29 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -79,7 +79,7 @@ Bundled 281 modules in 65ms
|
|
|
79
79
|
libs/email/waitlist-application.js 10.73 KB (entry point)
|
|
80
80
|
libs/email/client.js 3.38 KB (entry point)
|
|
81
81
|
libs/email/utils.js 273 bytes (entry point)
|
|
82
|
-
./index.js 1.
|
|
82
|
+
./index.js 1.41 MB (entry point)
|
|
83
83
|
features/index.js 9.79 KB (entry point)
|
|
84
84
|
features/registry.js 3.47 KB (entry point)
|
|
85
85
|
features/mcp.feature.js 0.85 KB (entry point)
|
|
@@ -133,13 +133,13 @@ Bundled 281 modules in 65ms
|
|
|
133
133
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.53 KB (entry point)
|
|
134
134
|
components/docs/ops/ops-top.docs.js 0.66 KB (entry point)
|
|
135
135
|
components/docs/product/product.docblocks.js 3.16 KB (entry point)
|
|
136
|
-
components/docs/index.js 1.
|
|
137
|
-
components/docs/studio/index.js
|
|
138
|
-
components/docs/studio/StudioDeploymentsPage.js
|
|
139
|
-
components/docs/studio/StudioGettingStartedPage.js
|
|
140
|
-
components/docs/studio/StudioIntegrationsPage.js
|
|
141
|
-
components/docs/studio/StudioOverviewPage.js
|
|
142
|
-
components/docs/studio/StudioVisualBuilderPage.js
|
|
136
|
+
components/docs/index.js 1.21 MB (entry point)
|
|
137
|
+
components/docs/studio/index.js 9.16 KB (entry point)
|
|
138
|
+
components/docs/studio/StudioDeploymentsPage.js 0.94 KB (entry point)
|
|
139
|
+
components/docs/studio/StudioGettingStartedPage.js 0.97 KB (entry point)
|
|
140
|
+
components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
|
|
141
|
+
components/docs/studio/StudioOverviewPage.js 4.43 KB (entry point)
|
|
142
|
+
components/docs/studio/StudioVisualBuilderPage.js 0.96 KB (entry point)
|
|
143
143
|
components/docs/specs/index.js 95.14 KB (entry point)
|
|
144
144
|
components/docs/specs/SpecsCapabilitiesPage.js 8.12 KB (entry point)
|
|
145
145
|
components/docs/specs/SpecsDataViewsPage.js 13.39 KB (entry point)
|
|
@@ -147,7 +147,7 @@ Bundled 281 modules in 65ms
|
|
|
147
147
|
components/docs/specs/SpecsOverviewPage.js 18.21 KB (entry point)
|
|
148
148
|
components/docs/specs/SpecsPolicyPage.js 20.58 KB (entry point)
|
|
149
149
|
components/docs/specs/SpecsWorkflowsPage.js 16.15 KB (entry point)
|
|
150
|
-
components/docs/studio/StudioBYOKPage.js
|
|
150
|
+
components/docs/studio/StudioBYOKPage.js 0.93 KB (entry point)
|
|
151
151
|
components/docs/safety/index.js 80.91 KB (entry point)
|
|
152
152
|
components/docs/safety/SafetyMigrationsPage.js 18.1 KB (entry point)
|
|
153
153
|
components/docs/safety/SafetyOverviewPage.js 12.32 KB (entry point)
|
|
@@ -220,30 +220,30 @@ Bundled 281 modules in 65ms
|
|
|
220
220
|
components/docs/integrations/IntegrationsResendPage.js 4.51 KB (entry point)
|
|
221
221
|
components/docs/integrations/IntegrationsS3Page.js 5.88 KB (entry point)
|
|
222
222
|
components/docs/integrations/IntegrationsSpecModelPage.js 15.35 KB (entry point)
|
|
223
|
-
components/docs/guides/index.js 124.
|
|
223
|
+
components/docs/guides/index.js 124.44 KB (entry point)
|
|
224
224
|
components/docs/guides/GuidesIndexPage.js 5.96 KB (entry point)
|
|
225
225
|
components/docs/guides/guides.docblocks.js 3.45 KB (entry point)
|
|
226
226
|
components/docs/integrations/IntegrationsCircuitBreakersPage.js 2.1 KB (entry point)
|
|
227
227
|
components/docs/integrations/IntegrationsElevenLabsPage.js 4.61 KB (entry point)
|
|
228
228
|
components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
|
|
229
229
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.57 KB (entry point)
|
|
230
|
-
components/docs/getting-started/index.js 89.
|
|
231
|
-
components/docs/guides/GuideCIDiffGatingPage.js 8.
|
|
232
|
-
components/docs/guides/GuideContractTypesPage.js 32.
|
|
233
|
-
components/docs/guides/GuideDocsPipelinePage.js 9.
|
|
234
|
-
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.
|
|
235
|
-
components/docs/guides/GuideImportExistingCodebasesPage.js 38.
|
|
236
|
-
components/docs/guides/GuideNextjsOneEndpointPage.js 12.
|
|
237
|
-
components/docs/guides/GuideSpecValidationTypingPage.js
|
|
230
|
+
components/docs/getting-started/index.js 89.61 KB (entry point)
|
|
231
|
+
components/docs/guides/GuideCIDiffGatingPage.js 8.66 KB (entry point)
|
|
232
|
+
components/docs/guides/GuideContractTypesPage.js 32.57 KB (entry point)
|
|
233
|
+
components/docs/guides/GuideDocsPipelinePage.js 9.21 KB (entry point)
|
|
234
|
+
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.17 KB (entry point)
|
|
235
|
+
components/docs/guides/GuideImportExistingCodebasesPage.js 38.78 KB (entry point)
|
|
236
|
+
components/docs/guides/GuideNextjsOneEndpointPage.js 12.92 KB (entry point)
|
|
237
|
+
components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
|
|
238
238
|
components/docs/getting-started/DataViewTutorialPage.js 8.29 KB (entry point)
|
|
239
|
-
components/docs/getting-started/DeveloperToolsPage.js 7.
|
|
239
|
+
components/docs/getting-started/DeveloperToolsPage.js 7.93 KB (entry point)
|
|
240
240
|
components/docs/getting-started/HelloWorldPage.js 11.17 KB (entry point)
|
|
241
241
|
components/docs/getting-started/InstallationPage.js 6.62 KB (entry point)
|
|
242
242
|
components/docs/getting-started/StartHerePage.js 5.16 KB (entry point)
|
|
243
243
|
components/docs/getting-started/TroubleshootingPage.js 7.30 KB (entry point)
|
|
244
244
|
components/docs/getting-started/VSCodeExtensionPage.js 20.0 KB (entry point)
|
|
245
245
|
components/docs/getting-started/getting-started.docblocks.js 3.16 KB (entry point)
|
|
246
|
-
components/docs/ecosystem/index.js 23.
|
|
246
|
+
components/docs/ecosystem/index.js 23.82 KB (entry point)
|
|
247
247
|
components/docs/examples/index.js 2.97 KB (entry point)
|
|
248
248
|
components/docs/examples/DocsExamplesPage.js 2.97 KB (entry point)
|
|
249
249
|
components/docs/generated/index.js 2.19 KB (entry point)
|
|
@@ -257,8 +257,8 @@ Bundled 281 modules in 65ms
|
|
|
257
257
|
components/docs/ecosystem/IntegrationsPage.js 4.19 KB (entry point)
|
|
258
258
|
components/docs/ecosystem/PluginsPage.js 7.32 KB (entry point)
|
|
259
259
|
components/docs/ecosystem/RegistryPage.js 4.25 KB (entry point)
|
|
260
|
-
components/docs/ecosystem/TemplatesPage.js 5.
|
|
261
|
-
components/docs/shared/StudioPrompt.js 1.
|
|
260
|
+
components/docs/ecosystem/TemplatesPage.js 5.86 KB (entry point)
|
|
261
|
+
components/docs/shared/StudioPrompt.js 1.11 KB (entry point)
|
|
262
262
|
components/docs/ecosystem/ecosystem.docblocks.js 2.1 KB (entry point)
|
|
263
263
|
components/docs/architecture/index.js 80.13 KB (entry point)
|
|
264
264
|
components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.62 KB (entry point)
|
|
@@ -288,7 +288,7 @@ Bundled 281 modules in 65ms
|
|
|
288
288
|
components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
|
|
289
289
|
|
|
290
290
|
[contractspec-bun-build] transpile target=node root=src entries=281
|
|
291
|
-
Bundled 281 modules in
|
|
291
|
+
Bundled 281 modules in 137ms
|
|
292
292
|
|
|
293
293
|
application/index.js 21.29 KB (entry point)
|
|
294
294
|
presentation/features/templates/types.js 0 KB (entry point)
|
|
@@ -364,7 +364,7 @@ Bundled 281 modules in 62ms
|
|
|
364
364
|
libs/email/waitlist-application.js 10.71 KB (entry point)
|
|
365
365
|
libs/email/client.js 3.37 KB (entry point)
|
|
366
366
|
libs/email/utils.js 265 bytes (entry point)
|
|
367
|
-
./index.js 1.
|
|
367
|
+
./index.js 1.41 MB (entry point)
|
|
368
368
|
features/index.js 9.79 KB (entry point)
|
|
369
369
|
features/registry.js 3.47 KB (entry point)
|
|
370
370
|
features/mcp.feature.js 0.84 KB (entry point)
|
|
@@ -418,13 +418,13 @@ Bundled 281 modules in 62ms
|
|
|
418
418
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.52 KB (entry point)
|
|
419
419
|
components/docs/ops/ops-top.docs.js 0.65 KB (entry point)
|
|
420
420
|
components/docs/product/product.docblocks.js 3.15 KB (entry point)
|
|
421
|
-
components/docs/index.js 1.
|
|
422
|
-
components/docs/studio/index.js
|
|
423
|
-
components/docs/studio/StudioDeploymentsPage.js
|
|
424
|
-
components/docs/studio/StudioGettingStartedPage.js
|
|
425
|
-
components/docs/studio/StudioIntegrationsPage.js
|
|
426
|
-
components/docs/studio/StudioOverviewPage.js
|
|
427
|
-
components/docs/studio/StudioVisualBuilderPage.js
|
|
421
|
+
components/docs/index.js 1.21 MB (entry point)
|
|
422
|
+
components/docs/studio/index.js 9.16 KB (entry point)
|
|
423
|
+
components/docs/studio/StudioDeploymentsPage.js 0.94 KB (entry point)
|
|
424
|
+
components/docs/studio/StudioGettingStartedPage.js 0.96 KB (entry point)
|
|
425
|
+
components/docs/studio/StudioIntegrationsPage.js 0.94 KB (entry point)
|
|
426
|
+
components/docs/studio/StudioOverviewPage.js 4.42 KB (entry point)
|
|
427
|
+
components/docs/studio/StudioVisualBuilderPage.js 0.95 KB (entry point)
|
|
428
428
|
components/docs/specs/index.js 94.97 KB (entry point)
|
|
429
429
|
components/docs/specs/SpecsCapabilitiesPage.js 8.1 KB (entry point)
|
|
430
430
|
components/docs/specs/SpecsDataViewsPage.js 13.35 KB (entry point)
|
|
@@ -432,7 +432,7 @@ Bundled 281 modules in 62ms
|
|
|
432
432
|
components/docs/specs/SpecsOverviewPage.js 18.19 KB (entry point)
|
|
433
433
|
components/docs/specs/SpecsPolicyPage.js 20.53 KB (entry point)
|
|
434
434
|
components/docs/specs/SpecsWorkflowsPage.js 16.12 KB (entry point)
|
|
435
|
-
components/docs/studio/StudioBYOKPage.js
|
|
435
|
+
components/docs/studio/StudioBYOKPage.js 0.92 KB (entry point)
|
|
436
436
|
components/docs/safety/index.js 80.77 KB (entry point)
|
|
437
437
|
components/docs/safety/SafetyMigrationsPage.js 18.0 KB (entry point)
|
|
438
438
|
components/docs/safety/SafetyOverviewPage.js 12.31 KB (entry point)
|
|
@@ -454,7 +454,7 @@ Bundled 281 modules in 62ms
|
|
|
454
454
|
components/docs/libraries/LibrariesUIKitPage.js 10.25 KB (entry point)
|
|
455
455
|
components/docs/libraries/LibrariesWorkflowComposerPage.js 3.81 KB (entry point)
|
|
456
456
|
components/docs/libraries/LibrariesWorkflowsPage.js 8.40 KB (entry point)
|
|
457
|
-
components/docs/manifesto/ManifestoPage.js 10.
|
|
457
|
+
components/docs/manifesto/ManifestoPage.js 10.20 KB (entry point)
|
|
458
458
|
components/docs/ops/AutoEvolutionOpsPage.js 6.33 KB (entry point)
|
|
459
459
|
components/docs/ops/DistributedTracingOpsPage.js 2.98 KB (entry point)
|
|
460
460
|
components/docs/libraries/LibrariesOverviewPage.js 22.91 KB (entry point)
|
|
@@ -505,30 +505,30 @@ Bundled 281 modules in 62ms
|
|
|
505
505
|
components/docs/integrations/IntegrationsResendPage.js 4.50 KB (entry point)
|
|
506
506
|
components/docs/integrations/IntegrationsS3Page.js 5.87 KB (entry point)
|
|
507
507
|
components/docs/integrations/IntegrationsSpecModelPage.js 15.35 KB (entry point)
|
|
508
|
-
components/docs/guides/index.js 124.
|
|
508
|
+
components/docs/guides/index.js 124.42 KB (entry point)
|
|
509
509
|
components/docs/guides/GuidesIndexPage.js 5.95 KB (entry point)
|
|
510
510
|
components/docs/guides/guides.docblocks.js 3.44 KB (entry point)
|
|
511
511
|
components/docs/integrations/IntegrationsCircuitBreakersPage.js 2.1 KB (entry point)
|
|
512
512
|
components/docs/integrations/IntegrationsElevenLabsPage.js 4.61 KB (entry point)
|
|
513
513
|
components/docs/integrations/IntegrationsGmailPage.js 5.0 KB (entry point)
|
|
514
514
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 3.56 KB (entry point)
|
|
515
|
-
components/docs/getting-started/index.js 89.
|
|
516
|
-
components/docs/guides/GuideCIDiffGatingPage.js 8.
|
|
517
|
-
components/docs/guides/GuideContractTypesPage.js 32.
|
|
518
|
-
components/docs/guides/GuideDocsPipelinePage.js 9.
|
|
519
|
-
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.
|
|
520
|
-
components/docs/guides/GuideImportExistingCodebasesPage.js 38.
|
|
521
|
-
components/docs/guides/GuideNextjsOneEndpointPage.js 12.
|
|
522
|
-
components/docs/guides/GuideSpecValidationTypingPage.js
|
|
515
|
+
components/docs/getting-started/index.js 89.60 KB (entry point)
|
|
516
|
+
components/docs/guides/GuideCIDiffGatingPage.js 8.65 KB (entry point)
|
|
517
|
+
components/docs/guides/GuideContractTypesPage.js 32.56 KB (entry point)
|
|
518
|
+
components/docs/guides/GuideDocsPipelinePage.js 9.20 KB (entry point)
|
|
519
|
+
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 9.16 KB (entry point)
|
|
520
|
+
components/docs/guides/GuideImportExistingCodebasesPage.js 38.75 KB (entry point)
|
|
521
|
+
components/docs/guides/GuideNextjsOneEndpointPage.js 12.92 KB (entry point)
|
|
522
|
+
components/docs/guides/GuideSpecValidationTypingPage.js 10.1 KB (entry point)
|
|
523
523
|
components/docs/getting-started/DataViewTutorialPage.js 8.28 KB (entry point)
|
|
524
|
-
components/docs/getting-started/DeveloperToolsPage.js 7.
|
|
524
|
+
components/docs/getting-started/DeveloperToolsPage.js 7.92 KB (entry point)
|
|
525
525
|
components/docs/getting-started/HelloWorldPage.js 11.16 KB (entry point)
|
|
526
526
|
components/docs/getting-started/InstallationPage.js 6.61 KB (entry point)
|
|
527
527
|
components/docs/getting-started/StartHerePage.js 5.16 KB (entry point)
|
|
528
528
|
components/docs/getting-started/TroubleshootingPage.js 7.29 KB (entry point)
|
|
529
529
|
components/docs/getting-started/VSCodeExtensionPage.js 20.0 KB (entry point)
|
|
530
530
|
components/docs/getting-started/getting-started.docblocks.js 3.15 KB (entry point)
|
|
531
|
-
components/docs/ecosystem/index.js 23.
|
|
531
|
+
components/docs/ecosystem/index.js 23.82 KB (entry point)
|
|
532
532
|
components/docs/examples/index.js 2.96 KB (entry point)
|
|
533
533
|
components/docs/examples/DocsExamplesPage.js 2.96 KB (entry point)
|
|
534
534
|
components/docs/generated/index.js 2.20 KB (entry point)
|
|
@@ -542,8 +542,8 @@ Bundled 281 modules in 62ms
|
|
|
542
542
|
components/docs/ecosystem/IntegrationsPage.js 4.18 KB (entry point)
|
|
543
543
|
components/docs/ecosystem/PluginsPage.js 7.31 KB (entry point)
|
|
544
544
|
components/docs/ecosystem/RegistryPage.js 4.24 KB (entry point)
|
|
545
|
-
components/docs/ecosystem/TemplatesPage.js 5.
|
|
546
|
-
components/docs/shared/StudioPrompt.js 1.
|
|
545
|
+
components/docs/ecosystem/TemplatesPage.js 5.85 KB (entry point)
|
|
546
|
+
components/docs/shared/StudioPrompt.js 1.11 KB (entry point)
|
|
547
547
|
components/docs/ecosystem/ecosystem.docblocks.js 2.1 KB (entry point)
|
|
548
548
|
components/docs/architecture/index.js 80.12 KB (entry point)
|
|
549
549
|
components/docs/architecture/ArchitectureKnowledgeBindingPage.js 21.61 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: release ContractSpec Studio
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/lib.contracts-runtime-server-graphql@2.2.0
|
|
13
|
+
- @contractspec/lib.contracts-runtime-server-rest@2.2.0
|
|
14
|
+
- @contractspec/lib.contracts-runtime-server-mcp@2.2.0
|
|
15
|
+
- @contractspec/lib.contracts-integrations@2.2.0
|
|
16
|
+
- @contractspec/lib.contracts-library@2.2.0
|
|
17
|
+
- @contractspec/lib.example-shared-ui@2.2.0
|
|
18
|
+
- @contractspec/lib.runtime-sandbox@1.2.0
|
|
19
|
+
- @contractspec/lib.contracts-spec@2.2.0
|
|
20
|
+
- @contractspec/lib.design-system@2.2.0
|
|
21
|
+
- @contractspec/module.examples@2.2.0
|
|
22
|
+
- @contractspec/lib.ui-kit-web@2.2.0
|
|
23
|
+
- @contractspec/lib.ui-link@2.2.0
|
|
24
|
+
- @contractspec/lib.logger@2.2.0
|
|
25
|
+
- @contractspec/lib.schema@2.2.0
|
|
26
|
+
|
|
27
|
+
## 2.1.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 57e2819: chore: align Studio messaging with live product positioning
|
|
32
|
+
- Updated dependencies [57e2819]
|
|
33
|
+
- @contractspec/lib.contracts-spec@2.1.1
|
|
34
|
+
- @contractspec/lib.contracts-integrations@2.1.1
|
|
35
|
+
- @contractspec/lib.contracts-library@2.1.1
|
|
36
|
+
- @contractspec/lib.contracts-runtime-server-graphql@2.1.1
|
|
37
|
+
- @contractspec/lib.contracts-runtime-server-mcp@2.1.1
|
|
38
|
+
- @contractspec/lib.contracts-runtime-server-rest@2.1.1
|
|
39
|
+
- @contractspec/lib.design-system@2.1.1
|
|
40
|
+
- @contractspec/lib.example-shared-ui@2.1.1
|
|
41
|
+
- @contractspec/module.examples@2.1.1
|
|
42
|
+
|
|
3
43
|
## 2.1.0
|
|
4
44
|
|
|
5
45
|
### Minor Changes
|
|
@@ -100,7 +100,7 @@ function DocsIndexPage() {
|
|
|
100
100
|
}, undefined, true, undefined, this)
|
|
101
101
|
}, undefined, false, undefined, this),
|
|
102
102
|
/* @__PURE__ */ jsxDEV(Link, {
|
|
103
|
-
href: "/studio",
|
|
103
|
+
href: "/docs/studio",
|
|
104
104
|
className: "card-subtle group space-y-3 p-6 transition-colors hover:border-violet-500/50",
|
|
105
105
|
children: /* @__PURE__ */ jsxDEV("div", {
|
|
106
106
|
className: "flex items-start justify-between",
|
|
@@ -109,11 +109,11 @@ function DocsIndexPage() {
|
|
|
109
109
|
children: [
|
|
110
110
|
/* @__PURE__ */ jsxDEV("h3", {
|
|
111
111
|
className: "text-lg font-bold transition-colors group-hover:text-violet-400",
|
|
112
|
-
children: "Studio
|
|
112
|
+
children: "Studio"
|
|
113
113
|
}, undefined, false, undefined, this),
|
|
114
114
|
/* @__PURE__ */ jsxDEV("p", {
|
|
115
115
|
className: "text-muted-foreground mt-1 text-sm",
|
|
116
|
-
children: "
|
|
116
|
+
children: "AI-powered product decision engine for spec-first teams."
|
|
117
117
|
}, undefined, false, undefined, this)
|
|
118
118
|
]
|
|
119
119
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -116,8 +116,8 @@ bun add @contractspec/integration.markdown-generator`
|
|
|
116
116
|
]
|
|
117
117
|
}, undefined, true, undefined, this),
|
|
118
118
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
119
|
-
title: "Need
|
|
120
|
-
body: "Studio
|
|
119
|
+
title: "Need evidence-backed template iteration?",
|
|
120
|
+
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
121
121
|
}, undefined, false, undefined, this),
|
|
122
122
|
/* @__PURE__ */ jsxDEV2("div", {
|
|
123
123
|
className: "flex items-center gap-4 pt-4",
|
|
@@ -418,10 +418,10 @@ export const PrivateRegistryResolver: RegistryResolverPlugin = {
|
|
|
418
418
|
import Link4 from "@contractspec/lib.ui-link";
|
|
419
419
|
import { jsxDEV as jsxDEV4 } from "react/jsx-dev-runtime";
|
|
420
420
|
function StudioPrompt({
|
|
421
|
-
title = "
|
|
422
|
-
body = "ContractSpec Studio
|
|
423
|
-
ctaLabel = "
|
|
424
|
-
href = "
|
|
421
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
422
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
423
|
+
ctaLabel = "Try Studio",
|
|
424
|
+
href = "https://app.contractspec.studio"
|
|
425
425
|
}) {
|
|
426
426
|
return /* @__PURE__ */ jsxDEV4("div", {
|
|
427
427
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -531,8 +531,8 @@ bun add @contractspec/integration.markdown-generator`
|
|
|
531
531
|
]
|
|
532
532
|
}, undefined, true, undefined, this),
|
|
533
533
|
/* @__PURE__ */ jsxDEV5(StudioPrompt, {
|
|
534
|
-
title: "Need
|
|
535
|
-
body: "Studio
|
|
534
|
+
title: "Need evidence-backed template iteration?",
|
|
535
|
+
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
536
536
|
}, undefined, false, undefined, this),
|
|
537
537
|
/* @__PURE__ */ jsxDEV5("div", {
|
|
538
538
|
className: "flex items-center gap-4 pt-4",
|
|
@@ -32,14 +32,14 @@ function DeveloperToolsPage() {
|
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
name: "ContractSpec Studio",
|
|
35
|
-
href: "https://
|
|
36
|
-
description: "
|
|
35
|
+
href: "https://app.contractspec.studio",
|
|
36
|
+
description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
|
|
37
37
|
icon: Layers,
|
|
38
|
-
status: "
|
|
38
|
+
status: "available",
|
|
39
39
|
highlights: [
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
40
|
+
"Evidence-to-decision loop",
|
|
41
|
+
"Compiled spec diffs and task packs",
|
|
42
|
+
"Exports to Linear, Jira, Notion, and GitHub"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
45
|
{
|
|
@@ -729,14 +729,14 @@ function DeveloperToolsPage() {
|
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
731
|
name: "ContractSpec Studio",
|
|
732
|
-
href: "https://
|
|
733
|
-
description: "
|
|
732
|
+
href: "https://app.contractspec.studio",
|
|
733
|
+
description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
|
|
734
734
|
icon: Layers,
|
|
735
|
-
status: "
|
|
735
|
+
status: "available",
|
|
736
736
|
highlights: [
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"
|
|
737
|
+
"Evidence-to-decision loop",
|
|
738
|
+
"Compiled spec diffs and task packs",
|
|
739
|
+
"Exports to Linear, Jira, Notion, and GitHub"
|
|
740
740
|
]
|
|
741
741
|
},
|
|
742
742
|
{
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -165,8 +165,8 @@ bun run validate`
|
|
|
165
165
|
]
|
|
166
166
|
}, undefined, true, undefined, this),
|
|
167
167
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
168
|
-
title: "Need
|
|
169
|
-
body: "Studio
|
|
168
|
+
title: "Need continuous checks tied to outcomes?",
|
|
169
|
+
body: "Studio closes the loop with post-change verification and learning dividends that improve future decisions."
|
|
170
170
|
}, undefined, false, undefined, this)
|
|
171
171
|
]
|
|
172
172
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -706,8 +706,8 @@ capabilityRegistry.register(UserManagementCapability);`
|
|
|
706
706
|
]
|
|
707
707
|
}, undefined, true, undefined, this),
|
|
708
708
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
709
|
-
title: "
|
|
710
|
-
body: "Studio
|
|
709
|
+
title: "Need to decide which contract should change next?",
|
|
710
|
+
body: "Studio uses evidence and focus constraints to generate decision briefs, patch intents, and execution-ready task packs."
|
|
711
711
|
}, undefined, false, undefined, this)
|
|
712
712
|
]
|
|
713
713
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -193,8 +193,8 @@ export default async function Page({ params }: { params: { slug?: string[] } })
|
|
|
193
193
|
]
|
|
194
194
|
}, undefined, true, undefined, this),
|
|
195
195
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
196
|
-
title: "Need
|
|
197
|
-
body: "Studio
|
|
196
|
+
title: "Need decision-to-export automation?",
|
|
197
|
+
body: "Studio exports evidence-backed spec changes and task packs to Linear, Jira, Notion, and GitHub."
|
|
198
198
|
}, undefined, false, undefined, this)
|
|
199
199
|
]
|
|
200
200
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -179,8 +179,8 @@ contractspec openapi export --registry ./src/contracts/registry.ts --out ./gener
|
|
|
179
179
|
]
|
|
180
180
|
}, undefined, true, undefined, this),
|
|
181
181
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
182
|
-
title: "Want
|
|
183
|
-
body: "Studio
|
|
182
|
+
title: "Want exports tied to product decisions?",
|
|
183
|
+
body: "Studio compiles approved changes into deliverables and pushes them to your execution stack with full evidence context."
|
|
184
184
|
}, undefined, false, undefined, this)
|
|
185
185
|
]
|
|
186
186
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -846,8 +846,8 @@ installOp(registry, CreateUserCommand, async (input) => {
|
|
|
846
846
|
]
|
|
847
847
|
}, undefined, true, undefined, this),
|
|
848
848
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
849
|
-
title: "Want
|
|
850
|
-
body: "Studio
|
|
849
|
+
title: "Want evidence-driven migration priorities?",
|
|
850
|
+
body: "Studio clusters product signals into scored patterns, then proposes spec-first change cards for the highest-impact areas."
|
|
851
851
|
}, undefined, false, undefined, this)
|
|
852
852
|
]
|
|
853
853
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -286,8 +286,8 @@ contractspec examples validate --repo-root .`
|
|
|
286
286
|
]
|
|
287
287
|
}, undefined, true, undefined, this),
|
|
288
288
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
289
|
-
title: "
|
|
290
|
-
body: "Studio
|
|
289
|
+
title: "Want real product evidence behind endpoint changes?",
|
|
290
|
+
body: "Studio correlates meetings, support, analytics, and code signals before compiling endpoint decisions into spec diffs."
|
|
291
291
|
}, undefined, false, undefined, this)
|
|
292
292
|
]
|
|
293
293
|
}, undefined, true, undefined, this),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import Link from "@contractspec/lib.ui-link";
|
|
4
4
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
5
5
|
function StudioPrompt({
|
|
6
|
-
title = "
|
|
7
|
-
body = "ContractSpec Studio
|
|
8
|
-
ctaLabel = "
|
|
9
|
-
href = "
|
|
6
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
7
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
8
|
+
ctaLabel = "Try Studio",
|
|
9
|
+
href = "https://app.contractspec.studio"
|
|
10
10
|
}) {
|
|
11
11
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
12
12
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -223,8 +223,8 @@ bun run validate`
|
|
|
223
223
|
]
|
|
224
224
|
}, undefined, true, undefined, this),
|
|
225
225
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
226
|
-
title: "Need
|
|
227
|
-
body: "Studio
|
|
226
|
+
title: "Need validation tied to real outcomes?",
|
|
227
|
+
body: "Studio links checks to evidence, focus decisions, and post-release verification so specs evolve with product truth."
|
|
228
228
|
}, undefined, false, undefined, this)
|
|
229
229
|
]
|
|
230
230
|
}, undefined, true, undefined, this),
|