@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.
- package/.turbo/turbo-build.log +238 -230
- package/CHANGELOG.md +88 -0
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/components/docs/getting-started/index.js +46 -10
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/components/docs/guides/index.d.ts +1 -0
- package/dist/components/docs/guides/index.js +139 -44
- package/dist/components/docs/index.js +586 -266
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +217 -64
- package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/components/docs/specs/index.js +37 -1
- package/dist/index.js +597 -277
- package/dist/libs/posthog/client.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/node/components/docs/getting-started/index.js +46 -10
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/node/components/docs/guides/index.js +139 -44
- package/dist/node/components/docs/index.js +586 -266
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/index.js +217 -64
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/node/components/docs/specs/index.js +37 -1
- package/dist/node/index.js +597 -277
- package/dist/node/libs/posthog/client.js +1 -1
- package/package.json +71 -23
- package/src/components/docs/docsManifest.ts +22 -0
- package/src/components/docs/generated/docs-index._common.json +2008 -1699
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
- package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
- package/src/components/docs/guides/guides.docblocks.ts +12 -0
- package/src/components/docs/guides/index.ts +1 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
- package/src/libs/posthog/client.ts +11 -9
|
@@ -1,1700 +1,2009 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
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
|
+
]
|