@contractspec/bundle.library 3.9.6 → 3.9.8

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 (153) hide show
  1. package/.turbo/turbo-build.log +238 -230
  2. package/CHANGELOG.md +88 -0
  3. package/dist/components/docs/DocsIndexPage.js +2 -2
  4. package/dist/components/docs/docsManifest.js +1 -1
  5. package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
  6. package/dist/components/docs/getting-started/index.js +46 -10
  7. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
  8. package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
  9. package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
  10. package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
  11. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  12. package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
  13. package/dist/components/docs/guides/guides.docblocks.js +3 -1
  14. package/dist/components/docs/guides/index.d.ts +1 -0
  15. package/dist/components/docs/guides/index.js +139 -44
  16. package/dist/components/docs/index.js +586 -266
  17. package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
  18. package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
  19. package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
  20. package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
  21. package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
  22. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
  23. package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
  24. package/dist/components/docs/libraries/index.d.ts +1 -0
  25. package/dist/components/docs/libraries/index.js +217 -64
  26. package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
  27. package/dist/components/docs/specs/index.js +37 -1
  28. package/dist/index.js +597 -277
  29. package/dist/libs/posthog/client.js +1 -1
  30. package/dist/node/components/docs/DocsIndexPage.js +2 -2
  31. package/dist/node/components/docs/docsManifest.js +1 -1
  32. package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
  33. package/dist/node/components/docs/getting-started/index.js +46 -10
  34. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
  35. package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
  36. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  37. package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
  38. package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
  39. package/dist/node/components/docs/guides/index.js +139 -44
  40. package/dist/node/components/docs/index.js +586 -266
  41. package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
  42. package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
  43. package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
  44. package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
  45. package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
  46. package/dist/node/components/docs/libraries/index.js +217 -64
  47. package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
  48. package/dist/node/components/docs/specs/index.js +37 -1
  49. package/dist/node/index.js +597 -277
  50. package/dist/node/libs/posthog/client.js +1 -1
  51. package/package.json +71 -23
  52. package/src/components/docs/docsManifest.ts +22 -0
  53. package/src/components/docs/generated/docs-index._common.json +2008 -1699
  54. package/src/components/docs/generated/docs-index.agent-console.json +377 -377
  55. package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
  56. package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
  57. package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
  58. package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
  59. package/src/components/docs/generated/docs-index.app-config.json +137 -137
  60. package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
  61. package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
  62. package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
  63. package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
  64. package/src/components/docs/generated/docs-index.content-generation.json +9 -9
  65. package/src/components/docs/generated/docs-index.control-plane.json +17 -17
  66. package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
  67. package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
  68. package/src/components/docs/generated/docs-index.defineExample.json +9 -9
  69. package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
  70. package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
  71. package/src/components/docs/generated/docs-index.files.json +177 -177
  72. package/src/components/docs/generated/docs-index.generated.ts +20 -20
  73. package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
  74. package/src/components/docs/generated/docs-index.health.json +97 -97
  75. package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
  76. package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
  77. package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
  78. package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
  79. package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
  80. package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
  81. package/src/components/docs/generated/docs-index.jobs.json +137 -137
  82. package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
  83. package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
  84. package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
  85. package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
  86. package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
  87. package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
  88. package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
  89. package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
  90. package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
  91. package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
  92. package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
  93. package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
  94. package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
  95. package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
  96. package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
  97. package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
  98. package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
  99. package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
  100. package/src/components/docs/generated/docs-index.marketplace.json +337 -337
  101. package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
  102. package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
  103. package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
  104. package/src/components/docs/generated/docs-index.metrics.json +201 -201
  105. package/src/components/docs/generated/docs-index.minimal.json +17 -17
  106. package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
  107. package/src/components/docs/generated/docs-index.notifications.json +65 -65
  108. package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
  109. package/src/components/docs/generated/docs-index.openbanking.json +65 -65
  110. package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
  111. package/src/components/docs/generated/docs-index.personalization.json +9 -9
  112. package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
  113. package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
  114. package/src/components/docs/generated/docs-index.platform-context.json +121 -121
  115. package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
  116. package/src/components/docs/generated/docs-index.platform-database.json +89 -89
  117. package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
  118. package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
  119. package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
  120. package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
  121. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
  122. package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
  123. package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
  124. package/src/components/docs/generated/docs-index.product-intent.json +9 -9
  125. package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
  126. package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
  127. package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
  128. package/src/components/docs/generated/docs-index.team-hub.json +185 -185
  129. package/src/components/docs/generated/docs-index.unknown.json +521 -521
  130. package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
  131. package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
  132. package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
  133. package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
  134. package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
  135. package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
  136. package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
  137. package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
  138. package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
  139. package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
  140. package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
  141. package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
  142. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
  143. package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
  144. package/src/components/docs/guides/guides.docblocks.ts +12 -0
  145. package/src/components/docs/guides/index.ts +1 -0
  146. package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
  147. package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
  148. package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
  149. package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
  150. package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
  151. package/src/components/docs/libraries/index.ts +1 -0
  152. package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
  153. package/src/libs/posthog/client.ts +11 -9
@@ -1,1700 +1,2009 @@
1
1
  [
2
- {
3
- "id": "_common/acp.fs.access",
4
- "title": "acp.fs.access",
5
- "summary": "Perform file system access within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: filesystem\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpFsAccess.command.ts`",
6
- "route": "/docs/reference/_common/acp.fs.access",
7
- "source": "generated",
8
- "contentPath": "_common/acp.fs.access.md"
9
- },
10
- {
11
- "id": "_common/acp.prompt.turn",
12
- "title": "acp.prompt.turn",
13
- "summary": "Execute a prompt turn within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: prompt\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpPromptTurn.command.ts`\nRun ACP prompt turns with tool calls and structured outputs.",
14
- "route": "/docs/reference/_common/acp.prompt.turn",
15
- "source": "generated",
16
- "contentPath": "_common/acp.prompt.turn.md"
17
- },
18
- {
19
- "id": "_common/acp.session.init",
20
- "title": "acp.session.init",
21
- "summary": "Initialize a new ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionInit.command.ts`\nStart a governed ACP session with configured tools and policies.",
22
- "route": "/docs/reference/_common/acp.session.init",
23
- "source": "generated",
24
- "contentPath": "_common/acp.session.init.md"
25
- },
26
- {
27
- "id": "_common/acp.session.resume",
28
- "title": "acp.session.resume",
29
- "summary": "Resume an existing ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionResume.command.ts`\nContinue a previously initialized ACP session with full context.",
30
- "route": "/docs/reference/_common/acp.session.resume",
31
- "source": "generated",
32
- "contentPath": "_common/acp.session.resume.md"
33
- },
34
- {
35
- "id": "_common/acp.session.stop",
36
- "title": "acp.session.stop",
37
- "summary": "Stop an active ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionStop.command.ts`\nTerminate ACP sessions cleanly with audit trails.",
38
- "route": "/docs/reference/_common/acp.session.stop",
39
- "source": "generated",
40
- "contentPath": "_common/acp.session.stop.md"
41
- },
42
- {
43
- "id": "_common/acp.terminal.exec",
44
- "title": "acp.terminal.exec",
45
- "summary": "Execute a terminal command within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: terminal\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpTerminalExec.command.ts`",
46
- "route": "/docs/reference/_common/acp.terminal.exec",
47
- "source": "generated",
48
- "contentPath": "_common/acp.terminal.exec.md"
49
- },
50
- {
51
- "id": "_common/acp.tool.calls",
52
- "title": "acp.tool.calls",
53
- "summary": "Execute tool calls within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: tools\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpToolCalls.command.ts`\nRun tool calls with safe governance and telemetry.",
54
- "route": "/docs/reference/_common/acp.tool.calls",
55
- "source": "generated",
56
- "contentPath": "_common/acp.tool.calls.md"
57
- },
58
- {
59
- "id": "_common/acp.transport",
60
- "title": "acp.transport",
61
- "summary": "Agent Client Protocol transport surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: transport\n- **File**: `packages/libs/contracts-spec/src/acp/capabilities/acpTransport.capability.ts`",
62
- "route": "/docs/reference/_common/acp.transport",
63
- "source": "generated",
64
- "contentPath": "_common/acp.transport.md"
65
- },
66
- {
67
- "id": "_common/AddNumbersSpec",
68
- "title": "AddNumbersSpec",
69
- "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/tests/spec.ts`\n```typescript\nimport { compareVersions } from 'compare-versions';\nimport type { DocBlock } from '../docs/types';",
70
- "route": "/docs/reference/_common/AddNumbersSpec",
71
- "source": "generated",
72
- "contentPath": "_common/AddNumbersSpec.md"
73
- },
74
- {
75
- "id": "_common/agent.approval.requested",
76
- "title": "agent.approval.requested",
77
- "summary": "Emitted when an approval is required for an agent action.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentApprovalRequested.event.ts`",
78
- "route": "/docs/reference/_common/agent.approval.requested",
79
- "source": "generated",
80
- "contentPath": "_common/agent.approval.requested.md"
81
- },
82
- {
83
- "id": "_common/agent.approvals",
84
- "title": "agent.approvals",
85
- "summary": "Approve or reject an agent step or run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentApprovals.command.ts`\nProvide governed human-in-the-loop control for risky steps.",
86
- "route": "/docs/reference/_common/agent.approvals",
87
- "source": "generated",
88
- "contentPath": "_common/agent.approvals.md"
89
- },
90
- {
91
- "id": "_common/agent.artifacts",
92
- "title": "agent.artifacts",
93
- "summary": "List artifacts produced by an agent run.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: artifacts\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentArtifacts.query.ts`\nProvide traceable outputs for audits and UI surfaces.",
94
- "route": "/docs/reference/_common/agent.artifacts",
95
- "source": "generated",
96
- "contentPath": "_common/agent.artifacts.md"
97
- },
98
- {
99
- "id": "_common/agent.cancel",
100
- "title": "agent.cancel",
101
- "summary": "Cancel an in-flight agent run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run, cancel\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentCancel.command.ts`\nProvide safe operator control to stop background agents.",
102
- "route": "/docs/reference/_common/agent.cancel",
103
- "source": "generated",
104
- "contentPath": "_common/agent.cancel.md"
105
- },
106
- {
107
- "id": "_common/agent.execution",
108
- "title": "agent.execution",
109
- "summary": "Background agent execution, approvals, and artifacts.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/agent/capabilities/agentExecution.capability.ts`",
110
- "route": "/docs/reference/_common/agent.execution",
111
- "source": "generated",
112
- "contentPath": "_common/agent.execution.md"
113
- },
114
- {
115
- "id": "_common/agent.run",
116
- "title": "agent.run",
117
- "summary": "Submit a background agent run with a context snapshot.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentRun.command.ts`",
118
- "route": "/docs/reference/_common/agent.run",
119
- "source": "generated",
120
- "contentPath": "_common/agent.run.md"
121
- },
122
- {
123
- "id": "_common/agent.run.audit",
124
- "title": "agent.run.audit",
125
- "summary": "Audit layout for agent runs and artifacts.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/agent/presentations/agentRunAudit.presentation.ts`",
126
- "route": "/docs/reference/_common/agent.run.audit",
127
- "source": "generated",
128
- "contentPath": "_common/agent.run.audit.md"
129
- },
130
- {
131
- "id": "_common/agent.run.completed",
132
- "title": "agent.run.completed",
133
- "summary": "Emitted when an agent run completes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunCompleted.event.ts`\n```typescript",
134
- "route": "/docs/reference/_common/agent.run.completed",
135
- "source": "generated",
136
- "contentPath": "_common/agent.run.completed.md"
137
- },
138
- {
139
- "id": "_common/agent.run.failed",
140
- "title": "agent.run.failed",
141
- "summary": "Emitted when an agent run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunFailed.event.ts`\n```typescript\nexport const AgentRunFailedEvent = defineEvent({",
142
- "route": "/docs/reference/_common/agent.run.failed",
143
- "source": "generated",
144
- "contentPath": "_common/agent.run.failed.md"
145
- },
146
- {
147
- "id": "_common/agent.run.started",
148
- "title": "agent.run.started",
149
- "summary": "Emitted when an agent run starts executing.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunStarted.event.ts`\n```typescript\nexport const AgentRunStartedEvent = defineEvent({",
150
- "route": "/docs/reference/_common/agent.run.started",
151
- "source": "generated",
152
- "contentPath": "_common/agent.run.started.md"
153
- },
154
- {
155
- "id": "_common/agent.status",
156
- "title": "agent.status",
157
- "summary": "Get status for agent runs.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: status\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentStatus.query.ts`\nProvide status and progress visibility for background agents.",
158
- "route": "/docs/reference/_common/agent.status",
159
- "source": "generated",
160
- "contentPath": "_common/agent.status.md"
161
- },
162
- {
163
- "id": "_common/context.pack.describe",
164
- "title": "context.pack.describe",
165
- "summary": "Describe a context pack and its sources.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, describe\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackDescribe.query.ts`",
166
- "route": "/docs/reference/_common/context.pack.describe",
167
- "source": "generated",
168
- "contentPath": "_common/context.pack.describe.md"
169
- },
170
- {
171
- "id": "_common/context.pack.search",
172
- "title": "context.pack.search",
173
- "summary": "Search and filter context packs and snapshots.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, search\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackSearch.query.ts`",
174
- "route": "/docs/reference/_common/context.pack.search",
175
- "source": "generated",
176
- "contentPath": "_common/context.pack.search.md"
177
- },
178
- {
179
- "id": "_common/context.pack.snapshot",
180
- "title": "context.pack.snapshot",
181
- "summary": "Create an immutable snapshot from a context pack.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: snapshot, create\n- **File**: `packages/libs/contracts-spec/src/context/commands/contextPackSnapshot.command.ts`",
182
- "route": "/docs/reference/_common/context.pack.snapshot",
183
- "source": "generated",
184
- "contentPath": "_common/context.pack.snapshot.md"
185
- },
186
- {
187
- "id": "_common/context.snapshot.created",
188
- "title": "context.snapshot.created",
189
- "summary": "Emitted when a context snapshot is created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: snapshot\n- **File**: `packages/libs/contracts-spec/src/context/events/contextSnapshotCreated.event.ts`",
190
- "route": "/docs/reference/_common/context.snapshot.created",
191
- "source": "generated",
192
- "contentPath": "_common/context.snapshot.created.md"
193
- },
194
- {
195
- "id": "_common/context.snapshot.summary",
196
- "title": "context.snapshot.summary",
197
- "summary": "Summary layout for context snapshots.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: snapshot, summary\n- **File**: `packages/libs/contracts-spec/src/context/presentations/contextSnapshot.presentation.ts`",
198
- "route": "/docs/reference/_common/context.snapshot.summary",
199
- "source": "generated",
200
- "contentPath": "_common/context.snapshot.summary.md"
201
- },
202
- {
203
- "id": "_common/context.system",
204
- "title": "context.system",
205
- "summary": "Context packs, snapshots, and discovery surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/context/capabilities/contextSystem.capability.ts`",
206
- "route": "/docs/reference/_common/context.system",
207
- "source": "generated",
208
- "contentPath": "_common/context.system.md"
209
- },
210
- {
211
- "id": "_common/contractspec.docs",
212
- "title": "contractspec.docs",
213
- "summary": "Comprehensive documentation system for ContractSpec\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.docs\n- **Tags**: documentation, guides, api-reference\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/docs.feature.ts`",
214
- "route": "/docs/reference/_common/contractspec.docs",
215
- "source": "generated",
216
- "contentPath": "_common/contractspec.docs.md"
217
- },
218
- {
219
- "id": "_common/contractspec.mcp",
220
- "title": "contractspec.mcp",
221
- "summary": "Model Context Protocol server for AI agent integration\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.mcp\n- **Tags**: mcp, ai-agents, tooling\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/mcp.feature.ts`",
222
- "route": "/docs/reference/_common/contractspec.mcp",
223
- "source": "generated",
224
- "contentPath": "_common/contractspec.mcp.md"
225
- },
226
- {
227
- "id": "_common/contractspec.presentations",
228
- "title": "contractspec.presentations",
229
- "summary": "Cross-platform rendering of contract-driven UI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.presentations\n- **Tags**: presentations, ui, rendering, cross-platform\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/presentations.feature.ts`",
230
- "route": "/docs/reference/_common/contractspec.presentations",
231
- "source": "generated",
232
- "contentPath": "_common/contractspec.presentations.md"
233
- },
234
- {
235
- "id": "_common/control-plane.approval",
236
- "title": "control-plane.approval",
237
- "summary": "Human approval and rejection gates for execution steps.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneApproval.capability.ts`",
238
- "route": "/docs/reference/_common/control-plane.approval",
239
- "source": "generated",
240
- "contentPath": "_common/control-plane.approval.md"
241
- },
242
- {
243
- "id": "_common/control-plane.audit",
244
- "title": "control-plane.audit",
245
- "summary": "Trace, policy explanation, and replay-grade observability.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneAudit.capability.ts`",
246
- "route": "/docs/reference/_common/control-plane.audit",
247
- "source": "generated",
248
- "contentPath": "_common/control-plane.audit.md"
249
- },
250
- {
251
- "id": "_common/control-plane.channel-runtime",
252
- "title": "control-plane.channel-runtime",
253
- "summary": "Channel-facing runtime surfaces for controlled execution.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: channels\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneChannelRuntime.capability.ts`",
254
- "route": "/docs/reference/_common/control-plane.channel-runtime",
255
- "source": "generated",
256
- "contentPath": "_common/control-plane.channel-runtime.md"
257
- },
258
- {
259
- "id": "_common/control-plane.core",
260
- "title": "control-plane.core",
261
- "summary": "Core intent, planning, and execution surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: core\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneCore.capability.ts`",
262
- "route": "/docs/reference/_common/control-plane.core",
263
- "source": "generated",
264
- "contentPath": "_common/control-plane.core.md"
265
- },
266
- {
267
- "id": "_common/control-plane.skill-registry",
268
- "title": "control-plane.skill-registry",
269
- "summary": "Signed skill lifecycle and compatibility governance.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneSkillRegistry.capability.ts`",
270
- "route": "/docs/reference/_common/control-plane.skill-registry",
271
- "source": "generated",
272
- "contentPath": "_common/control-plane.skill-registry.md"
273
- },
274
- {
275
- "id": "_common/controlPlane.execution.approve",
276
- "title": "controlPlane.execution.approve",
277
- "summary": "Approve a pending execution step for continuation.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionApprove.command.ts`",
278
- "route": "/docs/reference/_common/controlPlane.execution.approve",
279
- "source": "generated",
280
- "contentPath": "_common/controlPlane.execution.approve.md"
281
- },
282
- {
283
- "id": "_common/controlPlane.execution.cancel",
284
- "title": "controlPlane.execution.cancel",
285
- "summary": "Cancel an execution run and transition to terminal state.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution, approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionCancel.command.ts`",
286
- "route": "/docs/reference/_common/controlPlane.execution.cancel",
287
- "source": "generated",
288
- "contentPath": "_common/controlPlane.execution.cancel.md"
289
- },
290
- {
291
- "id": "_common/controlPlane.execution.completed",
292
- "title": "controlPlane.execution.completed",
293
- "summary": "Emitted when an execution run finishes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionCompleted.event.ts`",
294
- "route": "/docs/reference/_common/controlPlane.execution.completed",
295
- "source": "generated",
296
- "contentPath": "_common/controlPlane.execution.completed.md"
297
- },
298
- {
299
- "id": "_common/controlPlane.execution.failed",
300
- "title": "controlPlane.execution.failed",
301
- "summary": "Emitted when an execution run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, failure\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionFailed.event.ts`",
302
- "route": "/docs/reference/_common/controlPlane.execution.failed",
303
- "source": "generated",
304
- "contentPath": "_common/controlPlane.execution.failed.md"
305
- },
306
- {
307
- "id": "_common/controlPlane.execution.get",
308
- "title": "controlPlane.execution.get",
309
- "summary": "Fetch the latest state for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionGet.query.ts`",
310
- "route": "/docs/reference/_common/controlPlane.execution.get",
311
- "source": "generated",
312
- "contentPath": "_common/controlPlane.execution.get.md"
313
- },
314
- {
315
- "id": "_common/controlPlane.execution.list",
316
- "title": "controlPlane.execution.list",
317
- "summary": "List execution runs with filtering and pagination.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionList.query.ts`",
318
- "route": "/docs/reference/_common/controlPlane.execution.list",
319
- "source": "generated",
320
- "contentPath": "_common/controlPlane.execution.list.md"
321
- },
322
- {
323
- "id": "_common/controlPlane.execution.reject",
324
- "title": "controlPlane.execution.reject",
325
- "summary": "Reject a pending execution step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionReject.command.ts`",
326
- "route": "/docs/reference/_common/controlPlane.execution.reject",
327
- "source": "generated",
328
- "contentPath": "_common/controlPlane.execution.reject.md"
329
- },
330
- {
331
- "id": "_common/controlPlane.execution.start",
332
- "title": "controlPlane.execution.start",
333
- "summary": "Start executing an approved compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionStart.command.ts`",
334
- "route": "/docs/reference/_common/controlPlane.execution.start",
335
- "source": "generated",
336
- "contentPath": "_common/controlPlane.execution.start.md"
337
- },
338
- {
339
- "id": "_common/controlPlane.execution.step.blocked",
340
- "title": "controlPlane.execution.step.blocked",
341
- "summary": "Emitted when policy blocks an execution step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, blocked\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepBlocked.event.ts`",
342
- "route": "/docs/reference/_common/controlPlane.execution.step.blocked",
343
- "source": "generated",
344
- "contentPath": "_common/controlPlane.execution.step.blocked.md"
345
- },
346
- {
347
- "id": "_common/controlPlane.execution.step.completed",
348
- "title": "controlPlane.execution.step.completed",
349
- "summary": "Emitted when an execution step completes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepCompleted.event.ts`",
350
- "route": "/docs/reference/_common/controlPlane.execution.step.completed",
351
- "source": "generated",
352
- "contentPath": "_common/controlPlane.execution.step.completed.md"
353
- },
354
- {
355
- "id": "_common/controlPlane.execution.step.started",
356
- "title": "controlPlane.execution.step.started",
357
- "summary": "Emitted when an execution step starts.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepStarted.event.ts`",
358
- "route": "/docs/reference/_common/controlPlane.execution.step.started",
359
- "source": "generated",
360
- "contentPath": "_common/controlPlane.execution.step.started.md"
361
- },
362
- {
363
- "id": "_common/controlPlane.intent.received",
364
- "title": "controlPlane.intent.received",
365
- "summary": "Emitted when a new control plane intent is accepted.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneIntentReceived.event.ts`",
366
- "route": "/docs/reference/_common/controlPlane.intent.received",
367
- "source": "generated",
368
- "contentPath": "_common/controlPlane.intent.received.md"
369
- },
370
- {
371
- "id": "_common/controlPlane.intent.submit",
372
- "title": "controlPlane.intent.submit",
373
- "summary": "Submit a natural-language intent to the control plane.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneIntentSubmit.command.ts`",
374
- "route": "/docs/reference/_common/controlPlane.intent.submit",
375
- "source": "generated",
376
- "contentPath": "_common/controlPlane.intent.submit.md"
377
- },
378
- {
379
- "id": "_common/controlPlane.plan.compile",
380
- "title": "controlPlane.plan.compile",
381
- "summary": "Compile an intent into a deterministic plan DAG.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanCompile.command.ts`",
382
- "route": "/docs/reference/_common/controlPlane.plan.compile",
383
- "source": "generated",
384
- "contentPath": "_common/controlPlane.plan.compile.md"
385
- },
386
- {
387
- "id": "_common/controlPlane.plan.compiled",
388
- "title": "controlPlane.plan.compiled",
389
- "summary": "Emitted when an intent is compiled into an executable plan.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanCompiled.event.ts`",
390
- "route": "/docs/reference/_common/controlPlane.plan.compiled",
391
- "source": "generated",
392
- "contentPath": "_common/controlPlane.plan.compiled.md"
393
- },
394
- {
395
- "id": "_common/controlPlane.plan.rejected",
396
- "title": "controlPlane.plan.rejected",
397
- "summary": "Emitted when a plan fails verification or governance checks.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanRejected.event.ts`",
398
- "route": "/docs/reference/_common/controlPlane.plan.rejected",
399
- "source": "generated",
400
- "contentPath": "_common/controlPlane.plan.rejected.md"
401
- },
402
- {
403
- "id": "_common/controlPlane.plan.verify",
404
- "title": "controlPlane.plan.verify",
405
- "summary": "Run policy and risk validation against a compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanVerify.command.ts`",
406
- "route": "/docs/reference/_common/controlPlane.plan.verify",
407
- "source": "generated",
408
- "contentPath": "_common/controlPlane.plan.verify.md"
409
- },
410
- {
411
- "id": "_common/controlPlane.policy.explain",
412
- "title": "controlPlane.policy.explain",
413
- "summary": "Explain policy outcomes for an execution or step.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: policy, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlanePolicyExplain.query.ts`",
414
- "route": "/docs/reference/_common/controlPlane.policy.explain",
415
- "source": "generated",
416
- "contentPath": "_common/controlPlane.policy.explain.md"
417
- },
418
- {
419
- "id": "_common/controlPlane.skill.disable",
420
- "title": "controlPlane.skill.disable",
421
- "summary": "Disable an installed skill in the control plane registry.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillDisable.command.ts`",
422
- "route": "/docs/reference/_common/controlPlane.skill.disable",
423
- "source": "generated",
424
- "contentPath": "_common/controlPlane.skill.disable.md"
425
- },
426
- {
427
- "id": "_common/controlPlane.skill.install",
428
- "title": "controlPlane.skill.install",
429
- "summary": "Install a signed skill artifact after verification checks.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillInstall.command.ts`",
430
- "route": "/docs/reference/_common/controlPlane.skill.install",
431
- "source": "generated",
432
- "contentPath": "_common/controlPlane.skill.install.md"
433
- },
434
- {
435
- "id": "_common/controlPlane.skill.installed",
436
- "title": "controlPlane.skill.installed",
437
- "summary": "Emitted when a skill artifact is verified and installed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillInstalled.event.ts`",
438
- "route": "/docs/reference/_common/controlPlane.skill.installed",
439
- "source": "generated",
440
- "contentPath": "_common/controlPlane.skill.installed.md"
441
- },
442
- {
443
- "id": "_common/controlPlane.skill.list",
444
- "title": "controlPlane.skill.list",
445
- "summary": "List installed and available skill artifacts.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillList.query.ts`",
446
- "route": "/docs/reference/_common/controlPlane.skill.list",
447
- "source": "generated",
448
- "contentPath": "_common/controlPlane.skill.list.md"
449
- },
450
- {
451
- "id": "_common/controlPlane.skill.rejected",
452
- "title": "controlPlane.skill.rejected",
453
- "summary": "Emitted when a skill install attempt is rejected.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillRejected.event.ts`",
454
- "route": "/docs/reference/_common/controlPlane.skill.rejected",
455
- "source": "generated",
456
- "contentPath": "_common/controlPlane.skill.rejected.md"
457
- },
458
- {
459
- "id": "_common/controlPlane.skill.verify",
460
- "title": "controlPlane.skill.verify",
461
- "summary": "Verify skill signature and compatibility constraints.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillVerify.query.ts`",
462
- "route": "/docs/reference/_common/controlPlane.skill.verify",
463
- "source": "generated",
464
- "contentPath": "_common/controlPlane.skill.verify.md"
465
- },
466
- {
467
- "id": "_common/controlPlane.trace.get",
468
- "title": "controlPlane.trace.get",
469
- "summary": "Return the replayable trace timeline for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: trace, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneTraceGet.query.ts`",
470
- "route": "/docs/reference/_common/controlPlane.trace.get",
471
- "source": "generated",
472
- "contentPath": "_common/controlPlane.trace.get.md"
473
- },
474
- {
475
- "id": "_common/createUser",
476
- "title": "createUser",
477
- "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/video-gen/src/docs/rendering.docblock.ts`\n```typescript\nexport const createUser = defineCommand({...})\n```",
478
- "route": "/docs/reference/_common/createUser",
479
- "source": "generated",
480
- "contentPath": "_common/createUser.md"
481
- },
482
- {
483
- "id": "_common/database.context",
484
- "title": "database.context",
485
- "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
486
- "route": "/docs/reference/_common/database.context",
487
- "source": "generated",
488
- "contentPath": "_common/database.context.md"
489
- },
490
- {
491
- "id": "_common/database.dictionary.get",
492
- "title": "database.dictionary.get",
493
- "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
494
- "route": "/docs/reference/_common/database.dictionary.get",
495
- "source": "generated",
496
- "contentPath": "_common/database.dictionary.get.md"
497
- },
498
- {
499
- "id": "_common/database.migrations.list",
500
- "title": "database.migrations.list",
501
- "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
502
- "route": "/docs/reference/_common/database.migrations.list",
503
- "source": "generated",
504
- "contentPath": "_common/database.migrations.list.md"
505
- },
506
- {
507
- "id": "_common/database.query.readonly",
508
- "title": "database.query.readonly",
509
- "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
510
- "route": "/docs/reference/_common/database.query.readonly",
511
- "source": "generated",
512
- "contentPath": "_common/database.query.readonly.md"
513
- },
514
- {
515
- "id": "_common/database.schema.describe",
516
- "title": "database.schema.describe",
517
- "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
518
- "route": "/docs/reference/_common/database.schema.describe",
519
- "source": "generated",
520
- "contentPath": "_common/database.schema.describe.md"
521
- },
522
- {
523
- "id": "_common/docs.contract.reference",
524
- "title": "docs.contract.reference",
525
- "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
526
- "route": "/docs/reference/_common/docs.contract.reference",
527
- "source": "generated",
528
- "contentPath": "_common/docs.contract.reference.md"
529
- },
530
- {
531
- "id": "_common/docs.generate",
532
- "title": "docs.generate",
533
- "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
534
- "route": "/docs/reference/_common/docs.generate",
535
- "source": "generated",
536
- "contentPath": "_common/docs.generate.md"
537
- },
538
- {
539
- "id": "_common/docs.generated",
540
- "title": "docs.generated",
541
- "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
542
- "route": "/docs/reference/_common/docs.generated",
543
- "source": "generated",
544
- "contentPath": "_common/docs.generated.md"
545
- },
546
- {
547
- "id": "_common/docs.layout",
548
- "title": "docs.layout",
549
- "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
550
- "route": "/docs/reference/_common/docs.layout",
551
- "source": "generated",
552
- "contentPath": "_common/docs.layout.md"
553
- },
554
- {
555
- "id": "_common/docs.publish",
556
- "title": "docs.publish",
557
- "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
558
- "route": "/docs/reference/_common/docs.publish",
559
- "source": "generated",
560
- "contentPath": "_common/docs.publish.md"
561
- },
562
- {
563
- "id": "_common/docs.published",
564
- "title": "docs.published",
565
- "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nexport const DocsPublishedEvent = defineEvent({",
566
- "route": "/docs/reference/_common/docs.published",
567
- "source": "generated",
568
- "contentPath": "_common/docs.published.md"
569
- },
570
- {
571
- "id": "_common/docs.reference.page",
572
- "title": "docs.reference.page",
573
- "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
574
- "route": "/docs/reference/_common/docs.reference.page",
575
- "source": "generated",
576
- "contentPath": "_common/docs.reference.page.md"
577
- },
578
- {
579
- "id": "_common/docs.search",
580
- "title": "docs_search",
581
- "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
582
- "route": "/docs/reference/_common/docs.search",
583
- "source": "generated",
584
- "contentPath": "_common/docs.search.md"
585
- },
586
- {
587
- "id": "_common/docs.system",
588
- "title": "docs.system",
589
- "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
590
- "route": "/docs/reference/_common/docs.system",
591
- "source": "generated",
592
- "contentPath": "_common/docs.system.md"
593
- },
594
- {
595
- "id": "_common/docs.tech.contracts.capabilities",
596
- "title": "CapabilitySpec Overview",
597
- "summary": "Capabilities are **module interfaces** that define:\n1. What operations, events, and presentations a module exposes (`provides`)\n2. What other capabilities it depends on (`requires`)\n3. Inheritance hierarchies via `extends`",
598
- "route": "/docs/reference/_common/docs.tech.contracts.capabilities",
599
- "source": "generated",
600
- "contentPath": "_common/docs.tech.contracts.capabilities.md"
601
- },
602
- {
603
- "id": "_common/docs.tech.contracts.tests",
604
- "title": "_common/docs.tech.contracts.tests",
605
- "summary": "Use `TestSpec` to describe end-to-end scenarios for contracts and workflows. Specs live alongside your contracts and exercise the same OperationSpecRegistry handlers the app uses.\n- Types & registry: `packages/libs/contracts/src/tests/spec.ts`",
606
- "route": "/docs/reference/_common/docs.tech.contracts.tests",
607
- "source": "generated",
608
- "contentPath": "_common/docs.tech.contracts.tests.md"
609
- },
610
- {
611
- "id": "_common/docs.tech.workflows.overview",
612
- "title": "WorkflowSpec Overview",
613
- "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
614
- "route": "/docs/reference/_common/docs.tech.workflows.overview",
615
- "source": "generated",
616
- "contentPath": "_common/docs.tech.workflows.overview.md"
617
- },
618
- {
619
- "id": "_common/forms.rich-fields-showcase",
620
- "title": "forms.rich-fields-showcase",
621
- "summary": "Canonical showcase for readonly, autocomplete, address, phone, temporal, and repeated grouped fields.\n- **Type**: form (form)\n- **Version**: 1.0.0\n- **Tags**: forms, showcase\n- **File**: `packages/libs/contracts-spec/src/forms/richFieldsShowcase.form.ts`",
622
- "route": "/docs/reference/_common/forms.rich-fields-showcase",
623
- "source": "generated",
624
- "contentPath": "_common/forms.rich-fields-showcase.md"
625
- },
626
- {
627
- "id": "_common/init",
628
- "title": "init",
629
- "summary": "Sets up ContractSpec in a project (config, VSCode settings, etc.)\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, setup\n- **File**: `packages/bundles/workspace/src/contracts/operations/init.operation.ts`",
630
- "route": "/docs/reference/_common/init",
631
- "source": "generated",
632
- "contentPath": "_common/init.md"
633
- },
634
- {
635
- "id": "_common/opencode.example.echo",
636
- "title": "opencode.example.echo",
637
- "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
638
- "route": "/docs/reference/_common/opencode.example.echo",
639
- "source": "generated",
640
- "contentPath": "_common/opencode.example.echo.md"
641
- },
642
- {
643
- "id": "_common/provider-ranking.benchmark.custom.completed",
644
- "title": "provider-ranking.benchmark.custom.completed",
645
- "summary": "Emitted when a custom benchmark run finishes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkCustomCompleted.event.ts`",
646
- "route": "/docs/reference/_common/provider-ranking.benchmark.custom.completed",
647
- "source": "generated",
648
- "contentPath": "_common/provider-ranking.benchmark.custom.completed.md"
649
- },
650
- {
651
- "id": "_common/provider-ranking.benchmark.ingest",
652
- "title": "provider-ranking.benchmark.ingest",
653
- "summary": "Trigger ingestion of external benchmark data from a public source.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkIngest.command.ts`",
654
- "route": "/docs/reference/_common/provider-ranking.benchmark.ingest",
655
- "source": "generated",
656
- "contentPath": "_common/provider-ranking.benchmark.ingest.md"
657
- },
658
- {
659
- "id": "_common/provider-ranking.benchmark.ingested",
660
- "title": "provider-ranking.benchmark.ingested",
661
- "summary": "Emitted after external benchmark data is ingested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkIngested.event.ts`",
662
- "route": "/docs/reference/_common/provider-ranking.benchmark.ingested",
663
- "source": "generated",
664
- "contentPath": "_common/provider-ranking.benchmark.ingested.md"
665
- },
666
- {
667
- "id": "_common/provider-ranking.benchmark.results.list",
668
- "title": "provider-ranking.benchmark.results.list",
669
- "summary": "List raw benchmark results with pagination, filterable by source, model, and dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: results\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/benchmarkResultsList.query.ts`",
670
- "route": "/docs/reference/_common/provider-ranking.benchmark.results.list",
671
- "source": "generated",
672
- "contentPath": "_common/provider-ranking.benchmark.results.list.md"
673
- },
674
- {
675
- "id": "_common/provider-ranking.benchmark.run-custom",
676
- "title": "provider-ranking.benchmark.run-custom",
677
- "summary": "Launch a custom benchmark evaluation against a specific model.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkRunCustom.command.ts`",
678
- "route": "/docs/reference/_common/provider-ranking.benchmark.run-custom",
679
- "source": "generated",
680
- "contentPath": "_common/provider-ranking.benchmark.run-custom.md"
681
- },
682
- {
683
- "id": "_common/provider-ranking.model.comparison",
684
- "title": "provider-ranking.model.comparison",
685
- "summary": "Side-by-side comparison of AI model scores and capabilities.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: comparison\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts`",
686
- "route": "/docs/reference/_common/provider-ranking.model.comparison",
687
- "source": "generated",
688
- "contentPath": "_common/provider-ranking.model.comparison.md"
689
- },
690
- {
691
- "id": "_common/provider-ranking.model.profile.get",
692
- "title": "provider-ranking.model.profile.get",
693
- "summary": "Get detailed profile for a single model including all scores, metadata, cost, and capabilities.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: model, profile\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/modelProfileGet.query.ts`",
694
- "route": "/docs/reference/_common/provider-ranking.model.profile.get",
695
- "source": "generated",
696
- "contentPath": "_common/provider-ranking.model.profile.get.md"
697
- },
698
- {
699
- "id": "_common/provider-ranking.ranking.get",
700
- "title": "provider-ranking.ranking.get",
701
- "summary": "Get ranked list of providers/models with composite scores, filterable by dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: leaderboard\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/providerRankingGet.query.ts`",
702
- "route": "/docs/reference/_common/provider-ranking.ranking.get",
703
- "source": "generated",
704
- "contentPath": "_common/provider-ranking.ranking.get.md"
705
- },
706
- {
707
- "id": "_common/provider-ranking.ranking.refresh",
708
- "title": "provider-ranking.ranking.refresh",
709
- "summary": "Recompute composite rankings from latest benchmark data.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/rankingRefresh.command.ts`",
710
- "route": "/docs/reference/_common/provider-ranking.ranking.refresh",
711
- "source": "generated",
712
- "contentPath": "_common/provider-ranking.ranking.refresh.md"
713
- },
714
- {
715
- "id": "_common/provider-ranking.ranking.updated",
716
- "title": "provider-ranking.ranking.updated",
717
- "summary": "Emitted when composite rankings are recomputed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/rankingUpdated.event.ts`",
718
- "route": "/docs/reference/_common/provider-ranking.ranking.updated",
719
- "source": "generated",
720
- "contentPath": "_common/provider-ranking.ranking.updated.md"
721
- },
722
- {
723
- "id": "_common/provider-ranking.system",
724
- "title": "provider-ranking.system",
725
- "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/capabilities/providerRanking.capability.ts`",
726
- "route": "/docs/reference/_common/provider-ranking.system",
727
- "source": "generated",
728
- "contentPath": "_common/provider-ranking.system.md"
729
- },
730
- {
731
- "id": "_common/report.getContractVerificationStatus",
732
- "title": "report.getContractVerificationStatus",
733
- "summary": "Retrieves per-contract verification status for the impact report.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/operations/report/getContractVerificationStatus.ts`",
734
- "route": "/docs/reference/_common/report.getContractVerificationStatus",
735
- "source": "generated",
736
- "contentPath": "_common/report.getContractVerificationStatus.md"
737
- },
738
- {
739
- "id": "_common/template.messaging.core",
740
- "title": "template.messaging.core",
741
- "summary": "Real-time messaging primitives for template applications, including conversations, participants, and delivery events.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio",
742
- "route": "/docs/reference/_common/template.messaging.core",
743
- "source": "generated",
744
- "contentPath": "_common/template.messaging.core.md"
745
- },
746
- {
747
- "id": "_common/template.recipes.browse",
748
- "title": "template.recipes.browse",
749
- "summary": "Internationalized recipe browsing, search, and detail operations for template applications.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, recipes, i18n, content",
750
- "route": "/docs/reference/_common/template.recipes.browse",
751
- "source": "generated",
752
- "contentPath": "_common/template.recipes.browse.md"
753
- },
754
- {
755
- "id": "_common/template.todos.crud",
756
- "title": "template.todos.crud",
757
- "summary": "Create, read, update, delete, and toggle template tasks with categories and priorities.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, todos, productivity",
758
- "route": "/docs/reference/_common/template.todos.crud",
759
- "source": "generated",
760
- "contentPath": "_common/template.todos.crud.md"
761
- },
762
- {
763
- "id": "_common/test",
764
- "title": "test",
765
- "summary": "Run tests defined in contract specs\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, test\n- **File**: `packages/bundles/workspace/src/contracts/operations/test.operation.ts`",
766
- "route": "/docs/reference/_common/test",
767
- "source": "generated",
768
- "contentPath": "_common/test.md"
769
- },
770
- {
771
- "id": "_common/user.create",
772
- "title": "user.create",
773
- "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
774
- "route": "/docs/reference/_common/user.create",
775
- "source": "generated",
776
- "contentPath": "_common/user.create.md"
777
- },
778
- {
779
- "id": "_common/validate",
780
- "title": "validate",
781
- "summary": "Validate a contract spec file structure and optionally its implementation\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, validation\n- **File**: `packages/bundles/workspace/src/contracts/operations/validate.operation.ts`",
782
- "route": "/docs/reference/_common/validate",
783
- "source": "generated",
784
- "contentPath": "_common/validate.md"
785
- },
786
- {
787
- "id": "docs.accessibility_wcag_compliance_specs",
788
- "title": "Accessibility & WCAG Compliance — **specs.md**",
789
- "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
790
- "route": "/docs/accessibility_wcag_compliance_specs",
791
- "source": "docblock",
792
- "contentPath": "docblocks/docs/accessibility_wcag_compliance_specs.md",
793
- "tags": ["accessibility_wcag_compliance_specs"],
794
- "kind": "reference",
795
- "visibility": "public"
796
- },
797
- {
798
- "id": "docs.meta.docblocks-process",
799
- "title": "DocBlocks process",
800
- "summary": "How to author goal/how/usage DocBlocks close to code.",
801
- "route": "/docs/meta/docblocks-process",
802
- "source": "docblock",
803
- "contentPath": "docblocks/docs/meta/docblocks-process.md",
804
- "tags": ["docs", "process"],
805
- "kind": "reference",
806
- "visibility": "mixed"
807
- },
808
- {
809
- "id": "docs.tech.acp.fs.access",
810
- "title": "ACP file system access",
811
- "summary": "Access file system through ACP.",
812
- "route": "/docs/tech/acp/fs/access",
813
- "source": "docblock",
814
- "contentPath": "docblocks/docs/tech/acp/fs/access.md",
815
- "tags": ["acp", "filesystem"],
816
- "kind": "reference",
817
- "visibility": "public"
818
- },
819
- {
820
- "id": "docs.tech.acp.prompt.turn",
821
- "title": "ACP prompt turn",
822
- "summary": "Execute a prompt turn within a session.",
823
- "route": "/docs/tech/acp/prompt/turn",
824
- "source": "docblock",
825
- "contentPath": "docblocks/docs/tech/acp/prompt/turn.md",
826
- "tags": ["acp", "prompt"],
827
- "kind": "reference",
828
- "visibility": "public"
829
- },
830
- {
831
- "id": "docs.tech.acp.session.init",
832
- "title": "ACP session init",
833
- "summary": "Initialize a new ACP session.",
834
- "route": "/docs/tech/acp/session/init",
835
- "source": "docblock",
836
- "contentPath": "docblocks/docs/tech/acp/session/init.md",
837
- "tags": ["acp", "session"],
838
- "kind": "reference",
839
- "visibility": "public"
840
- },
841
- {
842
- "id": "docs.tech.acp.session.resume",
843
- "title": "ACP session resume",
844
- "summary": "Resume an existing ACP session.",
845
- "route": "/docs/tech/acp/session/resume",
846
- "source": "docblock",
847
- "contentPath": "docblocks/docs/tech/acp/session/resume.md",
848
- "tags": ["acp", "session"],
849
- "kind": "reference",
850
- "visibility": "public"
851
- },
852
- {
853
- "id": "docs.tech.acp.session.stop",
854
- "title": "ACP session stop",
855
- "summary": "Stop an ACP session.",
856
- "route": "/docs/tech/acp/session/stop",
857
- "source": "docblock",
858
- "contentPath": "docblocks/docs/tech/acp/session/stop.md",
859
- "tags": ["acp", "session"],
860
- "kind": "reference",
861
- "visibility": "public"
862
- },
863
- {
864
- "id": "docs.tech.acp.terminal.exec",
865
- "title": "ACP terminal exec",
866
- "summary": "Execute terminal commands via ACP.",
867
- "route": "/docs/tech/acp/terminal/exec",
868
- "source": "docblock",
869
- "contentPath": "docblocks/docs/tech/acp/terminal/exec.md",
870
- "tags": ["acp", "terminal"],
871
- "kind": "reference",
872
- "visibility": "public"
873
- },
874
- {
875
- "id": "docs.tech.acp.tool.calls",
876
- "title": "ACP tool calls",
877
- "summary": "Execute ACP tool calls.",
878
- "route": "/docs/tech/acp/tool/calls",
879
- "source": "docblock",
880
- "contentPath": "docblocks/docs/tech/acp/tool/calls.md",
881
- "tags": ["acp", "tools"],
882
- "kind": "reference",
883
- "visibility": "public"
884
- },
885
- {
886
- "id": "docs.tech.acp.transport",
887
- "title": "ACP transport",
888
- "summary": "Agent Client Protocol transport surfaces.",
889
- "route": "/docs/tech/acp/transport",
890
- "source": "docblock",
891
- "contentPath": "docblocks/docs/tech/acp/transport.md",
892
- "tags": ["acp", "transport"],
893
- "kind": "reference",
894
- "visibility": "public"
895
- },
896
- {
897
- "id": "docs.tech.agent.approval.requested",
898
- "title": "Agent approval requested event",
899
- "summary": "Emitted when approval is required.",
900
- "route": "/docs/tech/agent/approval/requested",
901
- "source": "docblock",
902
- "contentPath": "docblocks/docs/tech/agent/approval/requested.md",
903
- "tags": ["agent", "event", "approval"],
904
- "kind": "reference",
905
- "visibility": "public"
906
- },
907
- {
908
- "id": "docs.tech.agent.approvals",
909
- "title": "Agent approvals",
910
- "summary": "Resolve an agent approval request.",
911
- "route": "/docs/tech/agent/approvals",
912
- "source": "docblock",
913
- "contentPath": "docblocks/docs/tech/agent/approvals.md",
914
- "tags": ["agent", "approval"],
915
- "kind": "reference",
916
- "visibility": "public"
917
- },
918
- {
919
- "id": "docs.tech.agent.artifacts",
920
- "title": "Agent artifacts",
921
- "summary": "List artifacts produced by an agent run.",
922
- "route": "/docs/tech/agent/artifacts",
923
- "source": "docblock",
924
- "contentPath": "docblocks/docs/tech/agent/artifacts.md",
925
- "tags": ["agent", "artifacts"],
926
- "kind": "reference",
927
- "visibility": "public"
928
- },
929
- {
930
- "id": "docs.tech.agent.cancel",
931
- "title": "Cancel agent run",
932
- "summary": "Cancel an in-flight agent run.",
933
- "route": "/docs/tech/agent/cancel",
934
- "source": "docblock",
935
- "contentPath": "docblocks/docs/tech/agent/cancel.md",
936
- "tags": ["agent", "cancel"],
937
- "kind": "reference",
938
- "visibility": "public"
939
- },
940
- {
941
- "id": "docs.tech.agent.execution",
942
- "title": "Agent execution",
943
- "summary": "Background agent execution, approvals, and artifacts.",
944
- "route": "/docs/tech/agent/execution",
945
- "source": "docblock",
946
- "contentPath": "docblocks/docs/tech/agent/execution.md",
947
- "tags": ["agent", "execution"],
948
- "kind": "reference",
949
- "visibility": "public"
950
- },
951
- {
952
- "id": "docs.tech.agent.memory-tools",
953
- "title": "Memory tools",
954
- "summary": "Model-accessible CRUD for agent memory and ephemeral knowledge.",
955
- "route": "/docs/tech/agent/memory-tools",
956
- "source": "docblock",
957
- "contentPath": "docblocks/docs/tech/agent/memory-tools.md",
958
- "tags": ["agent", "memory", "tools"],
959
- "kind": "reference",
960
- "visibility": "public"
961
- },
962
- {
963
- "id": "docs.tech.agent.operations-as-tools",
964
- "title": "Operations as tools",
965
- "summary": "Reference ContractSpec operations as agent tools. One contract to many surfaces.",
966
- "route": "/docs/tech/agent/operations-as-tools",
967
- "source": "docblock",
968
- "contentPath": "docblocks/docs/tech/agent/operations-as-tools.md",
969
- "tags": ["agent", "tools", "operations"],
970
- "kind": "reference",
971
- "visibility": "public"
972
- },
973
- {
974
- "id": "docs.tech.agent.run",
975
- "title": "Run agent",
976
- "summary": "Submit a background agent run.",
977
- "route": "/docs/tech/agent/run",
978
- "source": "docblock",
979
- "contentPath": "docblocks/docs/tech/agent/run.md",
980
- "tags": ["agent", "run"],
981
- "kind": "reference",
982
- "visibility": "public"
983
- },
984
- {
985
- "id": "docs.tech.agent.run.audit",
986
- "title": "Agent run audit presentation",
987
- "summary": "Presentation spec for agent run audit views.",
988
- "route": "/docs/tech/agent/run/audit",
989
- "source": "docblock",
990
- "contentPath": "docblocks/docs/tech/agent/run/audit.md",
991
- "tags": ["agent", "presentation", "audit"],
992
- "kind": "reference",
993
- "visibility": "public"
994
- },
995
- {
996
- "id": "docs.tech.agent.run.completed",
997
- "title": "Agent run completed event",
998
- "summary": "Emitted when an agent run completes.",
999
- "route": "/docs/tech/agent/run/completed",
1000
- "source": "docblock",
1001
- "contentPath": "docblocks/docs/tech/agent/run/completed.md",
1002
- "tags": ["agent", "event"],
1003
- "kind": "reference",
1004
- "visibility": "public"
1005
- },
1006
- {
1007
- "id": "docs.tech.agent.run.failed",
1008
- "title": "Agent run failed event",
1009
- "summary": "Emitted when an agent run fails.",
1010
- "route": "/docs/tech/agent/run/failed",
1011
- "source": "docblock",
1012
- "contentPath": "docblocks/docs/tech/agent/run/failed.md",
1013
- "tags": ["agent", "event"],
1014
- "kind": "reference",
1015
- "visibility": "public"
1016
- },
1017
- {
1018
- "id": "docs.tech.agent.run.form",
1019
- "title": "Agent run form",
1020
- "summary": "Form specification for launching an agent run.",
1021
- "route": "/docs/tech/agent/run/form",
1022
- "source": "docblock",
1023
- "contentPath": "docblocks/docs/tech/agent/run/form.md",
1024
- "tags": ["agent", "form"],
1025
- "kind": "reference",
1026
- "visibility": "public"
1027
- },
1028
- {
1029
- "id": "docs.tech.agent.run.index",
1030
- "title": "Agent run index view",
1031
- "summary": "Data view for listing agent runs.",
1032
- "route": "/docs/tech/agent/run/index",
1033
- "source": "docblock",
1034
- "contentPath": "docblocks/docs/tech/agent/run/index.md",
1035
- "tags": ["agent", "data-view"],
1036
- "kind": "reference",
1037
- "visibility": "public"
1038
- },
1039
- {
1040
- "id": "docs.tech.agent.run.started",
1041
- "title": "Agent run started event",
1042
- "summary": "Emitted when an agent run starts.",
1043
- "route": "/docs/tech/agent/run/started",
1044
- "source": "docblock",
1045
- "contentPath": "docblocks/docs/tech/agent/run/started.md",
1046
- "tags": ["agent", "event"],
1047
- "kind": "reference",
1048
- "visibility": "public"
1049
- },
1050
- {
1051
- "id": "docs.tech.agent.status",
1052
- "title": "Agent status",
1053
- "summary": "Query agent run status.",
1054
- "route": "/docs/tech/agent/status",
1055
- "source": "docblock",
1056
- "contentPath": "docblocks/docs/tech/agent/status.md",
1057
- "tags": ["agent", "status"],
1058
- "kind": "reference",
1059
- "visibility": "public"
1060
- },
1061
- {
1062
- "id": "docs.tech.agent.subagents",
1063
- "title": "Subagents",
1064
- "summary": "Delegate tasks to subagents with streaming and isolated context.",
1065
- "route": "/docs/tech/agent/subagents",
1066
- "source": "docblock",
1067
- "contentPath": "docblocks/docs/tech/agent/subagents.md",
1068
- "tags": ["agent", "subagents", "delegation"],
1069
- "kind": "reference",
1070
- "visibility": "public"
1071
- },
1072
- {
1073
- "id": "docs.tech.agent.workflow-integration",
1074
- "title": "Workflow-agent integration",
1075
- "summary": "Patterns for orchestrator-worker, workflow steps, and evaluator loops.",
1076
- "route": "/docs/tech/agent/workflow-integration",
1077
- "source": "docblock",
1078
- "contentPath": "docblocks/docs/tech/agent/workflow-integration.md",
1079
- "tags": ["agent", "workflow", "orchestrator"],
1080
- "kind": "reference",
1081
- "visibility": "public"
1082
- },
1083
- {
1084
- "id": "docs.tech.context.pack.describe",
1085
- "title": "Describe context pack",
1086
- "summary": "Describe a context pack and its sources.",
1087
- "route": "/docs/tech/context/pack/describe",
1088
- "source": "docblock",
1089
- "contentPath": "docblocks/docs/tech/context/pack/describe.md",
1090
- "tags": ["context", "pack", "describe"],
1091
- "kind": "reference",
1092
- "visibility": "public"
1093
- },
1094
- {
1095
- "id": "docs.tech.context.pack.search",
1096
- "title": "Search context packs",
1097
- "summary": "Search and filter context packs and snapshots.",
1098
- "route": "/docs/tech/context/pack/search",
1099
- "source": "docblock",
1100
- "contentPath": "docblocks/docs/tech/context/pack/search.md",
1101
- "tags": ["context", "pack", "search"],
1102
- "kind": "reference",
1103
- "visibility": "public"
1104
- },
1105
- {
1106
- "id": "docs.tech.context.pack.search.form",
1107
- "title": "Context pack search form",
1108
- "summary": "Form used to search context packs in UI surfaces.",
1109
- "route": "/docs/tech/context/pack/search-form",
1110
- "source": "docblock",
1111
- "contentPath": "docblocks/docs/tech/context/pack/search/form.md",
1112
- "tags": ["context", "form", "search"],
1113
- "kind": "reference",
1114
- "visibility": "public"
1115
- },
1116
- {
1117
- "id": "docs.tech.context.pack.snapshot",
1118
- "title": "Create context snapshot",
1119
- "summary": "Create an immutable context snapshot from a pack.",
1120
- "route": "/docs/tech/context/pack/snapshot",
1121
- "source": "docblock",
1122
- "contentPath": "docblocks/docs/tech/context/pack/snapshot.md",
1123
- "tags": ["context", "snapshot", "create"],
1124
- "kind": "reference",
1125
- "visibility": "public"
1126
- },
1127
- {
1128
- "id": "docs.tech.context.snapshot.created",
1129
- "title": "Context snapshot created event",
1130
- "summary": "Emitted when a context snapshot is created.",
1131
- "route": "/docs/tech/context/snapshot/created",
1132
- "source": "docblock",
1133
- "contentPath": "docblocks/docs/tech/context/snapshot/created.md",
1134
- "tags": ["context", "snapshot", "event"],
1135
- "kind": "reference",
1136
- "visibility": "public"
1137
- },
1138
- {
1139
- "id": "docs.tech.context.snapshot.index",
1140
- "title": "Context snapshot index view",
1141
- "summary": "Data view for listing context snapshots.",
1142
- "route": "/docs/tech/context/snapshot/index",
1143
- "source": "docblock",
1144
- "contentPath": "docblocks/docs/tech/context/snapshot/index.md",
1145
- "tags": ["context", "snapshot", "data-view"],
1146
- "kind": "reference",
1147
- "visibility": "public"
1148
- },
1149
- {
1150
- "id": "docs.tech.context.snapshot.presentation",
1151
- "title": "Context snapshot presentation",
1152
- "summary": "Presentation spec for snapshot summaries.",
1153
- "route": "/docs/tech/context/snapshot/presentation",
1154
- "source": "docblock",
1155
- "contentPath": "docblocks/docs/tech/context/snapshot/presentation.md",
1156
- "tags": ["context", "presentation", "snapshot"],
1157
- "kind": "reference",
1158
- "visibility": "public"
1159
- },
1160
- {
1161
- "id": "docs.tech.context.system",
1162
- "title": "Context system",
1163
- "summary": "Context packs, snapshots, and discovery surfaces.",
1164
- "route": "/docs/tech/context/system",
1165
- "source": "docblock",
1166
- "contentPath": "docblocks/docs/tech/context/system.md",
1167
- "tags": ["context", "system", "snapshot"],
1168
- "kind": "reference",
1169
- "visibility": "public"
1170
- },
1171
- {
1172
- "id": "docs.tech.contracts.app-config",
1173
- "title": "App Configuration Layers",
1174
- "summary": "App orchestration is split into three explicit layers:",
1175
- "route": "/docs/tech/contracts/app-config",
1176
- "source": "docblock",
1177
- "contentPath": "docblocks/docs/tech/contracts/app-config.md",
1178
- "tags": ["tech", "contracts", "app-config"],
1179
- "kind": "reference",
1180
- "visibility": "public"
1181
- },
1182
- {
1183
- "id": "docs.tech.contracts.capabilities",
1184
- "title": "CapabilitySpec Overview",
1185
- "summary": "Capability specs define what a module provides (operations, events, presentations) and requires (dependencies). They enable bidirectional linking, inheritance, runtime enforcement, and automated validation.",
1186
- "route": "/docs/tech/contracts/capabilities",
1187
- "source": "docblock",
1188
- "contentPath": "docblocks/docs/tech/contracts/capabilities.md",
1189
- "tags": ["tech", "contracts", "capabilities"],
1190
- "kind": "reference",
1191
- "visibility": "public"
1192
- },
1193
- {
1194
- "id": "docs.tech.contracts.data-views",
1195
- "title": "DataViewSpec Overview",
1196
- "summary": "`DataViewSpec` is the declarative contract for projecting entities into list/detail/table/grid experiences. Each spec ties to contract operations (`source.primary`, `source.item`) and describes how the UI should present, sort, filter, paginate, and pin records. Host applications use the spec to render UI with shared components (`DataViewRenderer`, `DataViewList`, `DataViewTable`, `DataViewDetail`) while keeping presentation logic in a single source of truth.",
1197
- "route": "/docs/tech/contracts/data-views",
1198
- "source": "docblock",
1199
- "contentPath": "docblocks/docs/tech/contracts/data-views.md",
1200
- "tags": ["tech", "contracts", "data-views"],
1201
- "kind": "reference",
1202
- "visibility": "public"
1203
- },
1204
- {
1205
- "id": "docs.tech.contracts.examples",
1206
- "title": "Example Specifications",
1207
- "summary": "ExampleSpec defines complete, demonstrable ContractSpec applications.",
1208
- "route": "/docs/tech/contracts/examples",
1209
- "source": "docblock",
1210
- "contentPath": "docblocks/docs/tech/contracts/examples.md",
1211
- "tags": ["tech", "contracts", "examples", "templates"],
1212
- "kind": "reference",
1213
- "visibility": "public"
1214
- },
1215
- {
1216
- "id": "docs.tech.contracts.experiments",
1217
- "title": "ExperimentSpec & ExperimentEvaluator",
1218
- "summary": "Use experiments to test alternative workflows, data views, or themes with controlled allocations and measurable outcomes.",
1219
- "route": "/docs/tech/contracts/experiments",
1220
- "source": "docblock",
1221
- "contentPath": "docblocks/docs/tech/contracts/experiments.md",
1222
- "tags": ["tech", "contracts", "experiments"],
1223
- "kind": "reference",
1224
- "visibility": "public"
1225
- },
1226
- {
1227
- "id": "docs.tech.contracts.forms",
1228
- "title": "Contracts: FormSpec",
1229
- "summary": "This document defines the canonical contracts for declarative forms.",
1230
- "route": "/docs/tech/contracts/forms",
1231
- "source": "docblock",
1232
- "contentPath": "docblocks/docs/tech/contracts/forms.md",
1233
- "tags": ["tech", "contracts", "forms"],
1234
- "kind": "reference",
1235
- "visibility": "public"
1236
- },
1237
- {
1238
- "id": "docs.tech.contracts.knowledge",
1239
- "title": "Knowledge Layer",
1240
- "summary": "The knowledge layer turns unstructured inputs (uploads, email threads,",
1241
- "route": "/docs/tech/contracts/knowledge",
1242
- "source": "docblock",
1243
- "contentPath": "docblocks/docs/tech/contracts/knowledge.md",
1244
- "tags": ["tech", "contracts", "knowledge"],
1245
- "kind": "reference",
1246
- "visibility": "public"
1247
- },
1248
- {
1249
- "id": "docs.tech.contracts.migrations",
1250
- "title": "MigrationSpec Overview",
1251
- "summary": "`MigrationSpec` provides a declarative plan for schema/data/validation steps so migrations can be generated, reviewed, and executed safely by tooling. Each spec captures ownership metadata, ordered up/down steps, and optional dependency information. Runtime tooling can consume the spec to run SQL/data scripts with pre/post checks and produce audit logs.",
1252
- "route": "/docs/tech/contracts/migrations",
1253
- "source": "docblock",
1254
- "contentPath": "docblocks/docs/tech/contracts/migrations.md",
1255
- "tags": ["tech", "contracts", "migrations"],
1256
- "kind": "reference",
1257
- "visibility": "public"
1258
- },
1259
- {
1260
- "id": "docs.tech.contracts.openapi-export",
1261
- "title": "OpenAPI export (OpenAPI 3.1) from OperationSpecRegistry",
1262
- "summary": "Generate a deterministic OpenAPI document from a OperationSpecRegistry using jsonSchemaForSpec + REST transport metadata.",
1263
- "route": "/docs/tech/contracts/openapi-export",
1264
- "source": "docblock",
1265
- "contentPath": "docblocks/docs/tech/contracts/openapi-export.md",
1266
- "tags": ["contracts", "openapi", "rest"],
1267
- "kind": "reference",
1268
- "visibility": "public"
1269
- },
1270
- {
1271
- "id": "docs.tech.contracts.ops-to-presentation-linking",
1272
- "title": "Ops ↔ Presentation linking (V2)",
1273
- "summary": "This document explains how operations (OperationSpec) are linked to Presentations (PresentationSpec) via Feature modules.",
1274
- "route": "/docs/tech/contracts/ops-to-presentation-linking",
1275
- "source": "docblock",
1276
- "contentPath": "docblocks/docs/tech/contracts/ops-to-presentation-linking.md",
1277
- "tags": ["tech", "contracts", "ops-to-presentation-linking"],
1278
- "kind": "reference",
1279
- "visibility": "public"
1280
- },
1281
- {
1282
- "id": "docs.tech.contracts.policy",
1283
- "title": "PolicySpec & PolicyEngine",
1284
- "summary": "`PolicySpec` gives a declarative, typed home for access-control logic covering:",
1285
- "route": "/docs/tech/contracts/policy",
1286
- "source": "docblock",
1287
- "contentPath": "docblocks/docs/tech/contracts/policy.md",
1288
- "tags": ["tech", "contracts", "policy"],
1289
- "kind": "reference",
1290
- "visibility": "public"
1291
- },
1292
- {
1293
- "id": "docs.tech.contracts.presentations",
1294
- "title": "Presentations — Unified Descriptor & Transform Engine",
1295
- "summary": "How PresentationSpec and TransformEngine keep docs/renderers consistent.",
1296
- "route": "/docs/tech/contracts/presentations",
1297
- "source": "docblock",
1298
- "contentPath": "docblocks/docs/tech/contracts/presentations.md",
1299
- "tags": ["presentations", "docs", "mcp"],
1300
- "kind": "reference",
1301
- "visibility": "public"
1302
- },
1303
- {
1304
- "id": "docs.tech.contracts.presentations-conventions",
1305
- "title": "Presentations Conventions (A11y & i18n)",
1306
- "summary": "- Always provide `meta.description` (≥ 3 chars) — used by a11y/docs/agents.",
1307
- "route": "/docs/tech/contracts/presentations-conventions",
1308
- "source": "docblock",
1309
- "contentPath": "docblocks/docs/tech/contracts/presentations-conventions.md",
1310
- "tags": ["tech", "contracts", "presentations-conventions"],
1311
- "kind": "reference",
1312
- "visibility": "public"
1313
- },
1314
- {
1315
- "id": "docs.tech.contracts.README",
1316
- "title": "Contracts: Specs, Registry, Handlers, Adapters",
1317
- "summary": "- `packages/lssm/libs/contracts` defines the contracts core (OperationSpecRegistry, OperationSpec, PresentationSpec, install helpers, REST/MCP adapters, ...).",
1318
- "route": "/docs/tech/contracts/README",
1319
- "source": "docblock",
1320
- "contentPath": "docblocks/docs/tech/contracts/README.md",
1321
- "tags": ["tech", "contracts", "README"],
1322
- "kind": "reference",
1323
- "visibility": "public"
1324
- },
1325
- {
1326
- "id": "docs.tech.contracts.regenerator",
1327
- "title": "Regenerator Service",
1328
- "summary": "The Regenerator daemon observes telemetry, error, and behavior streams, then suggests spec-level changes (not code patches) that can be reviewed and applied through the App Studio.",
1329
- "route": "/docs/tech/contracts/regenerator",
1330
- "source": "docblock",
1331
- "contentPath": "docblocks/docs/tech/contracts/regenerator.md",
1332
- "tags": ["tech", "contracts", "regenerator"],
1333
- "kind": "reference",
1334
- "visibility": "public"
1335
- },
1336
- {
1337
- "id": "docs.tech.contracts.telemetry",
1338
- "title": "TelemetrySpec",
1339
- "summary": "Telemetry specs describe product analytics in a durable, type-safe way. They reference existing `EventSpec`s (same name/version) but layer on privacy classification, retention, sampling, and anomaly detection so instrumentation stays compliant and observable.",
1340
- "route": "/docs/tech/contracts/telemetry",
1341
- "source": "docblock",
1342
- "contentPath": "docblocks/docs/tech/contracts/telemetry.md",
1343
- "tags": ["tech", "contracts", "telemetry"],
1344
- "kind": "reference",
1345
- "visibility": "public"
1346
- },
1347
- {
1348
- "id": "docs.tech.contracts.tests",
1349
- "title": "TestSpec & TestRunner",
1350
- "summary": "Use `TestSpec` to describe end-to-end scenarios for contracts and workflows. Specs live alongside your contracts and exercise the same OperationSpecRegistry handlers the app uses.",
1351
- "route": "/docs/tech/contracts/tests",
1352
- "source": "docblock",
1353
- "contentPath": "docblocks/docs/tech/contracts/tests.md",
1354
- "tags": ["tech", "contracts", "tests"],
1355
- "kind": "reference",
1356
- "visibility": "public"
1357
- },
1358
- {
1359
- "id": "docs.tech.contracts.themes",
1360
- "title": "ThemeSpec Overview",
1361
- "summary": "`ThemeSpec` defines a structured, versioned source of truth for design tokens, component variants, and scoped overrides. Use it to describe how tenants or individual users should experience the design system without hand-maintaining ad-hoc theme files. Specs live in `@contractspec/lib.contracts-spec`, making them accessible to generators, docs, and runtime tooling.",
1362
- "route": "/docs/tech/contracts/themes",
1363
- "source": "docblock",
1364
- "contentPath": "docblocks/docs/tech/contracts/themes.md",
1365
- "tags": ["tech", "contracts", "themes"],
1366
- "kind": "reference",
1367
- "visibility": "public"
1368
- },
1369
- {
1370
- "id": "docs.tech.contracts.workspace-config",
1371
- "title": "Workspace Configuration (.contractsrc)",
1372
- "summary": "Configuration-as-code conventions for ContractSpec workspaces (`.contractsrc.json`).",
1373
- "route": "/docs/tech/contracts/workspace-config",
1374
- "source": "docblock",
1375
- "contentPath": "docblocks/docs/tech/contracts/workspace-config.md",
1376
- "tags": ["tech", "contracts", "config"],
1377
- "kind": "reference",
1378
- "visibility": "public"
1379
- },
1380
- {
1381
- "id": "docs.tech.database.context",
1382
- "title": "Database context",
1383
- "summary": "Schema, migrations, dictionary, and read-only query surfaces.",
1384
- "route": "/docs/tech/database/context",
1385
- "source": "docblock",
1386
- "contentPath": "docblocks/docs/tech/database/context.md",
1387
- "tags": ["database", "context"],
1388
- "kind": "reference",
1389
- "visibility": "public"
1390
- },
1391
- {
1392
- "id": "docs.tech.database.dictionary.get",
1393
- "title": "Get data dictionary entry",
1394
- "summary": "Retrieve a dictionary entry for a schema field.",
1395
- "route": "/docs/tech/database/dictionary/get",
1396
- "source": "docblock",
1397
- "contentPath": "docblocks/docs/tech/database/dictionary/get.md",
1398
- "tags": ["database", "dictionary"],
1399
- "kind": "reference",
1400
- "visibility": "public"
1401
- },
1402
- {
1403
- "id": "docs.tech.database.migrations.list",
1404
- "title": "List database migrations",
1405
- "summary": "List migration history for a database.",
1406
- "route": "/docs/tech/database/migrations/list",
1407
- "source": "docblock",
1408
- "contentPath": "docblocks/docs/tech/database/migrations/list.md",
1409
- "tags": ["database", "migrations"],
1410
- "kind": "reference",
1411
- "visibility": "public"
1412
- },
1413
- {
1414
- "id": "docs.tech.database.query.readonly",
1415
- "title": "Read-only data query",
1416
- "summary": "Perform a governed read-only query via data views.",
1417
- "route": "/docs/tech/database/query/readonly",
1418
- "source": "docblock",
1419
- "contentPath": "docblocks/docs/tech/database/query/readonly.md",
1420
- "tags": ["database", "query", "readonly"],
1421
- "kind": "reference",
1422
- "visibility": "public"
1423
- },
1424
- {
1425
- "id": "docs.tech.database.schema.describe",
1426
- "title": "Describe database schema",
1427
- "summary": "Describe schemas and models with PII signals.",
1428
- "route": "/docs/tech/database/schema/describe",
1429
- "source": "docblock",
1430
- "contentPath": "docblocks/docs/tech/database/schema/describe.md",
1431
- "tags": ["database", "schema"],
1432
- "kind": "reference",
1433
- "visibility": "public"
1434
- },
1435
- {
1436
- "id": "docs.tech.database.schema.index",
1437
- "title": "Database schema index view",
1438
- "summary": "Data view for listing schemas and model counts.",
1439
- "route": "/docs/tech/database/schema/index",
1440
- "source": "docblock",
1441
- "contentPath": "docblocks/docs/tech/database/schema/index.md",
1442
- "tags": ["database", "data-view"],
1443
- "kind": "reference",
1444
- "visibility": "public"
1445
- },
1446
- {
1447
- "id": "docs.tech.docs-examples",
1448
- "title": "Examples catalog",
1449
- "summary": "Document and surface example projects with sandbox support.",
1450
- "route": "/docs/tech/docs/examples",
1451
- "source": "docblock",
1452
- "contentPath": "docblocks/docs/tech/docs-examples.md",
1453
- "tags": ["docs", "examples"],
1454
- "kind": "reference",
1455
- "visibility": "public"
1456
- },
1457
- {
1458
- "id": "docs.tech.docs-generator",
1459
- "title": "Docs generator",
1460
- "summary": "Generate reference docs and metadata from ContractSpecs.",
1461
- "route": "/docs/tech/docs/generator",
1462
- "source": "docblock",
1463
- "contentPath": "docblocks/docs/tech/docs-generator.md",
1464
- "tags": ["docs", "generator", "cli"],
1465
- "kind": "how",
1466
- "visibility": "public"
1467
- },
1468
- {
1469
- "id": "docs.tech.docs-publish",
1470
- "title": "Docs publish",
1471
- "summary": "Publish generated artifacts to the docs host.",
1472
- "route": "/docs/tech/docs/publish",
1473
- "source": "docblock",
1474
- "contentPath": "docblocks/docs/tech/docs-publish.md",
1475
- "tags": ["docs", "publish"],
1476
- "kind": "how",
1477
- "visibility": "public"
1478
- },
1479
- {
1480
- "id": "docs.tech.docs-reference",
1481
- "title": "Contract reference pages",
1482
- "summary": "Resolve any spec into a docs-ready reference payload.",
1483
- "route": "/docs/tech/docs/reference",
1484
- "source": "docblock",
1485
- "contentPath": "docblocks/docs/tech/docs-reference.md",
1486
- "tags": ["docs", "reference"],
1487
- "kind": "reference",
1488
- "visibility": "public"
1489
- },
1490
- {
1491
- "id": "docs.tech.docs-search",
1492
- "title": "Docs index and search",
1493
- "summary": "Search DocBlocks by query, tag, kind, or visibility.",
1494
- "route": "/docs/tech/docs/search",
1495
- "source": "docblock",
1496
- "contentPath": "docblocks/docs/tech/docs-search.md",
1497
- "tags": ["docs", "search"],
1498
- "kind": "reference",
1499
- "visibility": "public"
1500
- },
1501
- {
1502
- "id": "docs.tech.docs-system",
1503
- "title": "Docs system overview",
1504
- "summary": "How ContractSpec generates, indexes, and presents documentation.",
1505
- "route": "/docs/tech/docs/system",
1506
- "source": "docblock",
1507
- "contentPath": "docblocks/docs/tech/docs-system.md",
1508
- "tags": ["docs", "system", "contracts"],
1509
- "kind": "reference",
1510
- "visibility": "public"
1511
- },
1512
- {
1513
- "id": "docs.tech.provider-ranking.benchmark.custom.completed",
1514
- "title": "Custom benchmark completed event",
1515
- "summary": "Emitted when a custom benchmark run finishes.",
1516
- "route": "/docs/tech/provider-ranking/benchmark/custom/completed",
1517
- "source": "docblock",
1518
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/custom/completed.md",
1519
- "tags": ["ai", "ranking", "event", "custom"],
1520
- "kind": "reference",
1521
- "visibility": "public"
1522
- },
1523
- {
1524
- "id": "docs.tech.provider-ranking.benchmark.ingest",
1525
- "title": "Ingest benchmark data",
1526
- "summary": "Trigger ingestion of external benchmark data.",
1527
- "route": "/docs/tech/provider-ranking/benchmark/ingest",
1528
- "source": "docblock",
1529
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest.md",
1530
- "tags": ["ai", "ranking", "ingest"],
1531
- "kind": "reference",
1532
- "visibility": "public"
1533
- },
1534
- {
1535
- "id": "docs.tech.provider-ranking.benchmark.ingest.form",
1536
- "title": "Benchmark ingest form",
1537
- "summary": "Form specification for triggering benchmark ingestion.",
1538
- "route": "/docs/tech/provider-ranking/benchmark/ingest/form",
1539
- "source": "docblock",
1540
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest/form.md",
1541
- "tags": ["ai", "ranking", "form"],
1542
- "kind": "reference",
1543
- "visibility": "public"
1544
- },
1545
- {
1546
- "id": "docs.tech.provider-ranking.benchmark.ingested",
1547
- "title": "Benchmark ingested event",
1548
- "summary": "Emitted after external benchmark data is ingested.",
1549
- "route": "/docs/tech/provider-ranking/benchmark/ingested",
1550
- "source": "docblock",
1551
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingested.md",
1552
- "tags": ["ai", "ranking", "event"],
1553
- "kind": "reference",
1554
- "visibility": "public"
1555
- },
1556
- {
1557
- "id": "docs.tech.provider-ranking.benchmark.results.index",
1558
- "title": "Benchmark results view",
1559
- "summary": "Data view for raw benchmark results.",
1560
- "route": "/docs/tech/provider-ranking/benchmark/results/index",
1561
- "source": "docblock",
1562
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/index.md",
1563
- "tags": ["ai", "ranking", "data-view"],
1564
- "kind": "reference",
1565
- "visibility": "public"
1566
- },
1567
- {
1568
- "id": "docs.tech.provider-ranking.benchmark.results.list",
1569
- "title": "List benchmark results",
1570
- "summary": "List raw benchmark results.",
1571
- "route": "/docs/tech/provider-ranking/benchmark/results/list",
1572
- "source": "docblock",
1573
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/list.md",
1574
- "tags": ["ai", "ranking", "results"],
1575
- "kind": "reference",
1576
- "visibility": "public"
1577
- },
1578
- {
1579
- "id": "docs.tech.provider-ranking.benchmark.run-custom",
1580
- "title": "Run custom benchmark",
1581
- "summary": "Launch a custom benchmark evaluation against a model.",
1582
- "route": "/docs/tech/provider-ranking/benchmark/run-custom",
1583
- "source": "docblock",
1584
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom.md",
1585
- "tags": ["ai", "ranking", "custom", "eval"],
1586
- "kind": "reference",
1587
- "visibility": "public"
1588
- },
1589
- {
1590
- "id": "docs.tech.provider-ranking.benchmark.run-custom.form",
1591
- "title": "Custom benchmark form",
1592
- "summary": "Form specification for launching custom benchmarks.",
1593
- "route": "/docs/tech/provider-ranking/benchmark/run-custom/form",
1594
- "source": "docblock",
1595
- "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom/form.md",
1596
- "tags": ["ai", "ranking", "form"],
1597
- "kind": "reference",
1598
- "visibility": "public"
1599
- },
1600
- {
1601
- "id": "docs.tech.provider-ranking.model.comparison",
1602
- "title": "Model comparison presentation",
1603
- "summary": "Presentation spec for side-by-side model comparison.",
1604
- "route": "/docs/tech/provider-ranking/model/comparison",
1605
- "source": "docblock",
1606
- "contentPath": "docblocks/docs/tech/provider-ranking/model/comparison.md",
1607
- "tags": ["ai", "ranking", "presentation", "comparison"],
1608
- "kind": "reference",
1609
- "visibility": "public"
1610
- },
1611
- {
1612
- "id": "docs.tech.provider-ranking.model.profile.get",
1613
- "title": "Get model profile",
1614
- "summary": "Get detailed profile for a single model.",
1615
- "route": "/docs/tech/provider-ranking/model/profile/get",
1616
- "source": "docblock",
1617
- "contentPath": "docblocks/docs/tech/provider-ranking/model/profile/get.md",
1618
- "tags": ["ai", "ranking", "model", "profile"],
1619
- "kind": "reference",
1620
- "visibility": "public"
1621
- },
1622
- {
1623
- "id": "docs.tech.provider-ranking.ranking.get",
1624
- "title": "Get provider rankings",
1625
- "summary": "Get ranked list of providers and models.",
1626
- "route": "/docs/tech/provider-ranking/ranking/get",
1627
- "source": "docblock",
1628
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/get.md",
1629
- "tags": ["ai", "ranking", "leaderboard"],
1630
- "kind": "reference",
1631
- "visibility": "public"
1632
- },
1633
- {
1634
- "id": "docs.tech.provider-ranking.ranking.index",
1635
- "title": "Provider rankings view",
1636
- "summary": "Data view for the model leaderboard.",
1637
- "route": "/docs/tech/provider-ranking/ranking/index",
1638
- "source": "docblock",
1639
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/index.md",
1640
- "tags": ["ai", "ranking", "data-view"],
1641
- "kind": "reference",
1642
- "visibility": "public"
1643
- },
1644
- {
1645
- "id": "docs.tech.provider-ranking.ranking.refresh",
1646
- "title": "Refresh rankings",
1647
- "summary": "Recompute composite rankings from latest benchmark data.",
1648
- "route": "/docs/tech/provider-ranking/ranking/refresh",
1649
- "source": "docblock",
1650
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/refresh.md",
1651
- "tags": ["ai", "ranking", "refresh"],
1652
- "kind": "reference",
1653
- "visibility": "public"
1654
- },
1655
- {
1656
- "id": "docs.tech.provider-ranking.ranking.updated",
1657
- "title": "Ranking updated event",
1658
- "summary": "Emitted when composite rankings are recomputed.",
1659
- "route": "/docs/tech/provider-ranking/ranking/updated",
1660
- "source": "docblock",
1661
- "contentPath": "docblocks/docs/tech/provider-ranking/ranking/updated.md",
1662
- "tags": ["ai", "ranking", "event"],
1663
- "kind": "reference",
1664
- "visibility": "public"
1665
- },
1666
- {
1667
- "id": "docs.tech.provider-ranking.system",
1668
- "title": "AI Provider Ranking",
1669
- "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.",
1670
- "route": "/docs/tech/provider-ranking/system",
1671
- "source": "docblock",
1672
- "contentPath": "docblocks/docs/tech/provider-ranking/system.md",
1673
- "tags": ["ai", "ranking", "benchmark"],
1674
- "kind": "reference",
1675
- "visibility": "public"
1676
- },
1677
- {
1678
- "id": "docs.tech.report-verification-table",
1679
- "title": "Contract Verification Table",
1680
- "summary": "How the impact report renders per-contract verification status.",
1681
- "route": "/docs/tech/report/verification-table",
1682
- "source": "docblock",
1683
- "contentPath": "docblocks/docs/tech/report-verification-table.md",
1684
- "tags": ["report", "drift", "verification", "impact"],
1685
- "kind": "how",
1686
- "visibility": "public",
1687
- "owners": ["platform.core"]
1688
- },
1689
- {
1690
- "id": "docs.tech.workflows.overview",
1691
- "title": "WorkflowSpec Overview",
1692
- "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review, including runtime adapter capabilities/ports for checkpointing, suspend-resume orchestration, and explicit waiting/retry states. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
1693
- "route": "/docs/tech/workflows/overview",
1694
- "source": "docblock",
1695
- "contentPath": "docblocks/docs/tech/workflows/overview.md",
1696
- "tags": ["tech", "workflows", "overview"],
1697
- "kind": "reference",
1698
- "visibility": "public"
1699
- }
1700
- ]
2
+ {
3
+ "id": "_common/acp.fs.access",
4
+ "title": "acp.fs.access",
5
+ "summary": "Perform file system access within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: filesystem\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpFsAccess.command.ts`",
6
+ "route": "/docs/reference/_common/acp.fs.access",
7
+ "source": "generated",
8
+ "contentPath": "_common/acp.fs.access.md"
9
+ },
10
+ {
11
+ "id": "_common/acp.prompt.turn",
12
+ "title": "acp.prompt.turn",
13
+ "summary": "Execute a prompt turn within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: prompt\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpPromptTurn.command.ts`\nRun ACP prompt turns with tool calls and structured outputs.",
14
+ "route": "/docs/reference/_common/acp.prompt.turn",
15
+ "source": "generated",
16
+ "contentPath": "_common/acp.prompt.turn.md"
17
+ },
18
+ {
19
+ "id": "_common/acp.session.init",
20
+ "title": "acp.session.init",
21
+ "summary": "Initialize a new ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionInit.command.ts`\nStart a governed ACP session with configured tools and policies.",
22
+ "route": "/docs/reference/_common/acp.session.init",
23
+ "source": "generated",
24
+ "contentPath": "_common/acp.session.init.md"
25
+ },
26
+ {
27
+ "id": "_common/acp.session.resume",
28
+ "title": "acp.session.resume",
29
+ "summary": "Resume an existing ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionResume.command.ts`\nContinue a previously initialized ACP session with full context.",
30
+ "route": "/docs/reference/_common/acp.session.resume",
31
+ "source": "generated",
32
+ "contentPath": "_common/acp.session.resume.md"
33
+ },
34
+ {
35
+ "id": "_common/acp.session.stop",
36
+ "title": "acp.session.stop",
37
+ "summary": "Stop an active ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: session\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpSessionStop.command.ts`\nTerminate ACP sessions cleanly with audit trails.",
38
+ "route": "/docs/reference/_common/acp.session.stop",
39
+ "source": "generated",
40
+ "contentPath": "_common/acp.session.stop.md"
41
+ },
42
+ {
43
+ "id": "_common/acp.terminal.exec",
44
+ "title": "acp.terminal.exec",
45
+ "summary": "Execute a terminal command within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: terminal\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpTerminalExec.command.ts`",
46
+ "route": "/docs/reference/_common/acp.terminal.exec",
47
+ "source": "generated",
48
+ "contentPath": "_common/acp.terminal.exec.md"
49
+ },
50
+ {
51
+ "id": "_common/acp.tool.calls",
52
+ "title": "acp.tool.calls",
53
+ "summary": "Execute tool calls within an ACP session.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: tools\n- **File**: `packages/libs/contracts-spec/src/acp/commands/acpToolCalls.command.ts`\nRun tool calls with safe governance and telemetry.",
54
+ "route": "/docs/reference/_common/acp.tool.calls",
55
+ "source": "generated",
56
+ "contentPath": "_common/acp.tool.calls.md"
57
+ },
58
+ {
59
+ "id": "_common/acp.transport",
60
+ "title": "acp.transport",
61
+ "summary": "Agent Client Protocol transport surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: transport\n- **File**: `packages/libs/contracts-spec/src/acp/capabilities/acpTransport.capability.ts`",
62
+ "route": "/docs/reference/_common/acp.transport",
63
+ "source": "generated",
64
+ "contentPath": "_common/acp.transport.md"
65
+ },
66
+ {
67
+ "id": "_common/AddNumbersSpec",
68
+ "title": "AddNumbersSpec",
69
+ "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/tests/spec.ts`\n```typescript\nimport { compareVersions } from 'compare-versions';\nimport type { DocBlock } from '../docs/types';",
70
+ "route": "/docs/reference/_common/AddNumbersSpec",
71
+ "source": "generated",
72
+ "contentPath": "_common/AddNumbersSpec.md"
73
+ },
74
+ {
75
+ "id": "_common/agent.approval.requested",
76
+ "title": "agent.approval.requested",
77
+ "summary": "Emitted when an approval is required for an agent action.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentApprovalRequested.event.ts`",
78
+ "route": "/docs/reference/_common/agent.approval.requested",
79
+ "source": "generated",
80
+ "contentPath": "_common/agent.approval.requested.md"
81
+ },
82
+ {
83
+ "id": "_common/agent.approvals",
84
+ "title": "agent.approvals",
85
+ "summary": "Approve or reject an agent step or run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentApprovals.command.ts`\nProvide governed human-in-the-loop control for risky steps.",
86
+ "route": "/docs/reference/_common/agent.approvals",
87
+ "source": "generated",
88
+ "contentPath": "_common/agent.approvals.md"
89
+ },
90
+ {
91
+ "id": "_common/agent.artifacts",
92
+ "title": "agent.artifacts",
93
+ "summary": "List artifacts produced by an agent run.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: artifacts\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentArtifacts.query.ts`\nProvide traceable outputs for audits and UI surfaces.",
94
+ "route": "/docs/reference/_common/agent.artifacts",
95
+ "source": "generated",
96
+ "contentPath": "_common/agent.artifacts.md"
97
+ },
98
+ {
99
+ "id": "_common/agent.cancel",
100
+ "title": "agent.cancel",
101
+ "summary": "Cancel an in-flight agent run.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run, cancel\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentCancel.command.ts`\nProvide safe operator control to stop background agents.",
102
+ "route": "/docs/reference/_common/agent.cancel",
103
+ "source": "generated",
104
+ "contentPath": "_common/agent.cancel.md"
105
+ },
106
+ {
107
+ "id": "_common/agent.execution",
108
+ "title": "agent.execution",
109
+ "summary": "Background agent execution, approvals, and artifacts.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/agent/capabilities/agentExecution.capability.ts`",
110
+ "route": "/docs/reference/_common/agent.execution",
111
+ "source": "generated",
112
+ "contentPath": "_common/agent.execution.md"
113
+ },
114
+ {
115
+ "id": "_common/agent.run",
116
+ "title": "agent.run",
117
+ "summary": "Submit a background agent run with a context snapshot.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/commands/agentRun.command.ts`",
118
+ "route": "/docs/reference/_common/agent.run",
119
+ "source": "generated",
120
+ "contentPath": "_common/agent.run.md"
121
+ },
122
+ {
123
+ "id": "_common/agent.run.audit",
124
+ "title": "agent.run.audit",
125
+ "summary": "Audit layout for agent runs and artifacts.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/agent/presentations/agentRunAudit.presentation.ts`",
126
+ "route": "/docs/reference/_common/agent.run.audit",
127
+ "source": "generated",
128
+ "contentPath": "_common/agent.run.audit.md"
129
+ },
130
+ {
131
+ "id": "_common/agent.run.completed",
132
+ "title": "agent.run.completed",
133
+ "summary": "Emitted when an agent run completes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunCompleted.event.ts`\n```typescript",
134
+ "route": "/docs/reference/_common/agent.run.completed",
135
+ "source": "generated",
136
+ "contentPath": "_common/agent.run.completed.md"
137
+ },
138
+ {
139
+ "id": "_common/agent.run.failed",
140
+ "title": "agent.run.failed",
141
+ "summary": "Emitted when an agent run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunFailed.event.ts`\n```typescript\nexport const AgentRunFailedEvent = defineEvent({",
142
+ "route": "/docs/reference/_common/agent.run.failed",
143
+ "source": "generated",
144
+ "contentPath": "_common/agent.run.failed.md"
145
+ },
146
+ {
147
+ "id": "_common/agent.run.started",
148
+ "title": "agent.run.started",
149
+ "summary": "Emitted when an agent run starts executing.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: run\n- **File**: `packages/libs/contracts-spec/src/agent/events/agentRunStarted.event.ts`\n```typescript\nexport const AgentRunStartedEvent = defineEvent({",
150
+ "route": "/docs/reference/_common/agent.run.started",
151
+ "source": "generated",
152
+ "contentPath": "_common/agent.run.started.md"
153
+ },
154
+ {
155
+ "id": "_common/agent.status",
156
+ "title": "agent.status",
157
+ "summary": "Get status for agent runs.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: status\n- **File**: `packages/libs/contracts-spec/src/agent/queries/agentStatus.query.ts`\nProvide status and progress visibility for background agents.",
158
+ "route": "/docs/reference/_common/agent.status",
159
+ "source": "generated",
160
+ "contentPath": "_common/agent.status.md"
161
+ },
162
+ {
163
+ "id": "_common/context.pack.describe",
164
+ "title": "context.pack.describe",
165
+ "summary": "Describe a context pack and its sources.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, describe\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackDescribe.query.ts`",
166
+ "route": "/docs/reference/_common/context.pack.describe",
167
+ "source": "generated",
168
+ "contentPath": "_common/context.pack.describe.md"
169
+ },
170
+ {
171
+ "id": "_common/context.pack.search",
172
+ "title": "context.pack.search",
173
+ "summary": "Search and filter context packs and snapshots.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: pack, search\n- **File**: `packages/libs/contracts-spec/src/context/queries/contextPackSearch.query.ts`",
174
+ "route": "/docs/reference/_common/context.pack.search",
175
+ "source": "generated",
176
+ "contentPath": "_common/context.pack.search.md"
177
+ },
178
+ {
179
+ "id": "_common/context.pack.snapshot",
180
+ "title": "context.pack.snapshot",
181
+ "summary": "Create an immutable snapshot from a context pack.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: snapshot, create\n- **File**: `packages/libs/contracts-spec/src/context/commands/contextPackSnapshot.command.ts`",
182
+ "route": "/docs/reference/_common/context.pack.snapshot",
183
+ "source": "generated",
184
+ "contentPath": "_common/context.pack.snapshot.md"
185
+ },
186
+ {
187
+ "id": "_common/context.snapshot.created",
188
+ "title": "context.snapshot.created",
189
+ "summary": "Emitted when a context snapshot is created.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: snapshot\n- **File**: `packages/libs/contracts-spec/src/context/events/contextSnapshotCreated.event.ts`",
190
+ "route": "/docs/reference/_common/context.snapshot.created",
191
+ "source": "generated",
192
+ "contentPath": "_common/context.snapshot.created.md"
193
+ },
194
+ {
195
+ "id": "_common/context.snapshot.summary",
196
+ "title": "context.snapshot.summary",
197
+ "summary": "Summary layout for context snapshots.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: snapshot, summary\n- **File**: `packages/libs/contracts-spec/src/context/presentations/contextSnapshot.presentation.ts`",
198
+ "route": "/docs/reference/_common/context.snapshot.summary",
199
+ "source": "generated",
200
+ "contentPath": "_common/context.snapshot.summary.md"
201
+ },
202
+ {
203
+ "id": "_common/context.system",
204
+ "title": "context.system",
205
+ "summary": "Context packs, snapshots, and discovery surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/context/capabilities/contextSystem.capability.ts`",
206
+ "route": "/docs/reference/_common/context.system",
207
+ "source": "generated",
208
+ "contentPath": "_common/context.system.md"
209
+ },
210
+ {
211
+ "id": "_common/contractspec.docs",
212
+ "title": "contractspec.docs",
213
+ "summary": "Comprehensive documentation system for ContractSpec\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @platform.docs\n- **Tags**: documentation, guides, api-reference\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/docs.feature.ts`",
214
+ "route": "/docs/reference/_common/contractspec.docs",
215
+ "source": "generated",
216
+ "contentPath": "_common/contractspec.docs.md"
217
+ },
218
+ {
219
+ "id": "_common/contractspec.mcp",
220
+ "title": "contractspec.mcp",
221
+ "summary": "Model Context Protocol server for AI agent integration\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.mcp\n- **Tags**: mcp, ai-agents, tooling\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/mcp.feature.ts`",
222
+ "route": "/docs/reference/_common/contractspec.mcp",
223
+ "source": "generated",
224
+ "contentPath": "_common/contractspec.mcp.md"
225
+ },
226
+ {
227
+ "id": "_common/contractspec.presentations",
228
+ "title": "contractspec.presentations",
229
+ "summary": "Cross-platform rendering of contract-driven UI\n- **Type**: feature\n- **Version**: 1.0.0\n- **Stability**: beta\n- **Owners**: @platform.presentations\n- **Tags**: presentations, ui, rendering, cross-platform\n- **File**: `/Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/library/src/features/presentations.feature.ts`",
230
+ "route": "/docs/reference/_common/contractspec.presentations",
231
+ "source": "generated",
232
+ "contentPath": "_common/contractspec.presentations.md"
233
+ },
234
+ {
235
+ "id": "_common/control-plane.approval",
236
+ "title": "control-plane.approval",
237
+ "summary": "Human approval and rejection gates for execution steps.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneApproval.capability.ts`",
238
+ "route": "/docs/reference/_common/control-plane.approval",
239
+ "source": "generated",
240
+ "contentPath": "_common/control-plane.approval.md"
241
+ },
242
+ {
243
+ "id": "_common/control-plane.audit",
244
+ "title": "control-plane.audit",
245
+ "summary": "Trace, policy explanation, and replay-grade observability.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneAudit.capability.ts`",
246
+ "route": "/docs/reference/_common/control-plane.audit",
247
+ "source": "generated",
248
+ "contentPath": "_common/control-plane.audit.md"
249
+ },
250
+ {
251
+ "id": "_common/control-plane.channel-runtime",
252
+ "title": "control-plane.channel-runtime",
253
+ "summary": "Channel-facing runtime surfaces for controlled execution.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: channels\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneChannelRuntime.capability.ts`",
254
+ "route": "/docs/reference/_common/control-plane.channel-runtime",
255
+ "source": "generated",
256
+ "contentPath": "_common/control-plane.channel-runtime.md"
257
+ },
258
+ {
259
+ "id": "_common/control-plane.core",
260
+ "title": "control-plane.core",
261
+ "summary": "Core intent, planning, and execution surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: core\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneCore.capability.ts`",
262
+ "route": "/docs/reference/_common/control-plane.core",
263
+ "source": "generated",
264
+ "contentPath": "_common/control-plane.core.md"
265
+ },
266
+ {
267
+ "id": "_common/control-plane.skill-registry",
268
+ "title": "control-plane.skill-registry",
269
+ "summary": "Signed skill lifecycle and compatibility governance.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/capabilities/controlPlaneSkillRegistry.capability.ts`",
270
+ "route": "/docs/reference/_common/control-plane.skill-registry",
271
+ "source": "generated",
272
+ "contentPath": "_common/control-plane.skill-registry.md"
273
+ },
274
+ {
275
+ "id": "_common/controlPlane.execution.approve",
276
+ "title": "controlPlane.execution.approve",
277
+ "summary": "Approve a pending execution step for continuation.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionApprove.command.ts`",
278
+ "route": "/docs/reference/_common/controlPlane.execution.approve",
279
+ "source": "generated",
280
+ "contentPath": "_common/controlPlane.execution.approve.md"
281
+ },
282
+ {
283
+ "id": "_common/controlPlane.execution.cancel",
284
+ "title": "controlPlane.execution.cancel",
285
+ "summary": "Cancel an execution run and transition to terminal state.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution, approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionCancel.command.ts`",
286
+ "route": "/docs/reference/_common/controlPlane.execution.cancel",
287
+ "source": "generated",
288
+ "contentPath": "_common/controlPlane.execution.cancel.md"
289
+ },
290
+ {
291
+ "id": "_common/controlPlane.execution.completed",
292
+ "title": "controlPlane.execution.completed",
293
+ "summary": "Emitted when an execution run finishes successfully.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionCompleted.event.ts`",
294
+ "route": "/docs/reference/_common/controlPlane.execution.completed",
295
+ "source": "generated",
296
+ "contentPath": "_common/controlPlane.execution.completed.md"
297
+ },
298
+ {
299
+ "id": "_common/controlPlane.execution.failed",
300
+ "title": "controlPlane.execution.failed",
301
+ "summary": "Emitted when an execution run fails.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, failure\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionFailed.event.ts`",
302
+ "route": "/docs/reference/_common/controlPlane.execution.failed",
303
+ "source": "generated",
304
+ "contentPath": "_common/controlPlane.execution.failed.md"
305
+ },
306
+ {
307
+ "id": "_common/controlPlane.execution.get",
308
+ "title": "controlPlane.execution.get",
309
+ "summary": "Fetch the latest state for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionGet.query.ts`",
310
+ "route": "/docs/reference/_common/controlPlane.execution.get",
311
+ "source": "generated",
312
+ "contentPath": "_common/controlPlane.execution.get.md"
313
+ },
314
+ {
315
+ "id": "_common/controlPlane.execution.list",
316
+ "title": "controlPlane.execution.list",
317
+ "summary": "List execution runs with filtering and pagination.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneExecutionList.query.ts`",
318
+ "route": "/docs/reference/_common/controlPlane.execution.list",
319
+ "source": "generated",
320
+ "contentPath": "_common/controlPlane.execution.list.md"
321
+ },
322
+ {
323
+ "id": "_common/controlPlane.execution.reject",
324
+ "title": "controlPlane.execution.reject",
325
+ "summary": "Reject a pending execution step.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: approval\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionReject.command.ts`",
326
+ "route": "/docs/reference/_common/controlPlane.execution.reject",
327
+ "source": "generated",
328
+ "contentPath": "_common/controlPlane.execution.reject.md"
329
+ },
330
+ {
331
+ "id": "_common/controlPlane.execution.start",
332
+ "title": "controlPlane.execution.start",
333
+ "summary": "Start executing an approved compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneExecutionStart.command.ts`",
334
+ "route": "/docs/reference/_common/controlPlane.execution.start",
335
+ "source": "generated",
336
+ "contentPath": "_common/controlPlane.execution.start.md"
337
+ },
338
+ {
339
+ "id": "_common/controlPlane.execution.step.blocked",
340
+ "title": "controlPlane.execution.step.blocked",
341
+ "summary": "Emitted when policy blocks an execution step.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution, blocked\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepBlocked.event.ts`",
342
+ "route": "/docs/reference/_common/controlPlane.execution.step.blocked",
343
+ "source": "generated",
344
+ "contentPath": "_common/controlPlane.execution.step.blocked.md"
345
+ },
346
+ {
347
+ "id": "_common/controlPlane.execution.step.completed",
348
+ "title": "controlPlane.execution.step.completed",
349
+ "summary": "Emitted when an execution step completes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepCompleted.event.ts`",
350
+ "route": "/docs/reference/_common/controlPlane.execution.step.completed",
351
+ "source": "generated",
352
+ "contentPath": "_common/controlPlane.execution.step.completed.md"
353
+ },
354
+ {
355
+ "id": "_common/controlPlane.execution.step.started",
356
+ "title": "controlPlane.execution.step.started",
357
+ "summary": "Emitted when an execution step starts.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: execution\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneExecutionStepStarted.event.ts`",
358
+ "route": "/docs/reference/_common/controlPlane.execution.step.started",
359
+ "source": "generated",
360
+ "contentPath": "_common/controlPlane.execution.step.started.md"
361
+ },
362
+ {
363
+ "id": "_common/controlPlane.intent.received",
364
+ "title": "controlPlane.intent.received",
365
+ "summary": "Emitted when a new control plane intent is accepted.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneIntentReceived.event.ts`",
366
+ "route": "/docs/reference/_common/controlPlane.intent.received",
367
+ "source": "generated",
368
+ "contentPath": "_common/controlPlane.intent.received.md"
369
+ },
370
+ {
371
+ "id": "_common/controlPlane.intent.submit",
372
+ "title": "controlPlane.intent.submit",
373
+ "summary": "Submit a natural-language intent to the control plane.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: intent\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneIntentSubmit.command.ts`",
374
+ "route": "/docs/reference/_common/controlPlane.intent.submit",
375
+ "source": "generated",
376
+ "contentPath": "_common/controlPlane.intent.submit.md"
377
+ },
378
+ {
379
+ "id": "_common/controlPlane.plan.compile",
380
+ "title": "controlPlane.plan.compile",
381
+ "summary": "Compile an intent into a deterministic plan DAG.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanCompile.command.ts`",
382
+ "route": "/docs/reference/_common/controlPlane.plan.compile",
383
+ "source": "generated",
384
+ "contentPath": "_common/controlPlane.plan.compile.md"
385
+ },
386
+ {
387
+ "id": "_common/controlPlane.plan.compiled",
388
+ "title": "controlPlane.plan.compiled",
389
+ "summary": "Emitted when an intent is compiled into an executable plan.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanCompiled.event.ts`",
390
+ "route": "/docs/reference/_common/controlPlane.plan.compiled",
391
+ "source": "generated",
392
+ "contentPath": "_common/controlPlane.plan.compiled.md"
393
+ },
394
+ {
395
+ "id": "_common/controlPlane.plan.rejected",
396
+ "title": "controlPlane.plan.rejected",
397
+ "summary": "Emitted when a plan fails verification or governance checks.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlanePlanRejected.event.ts`",
398
+ "route": "/docs/reference/_common/controlPlane.plan.rejected",
399
+ "source": "generated",
400
+ "contentPath": "_common/controlPlane.plan.rejected.md"
401
+ },
402
+ {
403
+ "id": "_common/controlPlane.plan.verify",
404
+ "title": "controlPlane.plan.verify",
405
+ "summary": "Run policy and risk validation against a compiled plan.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: plan, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlanePlanVerify.command.ts`",
406
+ "route": "/docs/reference/_common/controlPlane.plan.verify",
407
+ "source": "generated",
408
+ "contentPath": "_common/controlPlane.plan.verify.md"
409
+ },
410
+ {
411
+ "id": "_common/controlPlane.policy.explain",
412
+ "title": "controlPlane.policy.explain",
413
+ "summary": "Explain policy outcomes for an execution or step.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: policy, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlanePolicyExplain.query.ts`",
414
+ "route": "/docs/reference/_common/controlPlane.policy.explain",
415
+ "source": "generated",
416
+ "contentPath": "_common/controlPlane.policy.explain.md"
417
+ },
418
+ {
419
+ "id": "_common/controlPlane.skill.disable",
420
+ "title": "controlPlane.skill.disable",
421
+ "summary": "Disable an installed skill in the control plane registry.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillDisable.command.ts`",
422
+ "route": "/docs/reference/_common/controlPlane.skill.disable",
423
+ "source": "generated",
424
+ "contentPath": "_common/controlPlane.skill.disable.md"
425
+ },
426
+ {
427
+ "id": "_common/controlPlane.skill.install",
428
+ "title": "controlPlane.skill.install",
429
+ "summary": "Install a signed skill artifact after verification checks.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/commands/controlPlaneSkillInstall.command.ts`",
430
+ "route": "/docs/reference/_common/controlPlane.skill.install",
431
+ "source": "generated",
432
+ "contentPath": "_common/controlPlane.skill.install.md"
433
+ },
434
+ {
435
+ "id": "_common/controlPlane.skill.installed",
436
+ "title": "controlPlane.skill.installed",
437
+ "summary": "Emitted when a skill artifact is verified and installed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillInstalled.event.ts`",
438
+ "route": "/docs/reference/_common/controlPlane.skill.installed",
439
+ "source": "generated",
440
+ "contentPath": "_common/controlPlane.skill.installed.md"
441
+ },
442
+ {
443
+ "id": "_common/controlPlane.skill.list",
444
+ "title": "controlPlane.skill.list",
445
+ "summary": "List installed and available skill artifacts.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillList.query.ts`",
446
+ "route": "/docs/reference/_common/controlPlane.skill.list",
447
+ "source": "generated",
448
+ "contentPath": "_common/controlPlane.skill.list.md"
449
+ },
450
+ {
451
+ "id": "_common/controlPlane.skill.rejected",
452
+ "title": "controlPlane.skill.rejected",
453
+ "summary": "Emitted when a skill install attempt is rejected.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/events/controlPlaneSkillRejected.event.ts`",
454
+ "route": "/docs/reference/_common/controlPlane.skill.rejected",
455
+ "source": "generated",
456
+ "contentPath": "_common/controlPlane.skill.rejected.md"
457
+ },
458
+ {
459
+ "id": "_common/controlPlane.skill.verify",
460
+ "title": "controlPlane.skill.verify",
461
+ "summary": "Verify skill signature and compatibility constraints.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: skills, governance\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneSkillVerify.query.ts`",
462
+ "route": "/docs/reference/_common/controlPlane.skill.verify",
463
+ "source": "generated",
464
+ "contentPath": "_common/controlPlane.skill.verify.md"
465
+ },
466
+ {
467
+ "id": "_common/controlPlane.trace.get",
468
+ "title": "controlPlane.trace.get",
469
+ "summary": "Return the replayable trace timeline for one execution.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: trace, audit\n- **File**: `packages/libs/contracts-spec/src/control-plane/queries/controlPlaneTraceGet.query.ts`",
470
+ "route": "/docs/reference/_common/controlPlane.trace.get",
471
+ "source": "generated",
472
+ "contentPath": "_common/controlPlane.trace.get.md"
473
+ },
474
+ {
475
+ "id": "_common/createUser",
476
+ "title": "createUser",
477
+ "summary": "- **Type**: operation (command)\n- **Version**: 1.0.0\n- **File**: `packages/libs/video-gen/src/docs/rendering.docblock.ts`\n```typescript\nexport const createUser = defineCommand({...})\n```",
478
+ "route": "/docs/reference/_common/createUser",
479
+ "source": "generated",
480
+ "contentPath": "_common/createUser.md"
481
+ },
482
+ {
483
+ "id": "_common/database.context",
484
+ "title": "database.context",
485
+ "summary": "Schema, migration, dictionary, and read-only query surfaces.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: context\n- **File**: `packages/libs/contracts-spec/src/database/capabilities/databaseContext.capability.ts`",
486
+ "route": "/docs/reference/_common/database.context",
487
+ "source": "generated",
488
+ "contentPath": "_common/database.context.md"
489
+ },
490
+ {
491
+ "id": "_common/database.dictionary.get",
492
+ "title": "database.dictionary.get",
493
+ "summary": "Retrieve a data dictionary entry for a schema field.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: dictionary\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseDictionaryGet.query.ts`",
494
+ "route": "/docs/reference/_common/database.dictionary.get",
495
+ "source": "generated",
496
+ "contentPath": "_common/database.dictionary.get.md"
497
+ },
498
+ {
499
+ "id": "_common/database.migrations.list",
500
+ "title": "database.migrations.list",
501
+ "summary": "List registered database migrations and statuses.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: migrations\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseMigrationsList.query.ts`",
502
+ "route": "/docs/reference/_common/database.migrations.list",
503
+ "source": "generated",
504
+ "contentPath": "_common/database.migrations.list.md"
505
+ },
506
+ {
507
+ "id": "_common/database.query.readonly",
508
+ "title": "database.query.readonly",
509
+ "summary": "Execute a governed read-only query via a data view.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: query, readonly\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseQueryReadonly.query.ts`",
510
+ "route": "/docs/reference/_common/database.query.readonly",
511
+ "source": "generated",
512
+ "contentPath": "_common/database.query.readonly.md"
513
+ },
514
+ {
515
+ "id": "_common/database.schema.describe",
516
+ "title": "database.schema.describe",
517
+ "summary": "Describe database schemas and models with PII indicators.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: describe\n- **File**: `packages/libs/contracts-spec/src/database/queries/databaseSchemaDescribe.query.ts`",
518
+ "route": "/docs/reference/_common/database.schema.describe",
519
+ "source": "generated",
520
+ "contentPath": "_common/database.schema.describe.md"
521
+ },
522
+ {
523
+ "id": "_common/docs.contract.reference",
524
+ "title": "docs.contract.reference",
525
+ "summary": "Resolve a contract into a documentation-ready reference.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/queries/contractReference.query.ts`",
526
+ "route": "/docs/reference/_common/docs.contract.reference",
527
+ "source": "generated",
528
+ "contentPath": "_common/docs.contract.reference.md"
529
+ },
530
+ {
531
+ "id": "_common/docs.generate",
532
+ "title": "docs.generate",
533
+ "summary": "Generate documentation artifacts from ContractSpecs.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsGenerate.command.ts`",
534
+ "route": "/docs/reference/_common/docs.generate",
535
+ "source": "generated",
536
+ "contentPath": "_common/docs.generate.md"
537
+ },
538
+ {
539
+ "id": "_common/docs.generated",
540
+ "title": "docs.generated",
541
+ "summary": "Emitted when documentation artifacts are generated.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: generation\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsGenerated.event.ts`\n```typescript",
542
+ "route": "/docs/reference/_common/docs.generated",
543
+ "source": "generated",
544
+ "contentPath": "_common/docs.generated.md"
545
+ },
546
+ {
547
+ "id": "_common/docs.layout",
548
+ "title": "docs.layout",
549
+ "summary": "Shared layout shell for documentation pages.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: layout\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsLayout.presentation.ts`",
550
+ "route": "/docs/reference/_common/docs.layout",
551
+ "source": "generated",
552
+ "contentPath": "_common/docs.layout.md"
553
+ },
554
+ {
555
+ "id": "_common/docs.publish",
556
+ "title": "docs.publish",
557
+ "summary": "Publish generated documentation artifacts.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/commands/docsPublish.command.ts`\nDeploy docs to the public docs surface with consistent versioning.",
558
+ "route": "/docs/reference/_common/docs.publish",
559
+ "source": "generated",
560
+ "contentPath": "_common/docs.publish.md"
561
+ },
562
+ {
563
+ "id": "_common/docs.published",
564
+ "title": "docs.published",
565
+ "summary": "Emitted when documentation is published.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: publish\n- **File**: `packages/libs/contracts-spec/src/docs/events/docsPublished.event.ts`\n```typescript\nexport const DocsPublishedEvent = defineEvent({",
566
+ "route": "/docs/reference/_common/docs.published",
567
+ "source": "generated",
568
+ "contentPath": "_common/docs.published.md"
569
+ },
570
+ {
571
+ "id": "_common/docs.reference.page",
572
+ "title": "docs.reference.page",
573
+ "summary": "Reference page layout for contract documentation.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: reference\n- **File**: `packages/libs/contracts-spec/src/docs/presentations/docsReferencePage.presentation.ts`",
574
+ "route": "/docs/reference/_common/docs.reference.page",
575
+ "source": "generated",
576
+ "contentPath": "_common/docs.reference.page.md"
577
+ },
578
+ {
579
+ "id": "_common/docs.search",
580
+ "title": "docs_search",
581
+ "summary": "Search and filter DocBlocks by query, tag, or visibility.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: search, index\n- **File**: `packages/libs/contracts-spec/src/docs/queries/docsIndex.query.ts`",
582
+ "route": "/docs/reference/_common/docs.search",
583
+ "source": "generated",
584
+ "contentPath": "_common/docs.search.md"
585
+ },
586
+ {
587
+ "id": "_common/docs.system",
588
+ "title": "docs.system",
589
+ "summary": "End-to-end docs generation, indexing, and presentation.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/docs/capabilities/documentationSystem.capability.ts`",
590
+ "route": "/docs/reference/_common/docs.system",
591
+ "source": "generated",
592
+ "contentPath": "_common/docs.system.md"
593
+ },
594
+ {
595
+ "id": "_common/docs.tech.contracts.capabilities",
596
+ "title": "CapabilitySpec Overview",
597
+ "summary": "Capabilities are **module interfaces** that define:\n1. What operations, events, and presentations a module exposes (`provides`)\n2. What other capabilities it depends on (`requires`)\n3. Inheritance hierarchies via `extends`",
598
+ "route": "/docs/reference/_common/docs.tech.contracts.capabilities",
599
+ "source": "generated",
600
+ "contentPath": "_common/docs.tech.contracts.capabilities.md"
601
+ },
602
+ {
603
+ "id": "_common/docs.tech.contracts.tests",
604
+ "title": "_common/docs.tech.contracts.tests",
605
+ "summary": "Use `TestSpec` to describe end-to-end scenarios for contracts and workflows. Specs live alongside your contracts and exercise the same OperationSpecRegistry handlers the app uses.\n- Types & registry: `packages/libs/contracts/src/tests/spec.ts`",
606
+ "route": "/docs/reference/_common/docs.tech.contracts.tests",
607
+ "source": "generated",
608
+ "contentPath": "_common/docs.tech.contracts.tests.md"
609
+ },
610
+ {
611
+ "id": "_common/docs.tech.workflows.overview",
612
+ "title": "WorkflowSpec Overview",
613
+ "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
614
+ "route": "/docs/reference/_common/docs.tech.workflows.overview",
615
+ "source": "generated",
616
+ "contentPath": "_common/docs.tech.workflows.overview.md"
617
+ },
618
+ {
619
+ "id": "_common/forms.rich-fields-showcase",
620
+ "title": "forms.rich-fields-showcase",
621
+ "summary": "Canonical showcase for readonly, password, autocomplete, address, phone, temporal, and repeated grouped fields.\n- **Type**: form (form)\n- **Version**: 1.0.0\n- **Tags**: forms, showcase\n- **File**: `packages/libs/contracts-spec/src/forms/richFieldsShowcase.form.ts`",
622
+ "route": "/docs/reference/_common/forms.rich-fields-showcase",
623
+ "source": "generated",
624
+ "contentPath": "_common/forms.rich-fields-showcase.md"
625
+ },
626
+ {
627
+ "id": "_common/init",
628
+ "title": "init",
629
+ "summary": "Sets up ContractSpec in a project (config, VSCode settings, etc.)\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, setup\n- **File**: `packages/bundles/workspace/src/contracts/operations/init.operation.ts`",
630
+ "route": "/docs/reference/_common/init",
631
+ "source": "generated",
632
+ "contentPath": "_common/init.md"
633
+ },
634
+ {
635
+ "id": "_common/opencode.example.echo",
636
+ "title": "opencode.example.echo",
637
+ "summary": "Echo a prompt for the OpenCode CLI example.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: experimental\n- **Owners**: @contractspec/examples\n- **Tags**: opencode, example, echo\n- **File**: `packages/examples/opencode-cli/src/contracts/opencode.contracts.ts`",
638
+ "route": "/docs/reference/_common/opencode.example.echo",
639
+ "source": "generated",
640
+ "contentPath": "_common/opencode.example.echo.md"
641
+ },
642
+ {
643
+ "id": "_common/provider-ranking.benchmark.custom.completed",
644
+ "title": "provider-ranking.benchmark.custom.completed",
645
+ "summary": "Emitted when a custom benchmark run finishes.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkCustomCompleted.event.ts`",
646
+ "route": "/docs/reference/_common/provider-ranking.benchmark.custom.completed",
647
+ "source": "generated",
648
+ "contentPath": "_common/provider-ranking.benchmark.custom.completed.md"
649
+ },
650
+ {
651
+ "id": "_common/provider-ranking.benchmark.ingest",
652
+ "title": "provider-ranking.benchmark.ingest",
653
+ "summary": "Trigger ingestion of external benchmark data from a public source.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkIngest.command.ts`",
654
+ "route": "/docs/reference/_common/provider-ranking.benchmark.ingest",
655
+ "source": "generated",
656
+ "contentPath": "_common/provider-ranking.benchmark.ingest.md"
657
+ },
658
+ {
659
+ "id": "_common/provider-ranking.benchmark.ingested",
660
+ "title": "provider-ranking.benchmark.ingested",
661
+ "summary": "Emitted after external benchmark data is ingested.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: ingest\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/benchmarkIngested.event.ts`",
662
+ "route": "/docs/reference/_common/provider-ranking.benchmark.ingested",
663
+ "source": "generated",
664
+ "contentPath": "_common/provider-ranking.benchmark.ingested.md"
665
+ },
666
+ {
667
+ "id": "_common/provider-ranking.benchmark.results.list",
668
+ "title": "provider-ranking.benchmark.results.list",
669
+ "summary": "List raw benchmark results with pagination, filterable by source, model, and dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: results\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/benchmarkResultsList.query.ts`",
670
+ "route": "/docs/reference/_common/provider-ranking.benchmark.results.list",
671
+ "source": "generated",
672
+ "contentPath": "_common/provider-ranking.benchmark.results.list.md"
673
+ },
674
+ {
675
+ "id": "_common/provider-ranking.benchmark.run-custom",
676
+ "title": "provider-ranking.benchmark.run-custom",
677
+ "summary": "Launch a custom benchmark evaluation against a specific model.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: custom, eval\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/benchmarkRunCustom.command.ts`",
678
+ "route": "/docs/reference/_common/provider-ranking.benchmark.run-custom",
679
+ "source": "generated",
680
+ "contentPath": "_common/provider-ranking.benchmark.run-custom.md"
681
+ },
682
+ {
683
+ "id": "_common/provider-ranking.model.comparison",
684
+ "title": "provider-ranking.model.comparison",
685
+ "summary": "Side-by-side comparison of AI model scores and capabilities.\n- **Type**: presentation (presentation)\n- **Version**: 1.0.0\n- **Tags**: comparison\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/presentations/modelComparison.presentation.ts`",
686
+ "route": "/docs/reference/_common/provider-ranking.model.comparison",
687
+ "source": "generated",
688
+ "contentPath": "_common/provider-ranking.model.comparison.md"
689
+ },
690
+ {
691
+ "id": "_common/provider-ranking.model.profile.get",
692
+ "title": "provider-ranking.model.profile.get",
693
+ "summary": "Get detailed profile for a single model including all scores, metadata, cost, and capabilities.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: model, profile\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/modelProfileGet.query.ts`",
694
+ "route": "/docs/reference/_common/provider-ranking.model.profile.get",
695
+ "source": "generated",
696
+ "contentPath": "_common/provider-ranking.model.profile.get.md"
697
+ },
698
+ {
699
+ "id": "_common/provider-ranking.ranking.get",
700
+ "title": "provider-ranking.ranking.get",
701
+ "summary": "Get ranked list of providers/models with composite scores, filterable by dimension.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **Tags**: leaderboard\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/queries/providerRankingGet.query.ts`",
702
+ "route": "/docs/reference/_common/provider-ranking.ranking.get",
703
+ "source": "generated",
704
+ "contentPath": "_common/provider-ranking.ranking.get.md"
705
+ },
706
+ {
707
+ "id": "_common/provider-ranking.ranking.refresh",
708
+ "title": "provider-ranking.ranking.refresh",
709
+ "summary": "Recompute composite rankings from latest benchmark data.\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/commands/rankingRefresh.command.ts`",
710
+ "route": "/docs/reference/_common/provider-ranking.ranking.refresh",
711
+ "source": "generated",
712
+ "contentPath": "_common/provider-ranking.ranking.refresh.md"
713
+ },
714
+ {
715
+ "id": "_common/provider-ranking.ranking.updated",
716
+ "title": "provider-ranking.ranking.updated",
717
+ "summary": "Emitted when composite rankings are recomputed.\n- **Type**: event (event)\n- **Version**: 1.0.0\n- **Tags**: refresh\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/events/rankingUpdated.event.ts`",
718
+ "route": "/docs/reference/_common/provider-ranking.ranking.updated",
719
+ "source": "generated",
720
+ "contentPath": "_common/provider-ranking.ranking.updated.md"
721
+ },
722
+ {
723
+ "id": "_common/provider-ranking.system",
724
+ "title": "provider-ranking.system",
725
+ "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Tags**: system\n- **File**: `packages/libs/contracts-spec/src/provider-ranking/capabilities/providerRanking.capability.ts`",
726
+ "route": "/docs/reference/_common/provider-ranking.system",
727
+ "source": "generated",
728
+ "contentPath": "_common/provider-ranking.system.md"
729
+ },
730
+ {
731
+ "id": "_common/report.getContractVerificationStatus",
732
+ "title": "report.getContractVerificationStatus",
733
+ "summary": "Retrieves per-contract verification status for the impact report.\n- **Type**: operation (query)\n- **Version**: 1.0.0\n- **File**: `packages/libs/contracts-spec/src/operations/report/getContractVerificationStatus.ts`",
734
+ "route": "/docs/reference/_common/report.getContractVerificationStatus",
735
+ "source": "generated",
736
+ "contentPath": "_common/report.getContractVerificationStatus.md"
737
+ },
738
+ {
739
+ "id": "_common/template.messaging.core",
740
+ "title": "template.messaging.core",
741
+ "summary": "Real-time messaging primitives for template applications, including conversations, participants, and delivery events.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio",
742
+ "route": "/docs/reference/_common/template.messaging.core",
743
+ "source": "generated",
744
+ "contentPath": "_common/template.messaging.core.md"
745
+ },
746
+ {
747
+ "id": "_common/template.recipes.browse",
748
+ "title": "template.recipes.browse",
749
+ "summary": "Internationalized recipe browsing, search, and detail operations for template applications.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, recipes, i18n, content",
750
+ "route": "/docs/reference/_common/template.recipes.browse",
751
+ "source": "generated",
752
+ "contentPath": "_common/template.recipes.browse.md"
753
+ },
754
+ {
755
+ "id": "_common/template.todos.crud",
756
+ "title": "template.todos.crud",
757
+ "summary": "Create, read, update, delete, and toggle template tasks with categories and priorities.\n- **Type**: capability (capability)\n- **Version**: 1.0.0\n- **Owners**: platform.contractspec-studio\n- **Tags**: templates, todos, productivity",
758
+ "route": "/docs/reference/_common/template.todos.crud",
759
+ "source": "generated",
760
+ "contentPath": "_common/template.todos.crud.md"
761
+ },
762
+ {
763
+ "id": "_common/test",
764
+ "title": "test",
765
+ "summary": "Run tests defined in contract specs\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, test\n- **File**: `packages/bundles/workspace/src/contracts/operations/test.operation.ts`",
766
+ "route": "/docs/reference/_common/test",
767
+ "source": "generated",
768
+ "contentPath": "_common/test.md"
769
+ },
770
+ {
771
+ "id": "_common/user.create",
772
+ "title": "user.create",
773
+ "summary": "Create a new user account with the provided email\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @team\n- **Tags**: user\n- **File**: `packages/examples/minimal/src/contracts/user.ts`",
774
+ "route": "/docs/reference/_common/user.create",
775
+ "source": "generated",
776
+ "contentPath": "_common/user.create.md"
777
+ },
778
+ {
779
+ "id": "_common/validate",
780
+ "title": "validate",
781
+ "summary": "Validate a contract spec file structure and optionally its implementation\n- **Type**: operation (command)\n- **Version**: 1.0.0\n- **Stability**: stable\n- **Owners**: @lssm/core\n- **Tags**: cli, validation\n- **File**: `packages/bundles/workspace/src/contracts/operations/validate.operation.ts`",
782
+ "route": "/docs/reference/_common/validate",
783
+ "source": "generated",
784
+ "contentPath": "_common/validate.md"
785
+ },
786
+ {
787
+ "id": "docs.accessibility_wcag_compliance_specs",
788
+ "title": "Accessibility & WCAG Compliance — **specs.md**",
789
+ "summary": "> **Goal:** Ship interfaces that are usable by everyone, by default. This spec sets non‑negotiable rules, checklists, and CI gates to meet **WCAG 2.2 AA** (aim for AAA where low‑cost), align with **EN 301 549** (EU), and keep parity on **web (Next.js)** and **mobile (Expo/React Native)**.",
790
+ "route": "/docs/accessibility_wcag_compliance_specs",
791
+ "source": "docblock",
792
+ "contentPath": "docblocks/docs/accessibility_wcag_compliance_specs.md",
793
+ "tags": [
794
+ "accessibility_wcag_compliance_specs"
795
+ ],
796
+ "kind": "reference",
797
+ "visibility": "public"
798
+ },
799
+ {
800
+ "id": "docs.meta.docblocks-process",
801
+ "title": "DocBlocks process",
802
+ "summary": "How to author goal/how/usage DocBlocks close to code.",
803
+ "route": "/docs/meta/docblocks-process",
804
+ "source": "docblock",
805
+ "contentPath": "docblocks/docs/meta/docblocks-process.md",
806
+ "tags": [
807
+ "docs",
808
+ "process"
809
+ ],
810
+ "kind": "reference",
811
+ "visibility": "mixed"
812
+ },
813
+ {
814
+ "id": "docs.tech.acp.fs.access",
815
+ "title": "ACP file system access",
816
+ "summary": "Access file system through ACP.",
817
+ "route": "/docs/tech/acp/fs/access",
818
+ "source": "docblock",
819
+ "contentPath": "docblocks/docs/tech/acp/fs/access.md",
820
+ "tags": [
821
+ "acp",
822
+ "filesystem"
823
+ ],
824
+ "kind": "reference",
825
+ "visibility": "public"
826
+ },
827
+ {
828
+ "id": "docs.tech.acp.prompt.turn",
829
+ "title": "ACP prompt turn",
830
+ "summary": "Execute a prompt turn within a session.",
831
+ "route": "/docs/tech/acp/prompt/turn",
832
+ "source": "docblock",
833
+ "contentPath": "docblocks/docs/tech/acp/prompt/turn.md",
834
+ "tags": [
835
+ "acp",
836
+ "prompt"
837
+ ],
838
+ "kind": "reference",
839
+ "visibility": "public"
840
+ },
841
+ {
842
+ "id": "docs.tech.acp.session.init",
843
+ "title": "ACP session init",
844
+ "summary": "Initialize a new ACP session.",
845
+ "route": "/docs/tech/acp/session/init",
846
+ "source": "docblock",
847
+ "contentPath": "docblocks/docs/tech/acp/session/init.md",
848
+ "tags": [
849
+ "acp",
850
+ "session"
851
+ ],
852
+ "kind": "reference",
853
+ "visibility": "public"
854
+ },
855
+ {
856
+ "id": "docs.tech.acp.session.resume",
857
+ "title": "ACP session resume",
858
+ "summary": "Resume an existing ACP session.",
859
+ "route": "/docs/tech/acp/session/resume",
860
+ "source": "docblock",
861
+ "contentPath": "docblocks/docs/tech/acp/session/resume.md",
862
+ "tags": [
863
+ "acp",
864
+ "session"
865
+ ],
866
+ "kind": "reference",
867
+ "visibility": "public"
868
+ },
869
+ {
870
+ "id": "docs.tech.acp.session.stop",
871
+ "title": "ACP session stop",
872
+ "summary": "Stop an ACP session.",
873
+ "route": "/docs/tech/acp/session/stop",
874
+ "source": "docblock",
875
+ "contentPath": "docblocks/docs/tech/acp/session/stop.md",
876
+ "tags": [
877
+ "acp",
878
+ "session"
879
+ ],
880
+ "kind": "reference",
881
+ "visibility": "public"
882
+ },
883
+ {
884
+ "id": "docs.tech.acp.terminal.exec",
885
+ "title": "ACP terminal exec",
886
+ "summary": "Execute terminal commands via ACP.",
887
+ "route": "/docs/tech/acp/terminal/exec",
888
+ "source": "docblock",
889
+ "contentPath": "docblocks/docs/tech/acp/terminal/exec.md",
890
+ "tags": [
891
+ "acp",
892
+ "terminal"
893
+ ],
894
+ "kind": "reference",
895
+ "visibility": "public"
896
+ },
897
+ {
898
+ "id": "docs.tech.acp.tool.calls",
899
+ "title": "ACP tool calls",
900
+ "summary": "Execute ACP tool calls.",
901
+ "route": "/docs/tech/acp/tool/calls",
902
+ "source": "docblock",
903
+ "contentPath": "docblocks/docs/tech/acp/tool/calls.md",
904
+ "tags": [
905
+ "acp",
906
+ "tools"
907
+ ],
908
+ "kind": "reference",
909
+ "visibility": "public"
910
+ },
911
+ {
912
+ "id": "docs.tech.acp.transport",
913
+ "title": "ACP transport",
914
+ "summary": "Agent Client Protocol transport surfaces.",
915
+ "route": "/docs/tech/acp/transport",
916
+ "source": "docblock",
917
+ "contentPath": "docblocks/docs/tech/acp/transport.md",
918
+ "tags": [
919
+ "acp",
920
+ "transport"
921
+ ],
922
+ "kind": "reference",
923
+ "visibility": "public"
924
+ },
925
+ {
926
+ "id": "docs.tech.agent.approval.requested",
927
+ "title": "Agent approval requested event",
928
+ "summary": "Emitted when approval is required.",
929
+ "route": "/docs/tech/agent/approval/requested",
930
+ "source": "docblock",
931
+ "contentPath": "docblocks/docs/tech/agent/approval/requested.md",
932
+ "tags": [
933
+ "agent",
934
+ "event",
935
+ "approval"
936
+ ],
937
+ "kind": "reference",
938
+ "visibility": "public"
939
+ },
940
+ {
941
+ "id": "docs.tech.agent.approvals",
942
+ "title": "Agent approvals",
943
+ "summary": "Resolve an agent approval request.",
944
+ "route": "/docs/tech/agent/approvals",
945
+ "source": "docblock",
946
+ "contentPath": "docblocks/docs/tech/agent/approvals.md",
947
+ "tags": [
948
+ "agent",
949
+ "approval"
950
+ ],
951
+ "kind": "reference",
952
+ "visibility": "public"
953
+ },
954
+ {
955
+ "id": "docs.tech.agent.artifacts",
956
+ "title": "Agent artifacts",
957
+ "summary": "List artifacts produced by an agent run.",
958
+ "route": "/docs/tech/agent/artifacts",
959
+ "source": "docblock",
960
+ "contentPath": "docblocks/docs/tech/agent/artifacts.md",
961
+ "tags": [
962
+ "agent",
963
+ "artifacts"
964
+ ],
965
+ "kind": "reference",
966
+ "visibility": "public"
967
+ },
968
+ {
969
+ "id": "docs.tech.agent.cancel",
970
+ "title": "Cancel agent run",
971
+ "summary": "Cancel an in-flight agent run.",
972
+ "route": "/docs/tech/agent/cancel",
973
+ "source": "docblock",
974
+ "contentPath": "docblocks/docs/tech/agent/cancel.md",
975
+ "tags": [
976
+ "agent",
977
+ "cancel"
978
+ ],
979
+ "kind": "reference",
980
+ "visibility": "public"
981
+ },
982
+ {
983
+ "id": "docs.tech.agent.execution",
984
+ "title": "Agent execution",
985
+ "summary": "Background agent execution, approvals, and artifacts.",
986
+ "route": "/docs/tech/agent/execution",
987
+ "source": "docblock",
988
+ "contentPath": "docblocks/docs/tech/agent/execution.md",
989
+ "tags": [
990
+ "agent",
991
+ "execution"
992
+ ],
993
+ "kind": "reference",
994
+ "visibility": "public"
995
+ },
996
+ {
997
+ "id": "docs.tech.agent.memory-tools",
998
+ "title": "Memory tools",
999
+ "summary": "Model-accessible CRUD for agent memory and ephemeral knowledge.",
1000
+ "route": "/docs/tech/agent/memory-tools",
1001
+ "source": "docblock",
1002
+ "contentPath": "docblocks/docs/tech/agent/memory-tools.md",
1003
+ "tags": [
1004
+ "agent",
1005
+ "memory",
1006
+ "tools"
1007
+ ],
1008
+ "kind": "reference",
1009
+ "visibility": "public"
1010
+ },
1011
+ {
1012
+ "id": "docs.tech.agent.operations-as-tools",
1013
+ "title": "Operations as tools",
1014
+ "summary": "Reference ContractSpec operations as agent tools. One contract to many surfaces.",
1015
+ "route": "/docs/tech/agent/operations-as-tools",
1016
+ "source": "docblock",
1017
+ "contentPath": "docblocks/docs/tech/agent/operations-as-tools.md",
1018
+ "tags": [
1019
+ "agent",
1020
+ "tools",
1021
+ "operations"
1022
+ ],
1023
+ "kind": "reference",
1024
+ "visibility": "public"
1025
+ },
1026
+ {
1027
+ "id": "docs.tech.agent.run",
1028
+ "title": "Run agent",
1029
+ "summary": "Submit a background agent run.",
1030
+ "route": "/docs/tech/agent/run",
1031
+ "source": "docblock",
1032
+ "contentPath": "docblocks/docs/tech/agent/run.md",
1033
+ "tags": [
1034
+ "agent",
1035
+ "run"
1036
+ ],
1037
+ "kind": "reference",
1038
+ "visibility": "public"
1039
+ },
1040
+ {
1041
+ "id": "docs.tech.agent.run.audit",
1042
+ "title": "Agent run audit presentation",
1043
+ "summary": "Presentation spec for agent run audit views.",
1044
+ "route": "/docs/tech/agent/run/audit",
1045
+ "source": "docblock",
1046
+ "contentPath": "docblocks/docs/tech/agent/run/audit.md",
1047
+ "tags": [
1048
+ "agent",
1049
+ "presentation",
1050
+ "audit"
1051
+ ],
1052
+ "kind": "reference",
1053
+ "visibility": "public"
1054
+ },
1055
+ {
1056
+ "id": "docs.tech.agent.run.completed",
1057
+ "title": "Agent run completed event",
1058
+ "summary": "Emitted when an agent run completes.",
1059
+ "route": "/docs/tech/agent/run/completed",
1060
+ "source": "docblock",
1061
+ "contentPath": "docblocks/docs/tech/agent/run/completed.md",
1062
+ "tags": [
1063
+ "agent",
1064
+ "event"
1065
+ ],
1066
+ "kind": "reference",
1067
+ "visibility": "public"
1068
+ },
1069
+ {
1070
+ "id": "docs.tech.agent.run.failed",
1071
+ "title": "Agent run failed event",
1072
+ "summary": "Emitted when an agent run fails.",
1073
+ "route": "/docs/tech/agent/run/failed",
1074
+ "source": "docblock",
1075
+ "contentPath": "docblocks/docs/tech/agent/run/failed.md",
1076
+ "tags": [
1077
+ "agent",
1078
+ "event"
1079
+ ],
1080
+ "kind": "reference",
1081
+ "visibility": "public"
1082
+ },
1083
+ {
1084
+ "id": "docs.tech.agent.run.form",
1085
+ "title": "Agent run form",
1086
+ "summary": "Form specification for launching an agent run.",
1087
+ "route": "/docs/tech/agent/run/form",
1088
+ "source": "docblock",
1089
+ "contentPath": "docblocks/docs/tech/agent/run/form.md",
1090
+ "tags": [
1091
+ "agent",
1092
+ "form"
1093
+ ],
1094
+ "kind": "reference",
1095
+ "visibility": "public"
1096
+ },
1097
+ {
1098
+ "id": "docs.tech.agent.run.index",
1099
+ "title": "Agent run index view",
1100
+ "summary": "Data view for listing agent runs.",
1101
+ "route": "/docs/tech/agent/run/index",
1102
+ "source": "docblock",
1103
+ "contentPath": "docblocks/docs/tech/agent/run/index.md",
1104
+ "tags": [
1105
+ "agent",
1106
+ "data-view"
1107
+ ],
1108
+ "kind": "reference",
1109
+ "visibility": "public"
1110
+ },
1111
+ {
1112
+ "id": "docs.tech.agent.run.started",
1113
+ "title": "Agent run started event",
1114
+ "summary": "Emitted when an agent run starts.",
1115
+ "route": "/docs/tech/agent/run/started",
1116
+ "source": "docblock",
1117
+ "contentPath": "docblocks/docs/tech/agent/run/started.md",
1118
+ "tags": [
1119
+ "agent",
1120
+ "event"
1121
+ ],
1122
+ "kind": "reference",
1123
+ "visibility": "public"
1124
+ },
1125
+ {
1126
+ "id": "docs.tech.agent.status",
1127
+ "title": "Agent status",
1128
+ "summary": "Query agent run status.",
1129
+ "route": "/docs/tech/agent/status",
1130
+ "source": "docblock",
1131
+ "contentPath": "docblocks/docs/tech/agent/status.md",
1132
+ "tags": [
1133
+ "agent",
1134
+ "status"
1135
+ ],
1136
+ "kind": "reference",
1137
+ "visibility": "public"
1138
+ },
1139
+ {
1140
+ "id": "docs.tech.agent.subagents",
1141
+ "title": "Subagents",
1142
+ "summary": "Delegate tasks to subagents with streaming and isolated context.",
1143
+ "route": "/docs/tech/agent/subagents",
1144
+ "source": "docblock",
1145
+ "contentPath": "docblocks/docs/tech/agent/subagents.md",
1146
+ "tags": [
1147
+ "agent",
1148
+ "subagents",
1149
+ "delegation"
1150
+ ],
1151
+ "kind": "reference",
1152
+ "visibility": "public"
1153
+ },
1154
+ {
1155
+ "id": "docs.tech.agent.workflow-integration",
1156
+ "title": "Workflow-agent integration",
1157
+ "summary": "Patterns for orchestrator-worker, workflow steps, and evaluator loops.",
1158
+ "route": "/docs/tech/agent/workflow-integration",
1159
+ "source": "docblock",
1160
+ "contentPath": "docblocks/docs/tech/agent/workflow-integration.md",
1161
+ "tags": [
1162
+ "agent",
1163
+ "workflow",
1164
+ "orchestrator"
1165
+ ],
1166
+ "kind": "reference",
1167
+ "visibility": "public"
1168
+ },
1169
+ {
1170
+ "id": "docs.tech.context.pack.describe",
1171
+ "title": "Describe context pack",
1172
+ "summary": "Describe a context pack and its sources.",
1173
+ "route": "/docs/tech/context/pack/describe",
1174
+ "source": "docblock",
1175
+ "contentPath": "docblocks/docs/tech/context/pack/describe.md",
1176
+ "tags": [
1177
+ "context",
1178
+ "pack",
1179
+ "describe"
1180
+ ],
1181
+ "kind": "reference",
1182
+ "visibility": "public"
1183
+ },
1184
+ {
1185
+ "id": "docs.tech.context.pack.search",
1186
+ "title": "Search context packs",
1187
+ "summary": "Search and filter context packs and snapshots.",
1188
+ "route": "/docs/tech/context/pack/search",
1189
+ "source": "docblock",
1190
+ "contentPath": "docblocks/docs/tech/context/pack/search.md",
1191
+ "tags": [
1192
+ "context",
1193
+ "pack",
1194
+ "search"
1195
+ ],
1196
+ "kind": "reference",
1197
+ "visibility": "public"
1198
+ },
1199
+ {
1200
+ "id": "docs.tech.context.pack.search.form",
1201
+ "title": "Context pack search form",
1202
+ "summary": "Form used to search context packs in UI surfaces.",
1203
+ "route": "/docs/tech/context/pack/search-form",
1204
+ "source": "docblock",
1205
+ "contentPath": "docblocks/docs/tech/context/pack/search/form.md",
1206
+ "tags": [
1207
+ "context",
1208
+ "form",
1209
+ "search"
1210
+ ],
1211
+ "kind": "reference",
1212
+ "visibility": "public"
1213
+ },
1214
+ {
1215
+ "id": "docs.tech.context.pack.snapshot",
1216
+ "title": "Create context snapshot",
1217
+ "summary": "Create an immutable context snapshot from a pack.",
1218
+ "route": "/docs/tech/context/pack/snapshot",
1219
+ "source": "docblock",
1220
+ "contentPath": "docblocks/docs/tech/context/pack/snapshot.md",
1221
+ "tags": [
1222
+ "context",
1223
+ "snapshot",
1224
+ "create"
1225
+ ],
1226
+ "kind": "reference",
1227
+ "visibility": "public"
1228
+ },
1229
+ {
1230
+ "id": "docs.tech.context.snapshot.created",
1231
+ "title": "Context snapshot created event",
1232
+ "summary": "Emitted when a context snapshot is created.",
1233
+ "route": "/docs/tech/context/snapshot/created",
1234
+ "source": "docblock",
1235
+ "contentPath": "docblocks/docs/tech/context/snapshot/created.md",
1236
+ "tags": [
1237
+ "context",
1238
+ "snapshot",
1239
+ "event"
1240
+ ],
1241
+ "kind": "reference",
1242
+ "visibility": "public"
1243
+ },
1244
+ {
1245
+ "id": "docs.tech.context.snapshot.index",
1246
+ "title": "Context snapshot index view",
1247
+ "summary": "Data view for listing context snapshots.",
1248
+ "route": "/docs/tech/context/snapshot/index",
1249
+ "source": "docblock",
1250
+ "contentPath": "docblocks/docs/tech/context/snapshot/index.md",
1251
+ "tags": [
1252
+ "context",
1253
+ "snapshot",
1254
+ "data-view"
1255
+ ],
1256
+ "kind": "reference",
1257
+ "visibility": "public"
1258
+ },
1259
+ {
1260
+ "id": "docs.tech.context.snapshot.presentation",
1261
+ "title": "Context snapshot presentation",
1262
+ "summary": "Presentation spec for snapshot summaries.",
1263
+ "route": "/docs/tech/context/snapshot/presentation",
1264
+ "source": "docblock",
1265
+ "contentPath": "docblocks/docs/tech/context/snapshot/presentation.md",
1266
+ "tags": [
1267
+ "context",
1268
+ "presentation",
1269
+ "snapshot"
1270
+ ],
1271
+ "kind": "reference",
1272
+ "visibility": "public"
1273
+ },
1274
+ {
1275
+ "id": "docs.tech.context.system",
1276
+ "title": "Context system",
1277
+ "summary": "Context packs, snapshots, and discovery surfaces.",
1278
+ "route": "/docs/tech/context/system",
1279
+ "source": "docblock",
1280
+ "contentPath": "docblocks/docs/tech/context/system.md",
1281
+ "tags": [
1282
+ "context",
1283
+ "system",
1284
+ "snapshot"
1285
+ ],
1286
+ "kind": "reference",
1287
+ "visibility": "public"
1288
+ },
1289
+ {
1290
+ "id": "docs.tech.contracts.app-config",
1291
+ "title": "App Configuration Layers",
1292
+ "summary": "App orchestration is split into three explicit layers:",
1293
+ "route": "/docs/tech/contracts/app-config",
1294
+ "source": "docblock",
1295
+ "contentPath": "docblocks/docs/tech/contracts/app-config.md",
1296
+ "tags": [
1297
+ "tech",
1298
+ "contracts",
1299
+ "app-config"
1300
+ ],
1301
+ "kind": "reference",
1302
+ "visibility": "public"
1303
+ },
1304
+ {
1305
+ "id": "docs.tech.contracts.capabilities",
1306
+ "title": "CapabilitySpec Overview",
1307
+ "summary": "Capability specs define what a module provides (operations, events, presentations) and requires (dependencies). They enable bidirectional linking, inheritance, runtime enforcement, and automated validation.",
1308
+ "route": "/docs/tech/contracts/capabilities",
1309
+ "source": "docblock",
1310
+ "contentPath": "docblocks/docs/tech/contracts/capabilities.md",
1311
+ "tags": [
1312
+ "tech",
1313
+ "contracts",
1314
+ "capabilities"
1315
+ ],
1316
+ "kind": "reference",
1317
+ "visibility": "public"
1318
+ },
1319
+ {
1320
+ "id": "docs.tech.contracts.data-views",
1321
+ "title": "DataViewSpec Overview",
1322
+ "summary": "`DataViewSpec` is the declarative contract for projecting entities into list/detail/table/grid experiences. Each spec ties to contract operations (`source.primary`, `source.item`) and describes how the UI should present, sort, filter, paginate, and pin records. Host applications use the spec to render UI with shared components (`DataViewRenderer`, `DataViewList`, `DataViewTable`, `DataViewDetail`) while keeping presentation logic in a single source of truth.",
1323
+ "route": "/docs/tech/contracts/data-views",
1324
+ "source": "docblock",
1325
+ "contentPath": "docblocks/docs/tech/contracts/data-views.md",
1326
+ "tags": [
1327
+ "tech",
1328
+ "contracts",
1329
+ "data-views"
1330
+ ],
1331
+ "kind": "reference",
1332
+ "visibility": "public"
1333
+ },
1334
+ {
1335
+ "id": "docs.tech.contracts.examples",
1336
+ "title": "Example Specifications",
1337
+ "summary": "ExampleSpec defines complete, demonstrable ContractSpec applications.",
1338
+ "route": "/docs/tech/contracts/examples",
1339
+ "source": "docblock",
1340
+ "contentPath": "docblocks/docs/tech/contracts/examples.md",
1341
+ "tags": [
1342
+ "tech",
1343
+ "contracts",
1344
+ "examples",
1345
+ "templates"
1346
+ ],
1347
+ "kind": "reference",
1348
+ "visibility": "public"
1349
+ },
1350
+ {
1351
+ "id": "docs.tech.contracts.experiments",
1352
+ "title": "ExperimentSpec & ExperimentEvaluator",
1353
+ "summary": "Use experiments to test alternative workflows, data views, or themes with controlled allocations and measurable outcomes.",
1354
+ "route": "/docs/tech/contracts/experiments",
1355
+ "source": "docblock",
1356
+ "contentPath": "docblocks/docs/tech/contracts/experiments.md",
1357
+ "tags": [
1358
+ "tech",
1359
+ "contracts",
1360
+ "experiments"
1361
+ ],
1362
+ "kind": "reference",
1363
+ "visibility": "public"
1364
+ },
1365
+ {
1366
+ "id": "docs.tech.contracts.forms",
1367
+ "title": "Contracts: FormSpec",
1368
+ "summary": "This document defines the canonical contracts for declarative forms.",
1369
+ "route": "/docs/tech/contracts/forms",
1370
+ "source": "docblock",
1371
+ "contentPath": "docblocks/docs/tech/contracts/forms.md",
1372
+ "tags": [
1373
+ "tech",
1374
+ "contracts",
1375
+ "forms"
1376
+ ],
1377
+ "kind": "reference",
1378
+ "visibility": "public"
1379
+ },
1380
+ {
1381
+ "id": "docs.tech.contracts.knowledge",
1382
+ "title": "Knowledge Layer",
1383
+ "summary": "The knowledge layer turns unstructured inputs (uploads, email threads,",
1384
+ "route": "/docs/tech/contracts/knowledge",
1385
+ "source": "docblock",
1386
+ "contentPath": "docblocks/docs/tech/contracts/knowledge.md",
1387
+ "tags": [
1388
+ "tech",
1389
+ "contracts",
1390
+ "knowledge"
1391
+ ],
1392
+ "kind": "reference",
1393
+ "visibility": "public"
1394
+ },
1395
+ {
1396
+ "id": "docs.tech.contracts.migrations",
1397
+ "title": "MigrationSpec Overview",
1398
+ "summary": "`MigrationSpec` provides a declarative plan for schema/data/validation steps so migrations can be generated, reviewed, and executed safely by tooling. Each spec captures ownership metadata, ordered up/down steps, and optional dependency information. Runtime tooling can consume the spec to run SQL/data scripts with pre/post checks and produce audit logs.",
1399
+ "route": "/docs/tech/contracts/migrations",
1400
+ "source": "docblock",
1401
+ "contentPath": "docblocks/docs/tech/contracts/migrations.md",
1402
+ "tags": [
1403
+ "tech",
1404
+ "contracts",
1405
+ "migrations"
1406
+ ],
1407
+ "kind": "reference",
1408
+ "visibility": "public"
1409
+ },
1410
+ {
1411
+ "id": "docs.tech.contracts.openapi-export",
1412
+ "title": "OpenAPI export (OpenAPI 3.1) from OperationSpecRegistry",
1413
+ "summary": "Generate a deterministic OpenAPI document from a OperationSpecRegistry using jsonSchemaForSpec + REST transport metadata.",
1414
+ "route": "/docs/tech/contracts/openapi-export",
1415
+ "source": "docblock",
1416
+ "contentPath": "docblocks/docs/tech/contracts/openapi-export.md",
1417
+ "tags": [
1418
+ "contracts",
1419
+ "openapi",
1420
+ "rest"
1421
+ ],
1422
+ "kind": "reference",
1423
+ "visibility": "public"
1424
+ },
1425
+ {
1426
+ "id": "docs.tech.contracts.ops-to-presentation-linking",
1427
+ "title": "Ops Presentation linking (V2)",
1428
+ "summary": "This document explains how operations (OperationSpec) are linked to Presentations (PresentationSpec) via Feature modules.",
1429
+ "route": "/docs/tech/contracts/ops-to-presentation-linking",
1430
+ "source": "docblock",
1431
+ "contentPath": "docblocks/docs/tech/contracts/ops-to-presentation-linking.md",
1432
+ "tags": [
1433
+ "tech",
1434
+ "contracts",
1435
+ "ops-to-presentation-linking"
1436
+ ],
1437
+ "kind": "reference",
1438
+ "visibility": "public"
1439
+ },
1440
+ {
1441
+ "id": "docs.tech.contracts.policy",
1442
+ "title": "PolicySpec & PolicyEngine",
1443
+ "summary": "`PolicySpec` gives a declarative, typed home for access-control logic covering:",
1444
+ "route": "/docs/tech/contracts/policy",
1445
+ "source": "docblock",
1446
+ "contentPath": "docblocks/docs/tech/contracts/policy.md",
1447
+ "tags": [
1448
+ "tech",
1449
+ "contracts",
1450
+ "policy"
1451
+ ],
1452
+ "kind": "reference",
1453
+ "visibility": "public"
1454
+ },
1455
+ {
1456
+ "id": "docs.tech.contracts.presentations",
1457
+ "title": "Presentations — Unified Descriptor & Transform Engine",
1458
+ "summary": "How PresentationSpec and TransformEngine keep docs/renderers consistent.",
1459
+ "route": "/docs/tech/contracts/presentations",
1460
+ "source": "docblock",
1461
+ "contentPath": "docblocks/docs/tech/contracts/presentations.md",
1462
+ "tags": [
1463
+ "presentations",
1464
+ "docs",
1465
+ "mcp"
1466
+ ],
1467
+ "kind": "reference",
1468
+ "visibility": "public"
1469
+ },
1470
+ {
1471
+ "id": "docs.tech.contracts.presentations-conventions",
1472
+ "title": "Presentations Conventions (A11y & i18n)",
1473
+ "summary": "- Always provide `meta.description` (≥ 3 chars) — used by a11y/docs/agents.",
1474
+ "route": "/docs/tech/contracts/presentations-conventions",
1475
+ "source": "docblock",
1476
+ "contentPath": "docblocks/docs/tech/contracts/presentations-conventions.md",
1477
+ "tags": [
1478
+ "tech",
1479
+ "contracts",
1480
+ "presentations-conventions"
1481
+ ],
1482
+ "kind": "reference",
1483
+ "visibility": "public"
1484
+ },
1485
+ {
1486
+ "id": "docs.tech.contracts.README",
1487
+ "title": "Contracts: Specs, Registry, Handlers, Adapters",
1488
+ "summary": "- `packages/lssm/libs/contracts` defines the contracts core (OperationSpecRegistry, OperationSpec, PresentationSpec, install helpers, REST/MCP adapters, ...).",
1489
+ "route": "/docs/tech/contracts/README",
1490
+ "source": "docblock",
1491
+ "contentPath": "docblocks/docs/tech/contracts/README.md",
1492
+ "tags": [
1493
+ "tech",
1494
+ "contracts",
1495
+ "README"
1496
+ ],
1497
+ "kind": "reference",
1498
+ "visibility": "public"
1499
+ },
1500
+ {
1501
+ "id": "docs.tech.contracts.regenerator",
1502
+ "title": "Regenerator Service",
1503
+ "summary": "The Regenerator daemon observes telemetry, error, and behavior streams, then suggests spec-level changes (not code patches) that can be reviewed and applied through the App Studio.",
1504
+ "route": "/docs/tech/contracts/regenerator",
1505
+ "source": "docblock",
1506
+ "contentPath": "docblocks/docs/tech/contracts/regenerator.md",
1507
+ "tags": [
1508
+ "tech",
1509
+ "contracts",
1510
+ "regenerator"
1511
+ ],
1512
+ "kind": "reference",
1513
+ "visibility": "public"
1514
+ },
1515
+ {
1516
+ "id": "docs.tech.contracts.telemetry",
1517
+ "title": "TelemetrySpec",
1518
+ "summary": "Telemetry specs describe product analytics in a durable, type-safe way. They reference existing `EventSpec`s (same name/version) but layer on privacy classification, retention, sampling, and anomaly detection so instrumentation stays compliant and observable.",
1519
+ "route": "/docs/tech/contracts/telemetry",
1520
+ "source": "docblock",
1521
+ "contentPath": "docblocks/docs/tech/contracts/telemetry.md",
1522
+ "tags": [
1523
+ "tech",
1524
+ "contracts",
1525
+ "telemetry"
1526
+ ],
1527
+ "kind": "reference",
1528
+ "visibility": "public"
1529
+ },
1530
+ {
1531
+ "id": "docs.tech.contracts.tests",
1532
+ "title": "TestSpec & TestRunner",
1533
+ "summary": "Use `TestSpec` to describe end-to-end scenarios for contracts and workflows. Specs live alongside your contracts and exercise the same OperationSpecRegistry handlers the app uses.",
1534
+ "route": "/docs/tech/contracts/tests",
1535
+ "source": "docblock",
1536
+ "contentPath": "docblocks/docs/tech/contracts/tests.md",
1537
+ "tags": [
1538
+ "tech",
1539
+ "contracts",
1540
+ "tests"
1541
+ ],
1542
+ "kind": "reference",
1543
+ "visibility": "public"
1544
+ },
1545
+ {
1546
+ "id": "docs.tech.contracts.themes",
1547
+ "title": "ThemeSpec Overview",
1548
+ "summary": "`ThemeSpec` defines a structured, versioned source of truth for design tokens, component variants, and scoped overrides. Use it to describe how tenants or individual users should experience the design system without hand-maintaining ad-hoc theme files. Specs live in `@contractspec/lib.contracts-spec`, making them accessible to generators, docs, and runtime tooling.",
1549
+ "route": "/docs/tech/contracts/themes",
1550
+ "source": "docblock",
1551
+ "contentPath": "docblocks/docs/tech/contracts/themes.md",
1552
+ "tags": [
1553
+ "tech",
1554
+ "contracts",
1555
+ "themes"
1556
+ ],
1557
+ "kind": "reference",
1558
+ "visibility": "public"
1559
+ },
1560
+ {
1561
+ "id": "docs.tech.contracts.workspace-config",
1562
+ "title": "Workspace Configuration (.contractsrc)",
1563
+ "summary": "Configuration-as-code conventions for ContractSpec workspaces (`.contractsrc.json`).",
1564
+ "route": "/docs/tech/contracts/workspace-config",
1565
+ "source": "docblock",
1566
+ "contentPath": "docblocks/docs/tech/contracts/workspace-config.md",
1567
+ "tags": [
1568
+ "tech",
1569
+ "contracts",
1570
+ "config"
1571
+ ],
1572
+ "kind": "reference",
1573
+ "visibility": "public"
1574
+ },
1575
+ {
1576
+ "id": "docs.tech.database.context",
1577
+ "title": "Database context",
1578
+ "summary": "Schema, migrations, dictionary, and read-only query surfaces.",
1579
+ "route": "/docs/tech/database/context",
1580
+ "source": "docblock",
1581
+ "contentPath": "docblocks/docs/tech/database/context.md",
1582
+ "tags": [
1583
+ "database",
1584
+ "context"
1585
+ ],
1586
+ "kind": "reference",
1587
+ "visibility": "public"
1588
+ },
1589
+ {
1590
+ "id": "docs.tech.database.dictionary.get",
1591
+ "title": "Get data dictionary entry",
1592
+ "summary": "Retrieve a dictionary entry for a schema field.",
1593
+ "route": "/docs/tech/database/dictionary/get",
1594
+ "source": "docblock",
1595
+ "contentPath": "docblocks/docs/tech/database/dictionary/get.md",
1596
+ "tags": [
1597
+ "database",
1598
+ "dictionary"
1599
+ ],
1600
+ "kind": "reference",
1601
+ "visibility": "public"
1602
+ },
1603
+ {
1604
+ "id": "docs.tech.database.migrations.list",
1605
+ "title": "List database migrations",
1606
+ "summary": "List migration history for a database.",
1607
+ "route": "/docs/tech/database/migrations/list",
1608
+ "source": "docblock",
1609
+ "contentPath": "docblocks/docs/tech/database/migrations/list.md",
1610
+ "tags": [
1611
+ "database",
1612
+ "migrations"
1613
+ ],
1614
+ "kind": "reference",
1615
+ "visibility": "public"
1616
+ },
1617
+ {
1618
+ "id": "docs.tech.database.query.readonly",
1619
+ "title": "Read-only data query",
1620
+ "summary": "Perform a governed read-only query via data views.",
1621
+ "route": "/docs/tech/database/query/readonly",
1622
+ "source": "docblock",
1623
+ "contentPath": "docblocks/docs/tech/database/query/readonly.md",
1624
+ "tags": [
1625
+ "database",
1626
+ "query",
1627
+ "readonly"
1628
+ ],
1629
+ "kind": "reference",
1630
+ "visibility": "public"
1631
+ },
1632
+ {
1633
+ "id": "docs.tech.database.schema.describe",
1634
+ "title": "Describe database schema",
1635
+ "summary": "Describe schemas and models with PII signals.",
1636
+ "route": "/docs/tech/database/schema/describe",
1637
+ "source": "docblock",
1638
+ "contentPath": "docblocks/docs/tech/database/schema/describe.md",
1639
+ "tags": [
1640
+ "database",
1641
+ "schema"
1642
+ ],
1643
+ "kind": "reference",
1644
+ "visibility": "public"
1645
+ },
1646
+ {
1647
+ "id": "docs.tech.database.schema.index",
1648
+ "title": "Database schema index view",
1649
+ "summary": "Data view for listing schemas and model counts.",
1650
+ "route": "/docs/tech/database/schema/index",
1651
+ "source": "docblock",
1652
+ "contentPath": "docblocks/docs/tech/database/schema/index.md",
1653
+ "tags": [
1654
+ "database",
1655
+ "data-view"
1656
+ ],
1657
+ "kind": "reference",
1658
+ "visibility": "public"
1659
+ },
1660
+ {
1661
+ "id": "docs.tech.docs-examples",
1662
+ "title": "Examples catalog",
1663
+ "summary": "Document and surface example projects with sandbox support.",
1664
+ "route": "/docs/tech/docs/examples",
1665
+ "source": "docblock",
1666
+ "contentPath": "docblocks/docs/tech/docs-examples.md",
1667
+ "tags": [
1668
+ "docs",
1669
+ "examples"
1670
+ ],
1671
+ "kind": "reference",
1672
+ "visibility": "public"
1673
+ },
1674
+ {
1675
+ "id": "docs.tech.docs-generator",
1676
+ "title": "Docs generator",
1677
+ "summary": "Generate reference docs and metadata from ContractSpecs.",
1678
+ "route": "/docs/tech/docs/generator",
1679
+ "source": "docblock",
1680
+ "contentPath": "docblocks/docs/tech/docs-generator.md",
1681
+ "tags": [
1682
+ "docs",
1683
+ "generator",
1684
+ "cli"
1685
+ ],
1686
+ "kind": "how",
1687
+ "visibility": "public"
1688
+ },
1689
+ {
1690
+ "id": "docs.tech.docs-publish",
1691
+ "title": "Docs publish",
1692
+ "summary": "Publish generated artifacts to the docs host.",
1693
+ "route": "/docs/tech/docs/publish",
1694
+ "source": "docblock",
1695
+ "contentPath": "docblocks/docs/tech/docs-publish.md",
1696
+ "tags": [
1697
+ "docs",
1698
+ "publish"
1699
+ ],
1700
+ "kind": "how",
1701
+ "visibility": "public"
1702
+ },
1703
+ {
1704
+ "id": "docs.tech.docs-reference",
1705
+ "title": "Contract reference pages",
1706
+ "summary": "Resolve any spec into a docs-ready reference payload.",
1707
+ "route": "/docs/tech/docs/reference",
1708
+ "source": "docblock",
1709
+ "contentPath": "docblocks/docs/tech/docs-reference.md",
1710
+ "tags": [
1711
+ "docs",
1712
+ "reference"
1713
+ ],
1714
+ "kind": "reference",
1715
+ "visibility": "public"
1716
+ },
1717
+ {
1718
+ "id": "docs.tech.docs-search",
1719
+ "title": "Docs index and search",
1720
+ "summary": "Search DocBlocks by query, tag, kind, or visibility.",
1721
+ "route": "/docs/tech/docs/search",
1722
+ "source": "docblock",
1723
+ "contentPath": "docblocks/docs/tech/docs-search.md",
1724
+ "tags": [
1725
+ "docs",
1726
+ "search"
1727
+ ],
1728
+ "kind": "reference",
1729
+ "visibility": "public"
1730
+ },
1731
+ {
1732
+ "id": "docs.tech.docs-system",
1733
+ "title": "Docs system overview",
1734
+ "summary": "How ContractSpec generates, indexes, and presents documentation.",
1735
+ "route": "/docs/tech/docs/system",
1736
+ "source": "docblock",
1737
+ "contentPath": "docblocks/docs/tech/docs-system.md",
1738
+ "tags": [
1739
+ "docs",
1740
+ "system",
1741
+ "contracts"
1742
+ ],
1743
+ "kind": "reference",
1744
+ "visibility": "public"
1745
+ },
1746
+ {
1747
+ "id": "docs.tech.provider-ranking.benchmark.custom.completed",
1748
+ "title": "Custom benchmark completed event",
1749
+ "summary": "Emitted when a custom benchmark run finishes.",
1750
+ "route": "/docs/tech/provider-ranking/benchmark/custom/completed",
1751
+ "source": "docblock",
1752
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/custom/completed.md",
1753
+ "tags": [
1754
+ "ai",
1755
+ "ranking",
1756
+ "event",
1757
+ "custom"
1758
+ ],
1759
+ "kind": "reference",
1760
+ "visibility": "public"
1761
+ },
1762
+ {
1763
+ "id": "docs.tech.provider-ranking.benchmark.ingest",
1764
+ "title": "Ingest benchmark data",
1765
+ "summary": "Trigger ingestion of external benchmark data.",
1766
+ "route": "/docs/tech/provider-ranking/benchmark/ingest",
1767
+ "source": "docblock",
1768
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest.md",
1769
+ "tags": [
1770
+ "ai",
1771
+ "ranking",
1772
+ "ingest"
1773
+ ],
1774
+ "kind": "reference",
1775
+ "visibility": "public"
1776
+ },
1777
+ {
1778
+ "id": "docs.tech.provider-ranking.benchmark.ingest.form",
1779
+ "title": "Benchmark ingest form",
1780
+ "summary": "Form specification for triggering benchmark ingestion.",
1781
+ "route": "/docs/tech/provider-ranking/benchmark/ingest/form",
1782
+ "source": "docblock",
1783
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingest/form.md",
1784
+ "tags": [
1785
+ "ai",
1786
+ "ranking",
1787
+ "form"
1788
+ ],
1789
+ "kind": "reference",
1790
+ "visibility": "public"
1791
+ },
1792
+ {
1793
+ "id": "docs.tech.provider-ranking.benchmark.ingested",
1794
+ "title": "Benchmark ingested event",
1795
+ "summary": "Emitted after external benchmark data is ingested.",
1796
+ "route": "/docs/tech/provider-ranking/benchmark/ingested",
1797
+ "source": "docblock",
1798
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/ingested.md",
1799
+ "tags": [
1800
+ "ai",
1801
+ "ranking",
1802
+ "event"
1803
+ ],
1804
+ "kind": "reference",
1805
+ "visibility": "public"
1806
+ },
1807
+ {
1808
+ "id": "docs.tech.provider-ranking.benchmark.results.index",
1809
+ "title": "Benchmark results view",
1810
+ "summary": "Data view for raw benchmark results.",
1811
+ "route": "/docs/tech/provider-ranking/benchmark/results/index",
1812
+ "source": "docblock",
1813
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/index.md",
1814
+ "tags": [
1815
+ "ai",
1816
+ "ranking",
1817
+ "data-view"
1818
+ ],
1819
+ "kind": "reference",
1820
+ "visibility": "public"
1821
+ },
1822
+ {
1823
+ "id": "docs.tech.provider-ranking.benchmark.results.list",
1824
+ "title": "List benchmark results",
1825
+ "summary": "List raw benchmark results.",
1826
+ "route": "/docs/tech/provider-ranking/benchmark/results/list",
1827
+ "source": "docblock",
1828
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/results/list.md",
1829
+ "tags": [
1830
+ "ai",
1831
+ "ranking",
1832
+ "results"
1833
+ ],
1834
+ "kind": "reference",
1835
+ "visibility": "public"
1836
+ },
1837
+ {
1838
+ "id": "docs.tech.provider-ranking.benchmark.run-custom",
1839
+ "title": "Run custom benchmark",
1840
+ "summary": "Launch a custom benchmark evaluation against a model.",
1841
+ "route": "/docs/tech/provider-ranking/benchmark/run-custom",
1842
+ "source": "docblock",
1843
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom.md",
1844
+ "tags": [
1845
+ "ai",
1846
+ "ranking",
1847
+ "custom",
1848
+ "eval"
1849
+ ],
1850
+ "kind": "reference",
1851
+ "visibility": "public"
1852
+ },
1853
+ {
1854
+ "id": "docs.tech.provider-ranking.benchmark.run-custom.form",
1855
+ "title": "Custom benchmark form",
1856
+ "summary": "Form specification for launching custom benchmarks.",
1857
+ "route": "/docs/tech/provider-ranking/benchmark/run-custom/form",
1858
+ "source": "docblock",
1859
+ "contentPath": "docblocks/docs/tech/provider-ranking/benchmark/run-custom/form.md",
1860
+ "tags": [
1861
+ "ai",
1862
+ "ranking",
1863
+ "form"
1864
+ ],
1865
+ "kind": "reference",
1866
+ "visibility": "public"
1867
+ },
1868
+ {
1869
+ "id": "docs.tech.provider-ranking.model.comparison",
1870
+ "title": "Model comparison presentation",
1871
+ "summary": "Presentation spec for side-by-side model comparison.",
1872
+ "route": "/docs/tech/provider-ranking/model/comparison",
1873
+ "source": "docblock",
1874
+ "contentPath": "docblocks/docs/tech/provider-ranking/model/comparison.md",
1875
+ "tags": [
1876
+ "ai",
1877
+ "ranking",
1878
+ "presentation",
1879
+ "comparison"
1880
+ ],
1881
+ "kind": "reference",
1882
+ "visibility": "public"
1883
+ },
1884
+ {
1885
+ "id": "docs.tech.provider-ranking.model.profile.get",
1886
+ "title": "Get model profile",
1887
+ "summary": "Get detailed profile for a single model.",
1888
+ "route": "/docs/tech/provider-ranking/model/profile/get",
1889
+ "source": "docblock",
1890
+ "contentPath": "docblocks/docs/tech/provider-ranking/model/profile/get.md",
1891
+ "tags": [
1892
+ "ai",
1893
+ "ranking",
1894
+ "model",
1895
+ "profile"
1896
+ ],
1897
+ "kind": "reference",
1898
+ "visibility": "public"
1899
+ },
1900
+ {
1901
+ "id": "docs.tech.provider-ranking.ranking.get",
1902
+ "title": "Get provider rankings",
1903
+ "summary": "Get ranked list of providers and models.",
1904
+ "route": "/docs/tech/provider-ranking/ranking/get",
1905
+ "source": "docblock",
1906
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/get.md",
1907
+ "tags": [
1908
+ "ai",
1909
+ "ranking",
1910
+ "leaderboard"
1911
+ ],
1912
+ "kind": "reference",
1913
+ "visibility": "public"
1914
+ },
1915
+ {
1916
+ "id": "docs.tech.provider-ranking.ranking.index",
1917
+ "title": "Provider rankings view",
1918
+ "summary": "Data view for the model leaderboard.",
1919
+ "route": "/docs/tech/provider-ranking/ranking/index",
1920
+ "source": "docblock",
1921
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/index.md",
1922
+ "tags": [
1923
+ "ai",
1924
+ "ranking",
1925
+ "data-view"
1926
+ ],
1927
+ "kind": "reference",
1928
+ "visibility": "public"
1929
+ },
1930
+ {
1931
+ "id": "docs.tech.provider-ranking.ranking.refresh",
1932
+ "title": "Refresh rankings",
1933
+ "summary": "Recompute composite rankings from latest benchmark data.",
1934
+ "route": "/docs/tech/provider-ranking/ranking/refresh",
1935
+ "source": "docblock",
1936
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/refresh.md",
1937
+ "tags": [
1938
+ "ai",
1939
+ "ranking",
1940
+ "refresh"
1941
+ ],
1942
+ "kind": "reference",
1943
+ "visibility": "public"
1944
+ },
1945
+ {
1946
+ "id": "docs.tech.provider-ranking.ranking.updated",
1947
+ "title": "Ranking updated event",
1948
+ "summary": "Emitted when composite rankings are recomputed.",
1949
+ "route": "/docs/tech/provider-ranking/ranking/updated",
1950
+ "source": "docblock",
1951
+ "contentPath": "docblocks/docs/tech/provider-ranking/ranking/updated.md",
1952
+ "tags": [
1953
+ "ai",
1954
+ "ranking",
1955
+ "event"
1956
+ ],
1957
+ "kind": "reference",
1958
+ "visibility": "public"
1959
+ },
1960
+ {
1961
+ "id": "docs.tech.provider-ranking.system",
1962
+ "title": "AI Provider Ranking",
1963
+ "summary": "Benchmark ingestion, scoring, and ranking for AI providers and models.",
1964
+ "route": "/docs/tech/provider-ranking/system",
1965
+ "source": "docblock",
1966
+ "contentPath": "docblocks/docs/tech/provider-ranking/system.md",
1967
+ "tags": [
1968
+ "ai",
1969
+ "ranking",
1970
+ "benchmark"
1971
+ ],
1972
+ "kind": "reference",
1973
+ "visibility": "public"
1974
+ },
1975
+ {
1976
+ "id": "docs.tech.report-verification-table",
1977
+ "title": "Contract Verification Table",
1978
+ "summary": "How the impact report renders per-contract verification status.",
1979
+ "route": "/docs/tech/report/verification-table",
1980
+ "source": "docblock",
1981
+ "contentPath": "docblocks/docs/tech/report-verification-table.md",
1982
+ "tags": [
1983
+ "report",
1984
+ "drift",
1985
+ "verification",
1986
+ "impact"
1987
+ ],
1988
+ "kind": "how",
1989
+ "visibility": "public",
1990
+ "owners": [
1991
+ "platform.core"
1992
+ ]
1993
+ },
1994
+ {
1995
+ "id": "docs.tech.workflows.overview",
1996
+ "title": "WorkflowSpec Overview",
1997
+ "summary": "WorkflowSpec provides a declarative, versioned format for long-running flows that mix automation and human review, including runtime adapter capabilities/ports for checkpointing, suspend-resume orchestration, and explicit waiting/retry states. Specs stay inside `@contractspec/lib.contracts-spec` (`src/workflow/spec.ts`) so the same definition powers runtime execution, documentation, and future generation.",
1998
+ "route": "/docs/tech/workflows/overview",
1999
+ "source": "docblock",
2000
+ "contentPath": "docblocks/docs/tech/workflows/overview.md",
2001
+ "tags": [
2002
+ "tech",
2003
+ "workflows",
2004
+ "overview"
2005
+ ],
2006
+ "kind": "reference",
2007
+ "visibility": "public"
2008
+ }
2009
+ ]