@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.
Files changed (69) hide show
  1. package/.turbo/turbo-build.log +47 -47
  2. package/CHANGELOG.md +16 -0
  3. package/dist/components/docs/DocsIndexPage.js +3 -3
  4. package/dist/components/docs/ecosystem/TemplatesPage.js +6 -6
  5. package/dist/components/docs/ecosystem/index.js +6 -6
  6. package/dist/components/docs/getting-started/DeveloperToolsPage.js +6 -6
  7. package/dist/components/docs/getting-started/index.js +6 -6
  8. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
  9. package/dist/components/docs/guides/GuideContractTypesPage.js +6 -6
  10. package/dist/components/docs/guides/GuideDocsPipelinePage.js +6 -6
  11. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
  12. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
  13. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
  14. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
  15. package/dist/components/docs/guides/index.js +18 -18
  16. package/dist/components/docs/index.js +162 -470
  17. package/dist/components/docs/manifesto/ManifestoPage.js +2 -2
  18. package/dist/components/docs/shared/StudioPrompt.js +4 -4
  19. package/dist/components/docs/studio/StudioBYOKPage.js +14 -68
  20. package/dist/components/docs/studio/StudioDeploymentsPage.js +14 -89
  21. package/dist/components/docs/studio/StudioGettingStartedPage.js +14 -82
  22. package/dist/components/docs/studio/StudioIntegrationsPage.js +14 -60
  23. package/dist/components/docs/studio/StudioOverviewPage.js +62 -32
  24. package/dist/components/docs/studio/StudioVisualBuilderPage.js +14 -109
  25. package/dist/components/docs/studio/index.js +131 -439
  26. package/dist/index.js +162 -470
  27. package/dist/node/components/docs/DocsIndexPage.js +3 -3
  28. package/dist/node/components/docs/ecosystem/TemplatesPage.js +6 -6
  29. package/dist/node/components/docs/ecosystem/index.js +6 -6
  30. package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +6 -6
  31. package/dist/node/components/docs/getting-started/index.js +6 -6
  32. package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
  33. package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -6
  34. package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +6 -6
  35. package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
  36. package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
  37. package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
  38. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
  39. package/dist/node/components/docs/guides/index.js +18 -18
  40. package/dist/node/components/docs/index.js +162 -470
  41. package/dist/node/components/docs/manifesto/ManifestoPage.js +2 -2
  42. package/dist/node/components/docs/shared/StudioPrompt.js +4 -4
  43. package/dist/node/components/docs/studio/StudioBYOKPage.js +14 -68
  44. package/dist/node/components/docs/studio/StudioDeploymentsPage.js +14 -89
  45. package/dist/node/components/docs/studio/StudioGettingStartedPage.js +14 -82
  46. package/dist/node/components/docs/studio/StudioIntegrationsPage.js +14 -60
  47. package/dist/node/components/docs/studio/StudioOverviewPage.js +62 -32
  48. package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +14 -109
  49. package/dist/node/components/docs/studio/index.js +131 -439
  50. package/dist/node/index.js +162 -470
  51. package/package.json +10 -10
  52. package/src/components/docs/DocsIndexPage.tsx +3 -3
  53. package/src/components/docs/ecosystem/TemplatesPage.tsx +2 -2
  54. package/src/components/docs/getting-started/DeveloperToolsPage.tsx +6 -6
  55. package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +2 -2
  56. package/src/components/docs/guides/GuideContractTypesPage.tsx +2 -2
  57. package/src/components/docs/guides/GuideDocsPipelinePage.tsx +2 -2
  58. package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +2 -2
  59. package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +2 -2
  60. package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +2 -2
  61. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
  62. package/src/components/docs/manifesto/ManifestoPage.tsx +2 -2
  63. package/src/components/docs/shared/StudioPrompt.tsx +4 -4
  64. package/src/components/docs/studio/StudioBYOKPage.tsx +9 -54
  65. package/src/components/docs/studio/StudioDeploymentsPage.tsx +9 -70
  66. package/src/components/docs/studio/StudioGettingStartedPage.tsx +9 -66
  67. package/src/components/docs/studio/StudioIntegrationsPage.tsx +9 -47
  68. package/src/components/docs/studio/StudioOverviewPage.tsx +53 -41
  69. 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 (managed)"
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: "Visual builder, deployments, and team collaboration."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 managed plugin distribution?",
119
- body: "Studio can host private plugin registries, approvals, and policy gates for teams."
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 = "Need managed policy gates and approvals?",
421
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
422
- ctaLabel = "Join Studio waitlist",
423
- href = "/contact#waitlist"
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 managed plugin distribution?",
534
- body: "Studio can host private plugin registries, approvals, and policy gates for teams."
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://www.contractspec.studio",
35
- description: "Visual builder, lifecycle management, and deployment orchestration.",
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: "coming-soon",
37
+ status: "available",
38
38
  highlights: [
39
- "Visual spec editor",
40
- "Deployment pipelines",
41
- "Analytics dashboard"
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://www.contractspec.studio",
732
- description: "Visual builder, lifecycle management, and deployment orchestration.",
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: "coming-soon",
734
+ status: "available",
735
735
  highlights: [
736
- "Visual spec editor",
737
- "Deployment pipelines",
738
- "Analytics dashboard"
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 managed CI policy gates?",
168
- body: "Studio adds policy approvals, drift dashboards, and audit trails after CI checks pass."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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: "Want visual contract design?",
709
- body: "Studio provides a visual editor for creating and managing contracts with team collaboration and version control."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 hosted docs releases?",
196
- body: "Studio can publish versioned docs bundles with approvals and audit trails."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 managed schema releases?",
182
- body: "Studio can publish OpenAPI, SDKs, and release notes automatically with approvals."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 automated contract evolution?",
849
- body: "Studio monitors your codebase and suggests contract updates when your API changes, keeping specs and code in sync."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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: "Need team approvals for new endpoints?",
289
- body: "Studio adds review gates, shared registries, and audit trails after you ship your first endpoint."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 shared validation policies?",
226
- body: "Studio lets teams enforce validation policies and review changes before they ship."
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 = "Need managed policy gates and approvals?",
6
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
7
- ctaLabel = "Join Studio waitlist",
8
- href = "/contact#waitlist"
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 managed CI policy gates?",
168
- body: "Studio adds policy approvals, drift dashboards, and audit trails after CI checks pass."
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: "Want visual contract design?",
875
- body: "Studio provides a visual editor for creating and managing contracts with team collaboration and version control."
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 hosted docs releases?",
1069
- body: "Studio can publish versioned docs bundles with approvals and audit trails."
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 managed schema releases?",
1249
- body: "Studio can publish OpenAPI, SDKs, and release notes automatically with approvals."
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 automated contract evolution?",
2096
- body: "Studio monitors your codebase and suggests contract updates when your API changes, keeping specs and code in sync."
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: "Need team approvals for new endpoints?",
2383
- body: "Studio adds review gates, shared registries, and audit trails after you ship your first endpoint."
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 shared validation policies?",
2607
- body: "Studio lets teams enforce validation policies and review changes before they ship."
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),