@contractspec/bundle.library 2.1.0 → 2.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.
- package/.turbo/turbo-build.log +47 -47
- package/CHANGELOG.md +16 -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 +10 -10
- 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
|
@@ -99,7 +99,7 @@ function DocsIndexPage() {
|
|
|
99
99
|
}, undefined, true, undefined, this)
|
|
100
100
|
}, undefined, false, undefined, this),
|
|
101
101
|
/* @__PURE__ */ jsxDEV(Link, {
|
|
102
|
-
href: "/studio",
|
|
102
|
+
href: "/docs/studio",
|
|
103
103
|
className: "card-subtle group space-y-3 p-6 transition-colors hover:border-violet-500/50",
|
|
104
104
|
children: /* @__PURE__ */ jsxDEV("div", {
|
|
105
105
|
className: "flex items-start justify-between",
|
|
@@ -108,11 +108,11 @@ function DocsIndexPage() {
|
|
|
108
108
|
children: [
|
|
109
109
|
/* @__PURE__ */ jsxDEV("h3", {
|
|
110
110
|
className: "text-lg font-bold transition-colors group-hover:text-violet-400",
|
|
111
|
-
children: "Studio
|
|
111
|
+
children: "Studio"
|
|
112
112
|
}, undefined, false, undefined, this),
|
|
113
113
|
/* @__PURE__ */ jsxDEV("p", {
|
|
114
114
|
className: "text-muted-foreground mt-1 text-sm",
|
|
115
|
-
children: "
|
|
115
|
+
children: "AI-powered product decision engine for spec-first teams."
|
|
116
116
|
}, undefined, false, undefined, this)
|
|
117
117
|
]
|
|
118
118
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -115,8 +115,8 @@ bun add @contractspec/integration.markdown-generator`
|
|
|
115
115
|
]
|
|
116
116
|
}, undefined, true, undefined, this),
|
|
117
117
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
118
|
-
title: "Need
|
|
119
|
-
body: "Studio
|
|
118
|
+
title: "Need evidence-backed template iteration?",
|
|
119
|
+
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
120
120
|
}, undefined, false, undefined, this),
|
|
121
121
|
/* @__PURE__ */ jsxDEV2("div", {
|
|
122
122
|
className: "flex items-center gap-4 pt-4",
|
|
@@ -417,10 +417,10 @@ export const PrivateRegistryResolver: RegistryResolverPlugin = {
|
|
|
417
417
|
import Link4 from "@contractspec/lib.ui-link";
|
|
418
418
|
import { jsxDEV as jsxDEV4 } from "react/jsx-dev-runtime";
|
|
419
419
|
function StudioPrompt({
|
|
420
|
-
title = "
|
|
421
|
-
body = "ContractSpec Studio
|
|
422
|
-
ctaLabel = "
|
|
423
|
-
href = "
|
|
420
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
421
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
422
|
+
ctaLabel = "Try Studio",
|
|
423
|
+
href = "https://app.contractspec.studio"
|
|
424
424
|
}) {
|
|
425
425
|
return /* @__PURE__ */ jsxDEV4("div", {
|
|
426
426
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -530,8 +530,8 @@ bun add @contractspec/integration.markdown-generator`
|
|
|
530
530
|
]
|
|
531
531
|
}, undefined, true, undefined, this),
|
|
532
532
|
/* @__PURE__ */ jsxDEV5(StudioPrompt, {
|
|
533
|
-
title: "Need
|
|
534
|
-
body: "Studio
|
|
533
|
+
title: "Need evidence-backed template iteration?",
|
|
534
|
+
body: "Studio helps teams prioritize template changes from real product signals and export implementation-ready task packs."
|
|
535
535
|
}, undefined, false, undefined, this),
|
|
536
536
|
/* @__PURE__ */ jsxDEV5("div", {
|
|
537
537
|
className: "flex items-center gap-4 pt-4",
|
|
@@ -31,14 +31,14 @@ function DeveloperToolsPage() {
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
name: "ContractSpec Studio",
|
|
34
|
-
href: "https://
|
|
35
|
-
description: "
|
|
34
|
+
href: "https://app.contractspec.studio",
|
|
35
|
+
description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
|
|
36
36
|
icon: Layers,
|
|
37
|
-
status: "
|
|
37
|
+
status: "available",
|
|
38
38
|
highlights: [
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
39
|
+
"Evidence-to-decision loop",
|
|
40
|
+
"Compiled spec diffs and task packs",
|
|
41
|
+
"Exports to Linear, Jira, Notion, and GitHub"
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
@@ -728,14 +728,14 @@ function DeveloperToolsPage() {
|
|
|
728
728
|
},
|
|
729
729
|
{
|
|
730
730
|
name: "ContractSpec Studio",
|
|
731
|
-
href: "https://
|
|
732
|
-
description: "
|
|
731
|
+
href: "https://app.contractspec.studio",
|
|
732
|
+
description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
|
|
733
733
|
icon: Layers,
|
|
734
|
-
status: "
|
|
734
|
+
status: "available",
|
|
735
735
|
highlights: [
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"
|
|
736
|
+
"Evidence-to-decision loop",
|
|
737
|
+
"Compiled spec diffs and task packs",
|
|
738
|
+
"Exports to Linear, Jira, Notion, and GitHub"
|
|
739
739
|
]
|
|
740
740
|
},
|
|
741
741
|
{
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -164,8 +164,8 @@ bun run validate`
|
|
|
164
164
|
]
|
|
165
165
|
}, undefined, true, undefined, this),
|
|
166
166
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
167
|
-
title: "Need
|
|
168
|
-
body: "Studio
|
|
167
|
+
title: "Need continuous checks tied to outcomes?",
|
|
168
|
+
body: "Studio closes the loop with post-change verification and learning dividends that improve future decisions."
|
|
169
169
|
}, undefined, false, undefined, this)
|
|
170
170
|
]
|
|
171
171
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -705,8 +705,8 @@ capabilityRegistry.register(UserManagementCapability);`
|
|
|
705
705
|
]
|
|
706
706
|
}, undefined, true, undefined, this),
|
|
707
707
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
708
|
-
title: "
|
|
709
|
-
body: "Studio
|
|
708
|
+
title: "Need to decide which contract should change next?",
|
|
709
|
+
body: "Studio uses evidence and focus constraints to generate decision briefs, patch intents, and execution-ready task packs."
|
|
710
710
|
}, undefined, false, undefined, this)
|
|
711
711
|
]
|
|
712
712
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -192,8 +192,8 @@ export default async function Page({ params }: { params: { slug?: string[] } })
|
|
|
192
192
|
]
|
|
193
193
|
}, undefined, true, undefined, this),
|
|
194
194
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
195
|
-
title: "Need
|
|
196
|
-
body: "Studio
|
|
195
|
+
title: "Need decision-to-export automation?",
|
|
196
|
+
body: "Studio exports evidence-backed spec changes and task packs to Linear, Jira, Notion, and GitHub."
|
|
197
197
|
}, undefined, false, undefined, this)
|
|
198
198
|
]
|
|
199
199
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -178,8 +178,8 @@ contractspec openapi export --registry ./src/contracts/registry.ts --out ./gener
|
|
|
178
178
|
]
|
|
179
179
|
}, undefined, true, undefined, this),
|
|
180
180
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
181
|
-
title: "Want
|
|
182
|
-
body: "Studio
|
|
181
|
+
title: "Want exports tied to product decisions?",
|
|
182
|
+
body: "Studio compiles approved changes into deliverables and pushes them to your execution stack with full evidence context."
|
|
183
183
|
}, undefined, false, undefined, this)
|
|
184
184
|
]
|
|
185
185
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -845,8 +845,8 @@ installOp(registry, CreateUserCommand, async (input) => {
|
|
|
845
845
|
]
|
|
846
846
|
}, undefined, true, undefined, this),
|
|
847
847
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
848
|
-
title: "Want
|
|
849
|
-
body: "Studio
|
|
848
|
+
title: "Want evidence-driven migration priorities?",
|
|
849
|
+
body: "Studio clusters product signals into scored patterns, then proposes spec-first change cards for the highest-impact areas."
|
|
850
850
|
}, undefined, false, undefined, this)
|
|
851
851
|
]
|
|
852
852
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -285,8 +285,8 @@ contractspec examples validate --repo-root .`
|
|
|
285
285
|
]
|
|
286
286
|
}, undefined, true, undefined, this),
|
|
287
287
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
288
|
-
title: "
|
|
289
|
-
body: "Studio
|
|
288
|
+
title: "Want real product evidence behind endpoint changes?",
|
|
289
|
+
body: "Studio correlates meetings, support, analytics, and code signals before compiling endpoint decisions into spec diffs."
|
|
290
290
|
}, undefined, false, undefined, this)
|
|
291
291
|
]
|
|
292
292
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -222,8 +222,8 @@ bun run validate`
|
|
|
222
222
|
]
|
|
223
223
|
}, undefined, true, undefined, this),
|
|
224
224
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
225
|
-
title: "Need
|
|
226
|
-
body: "Studio
|
|
225
|
+
title: "Need validation tied to real outcomes?",
|
|
226
|
+
body: "Studio links checks to evidence, focus decisions, and post-release verification so specs evolve with product truth."
|
|
227
227
|
}, undefined, false, undefined, this)
|
|
228
228
|
]
|
|
229
229
|
}, undefined, true, undefined, this),
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import Link from "@contractspec/lib.ui-link";
|
|
3
3
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
4
4
|
function StudioPrompt({
|
|
5
|
-
title = "
|
|
6
|
-
body = "ContractSpec Studio
|
|
7
|
-
ctaLabel = "
|
|
8
|
-
href = "
|
|
5
|
+
title = "Want to turn product signals into spec-first deliverables?",
|
|
6
|
+
body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
|
|
7
|
+
ctaLabel = "Try Studio",
|
|
8
|
+
href = "https://app.contractspec.studio"
|
|
9
9
|
}) {
|
|
10
10
|
return /* @__PURE__ */ jsxDEV("div", {
|
|
11
11
|
className: "card-subtle space-y-3 p-6",
|
|
@@ -164,8 +164,8 @@ bun run validate`
|
|
|
164
164
|
]
|
|
165
165
|
}, undefined, true, undefined, this),
|
|
166
166
|
/* @__PURE__ */ jsxDEV2(StudioPrompt, {
|
|
167
|
-
title: "Need
|
|
168
|
-
body: "Studio
|
|
167
|
+
title: "Need continuous checks tied to outcomes?",
|
|
168
|
+
body: "Studio closes the loop with post-change verification and learning dividends that improve future decisions."
|
|
169
169
|
}, undefined, false, undefined, this)
|
|
170
170
|
]
|
|
171
171
|
}, undefined, true, undefined, this),
|
|
@@ -871,8 +871,8 @@ capabilityRegistry.register(UserManagementCapability);`
|
|
|
871
871
|
]
|
|
872
872
|
}, undefined, true, undefined, this),
|
|
873
873
|
/* @__PURE__ */ jsxDEV3(StudioPrompt, {
|
|
874
|
-
title: "
|
|
875
|
-
body: "Studio
|
|
874
|
+
title: "Need to decide which contract should change next?",
|
|
875
|
+
body: "Studio uses evidence and focus constraints to generate decision briefs, patch intents, and execution-ready task packs."
|
|
876
876
|
}, undefined, false, undefined, this)
|
|
877
877
|
]
|
|
878
878
|
}, undefined, true, undefined, this),
|
|
@@ -1065,8 +1065,8 @@ export default async function Page({ params }: { params: { slug?: string[] } })
|
|
|
1065
1065
|
]
|
|
1066
1066
|
}, undefined, true, undefined, this),
|
|
1067
1067
|
/* @__PURE__ */ jsxDEV4(StudioPrompt, {
|
|
1068
|
-
title: "Need
|
|
1069
|
-
body: "Studio
|
|
1068
|
+
title: "Need decision-to-export automation?",
|
|
1069
|
+
body: "Studio exports evidence-backed spec changes and task packs to Linear, Jira, Notion, and GitHub."
|
|
1070
1070
|
}, undefined, false, undefined, this)
|
|
1071
1071
|
]
|
|
1072
1072
|
}, undefined, true, undefined, this),
|
|
@@ -1245,8 +1245,8 @@ contractspec openapi export --registry ./src/contracts/registry.ts --out ./gener
|
|
|
1245
1245
|
]
|
|
1246
1246
|
}, undefined, true, undefined, this),
|
|
1247
1247
|
/* @__PURE__ */ jsxDEV5(StudioPrompt, {
|
|
1248
|
-
title: "Want
|
|
1249
|
-
body: "Studio
|
|
1248
|
+
title: "Want exports tied to product decisions?",
|
|
1249
|
+
body: "Studio compiles approved changes into deliverables and pushes them to your execution stack with full evidence context."
|
|
1250
1250
|
}, undefined, false, undefined, this)
|
|
1251
1251
|
]
|
|
1252
1252
|
}, undefined, true, undefined, this),
|
|
@@ -2092,8 +2092,8 @@ installOp(registry, CreateUserCommand, async (input) => {
|
|
|
2092
2092
|
]
|
|
2093
2093
|
}, undefined, true, undefined, this),
|
|
2094
2094
|
/* @__PURE__ */ jsxDEV6(StudioPrompt, {
|
|
2095
|
-
title: "Want
|
|
2096
|
-
body: "Studio
|
|
2095
|
+
title: "Want evidence-driven migration priorities?",
|
|
2096
|
+
body: "Studio clusters product signals into scored patterns, then proposes spec-first change cards for the highest-impact areas."
|
|
2097
2097
|
}, undefined, false, undefined, this)
|
|
2098
2098
|
]
|
|
2099
2099
|
}, undefined, true, undefined, this),
|
|
@@ -2379,8 +2379,8 @@ contractspec examples validate --repo-root .`
|
|
|
2379
2379
|
]
|
|
2380
2380
|
}, undefined, true, undefined, this),
|
|
2381
2381
|
/* @__PURE__ */ jsxDEV7(StudioPrompt, {
|
|
2382
|
-
title: "
|
|
2383
|
-
body: "Studio
|
|
2382
|
+
title: "Want real product evidence behind endpoint changes?",
|
|
2383
|
+
body: "Studio correlates meetings, support, analytics, and code signals before compiling endpoint decisions into spec diffs."
|
|
2384
2384
|
}, undefined, false, undefined, this)
|
|
2385
2385
|
]
|
|
2386
2386
|
}, undefined, true, undefined, this),
|
|
@@ -2603,8 +2603,8 @@ bun run validate`
|
|
|
2603
2603
|
]
|
|
2604
2604
|
}, undefined, true, undefined, this),
|
|
2605
2605
|
/* @__PURE__ */ jsxDEV8(StudioPrompt, {
|
|
2606
|
-
title: "Need
|
|
2607
|
-
body: "Studio
|
|
2606
|
+
title: "Need validation tied to real outcomes?",
|
|
2607
|
+
body: "Studio links checks to evidence, focus decisions, and post-release verification so specs evolve with product truth."
|
|
2608
2608
|
}, undefined, false, undefined, this)
|
|
2609
2609
|
]
|
|
2610
2610
|
}, undefined, true, undefined, this),
|