@yansirplus/cli 0.5.17 → 0.5.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/README.md +12 -6
  2. package/agent-catalog/agentOS/SKILL.md +22 -0
  3. package/agent-catalog/agentOS/references/agent/decision-graph.json +530 -0
  4. package/agent-catalog/agentOS/references/agent/errors.json +497 -0
  5. package/agent-catalog/agentOS/references/agent/invariant-matrix.json +337 -0
  6. package/agent-catalog/agentOS/references/agent/primitives.json +989 -0
  7. package/agent-catalog/agentOS/references/agent/recipes.json +109 -0
  8. package/agent-catalog/agentOS/references/agent/start-here.md +25 -0
  9. package/agent-catalog/agentOS/references/package-map.md +72 -0
  10. package/agent-catalog/agentOS/references/provenance.json +251 -0
  11. package/agent-catalog/agentOS/references/public-api/cli.md +20 -0
  12. package/agent-catalog/agentOS/references/public-api/client.md +88 -0
  13. package/agent-catalog/agentOS/references/public-api/core.md +1817 -0
  14. package/agent-catalog/agentOS/references/public-api/runtime.md +794 -0
  15. package/dist/build/agent-authoring/config.d.ts +20 -5
  16. package/dist/build/agent-authoring/config.js +132 -32
  17. package/dist/build/agent-authoring/manifest-compiler.d.ts +131 -2
  18. package/dist/build/agent-authoring/manifest-compiler.js +630 -8
  19. package/dist/build/agent-authoring/shared.d.ts +2 -0
  20. package/dist/build/agent-authoring/shared.js +2 -0
  21. package/dist/build/agent-authoring/static-target.d.ts +6 -3
  22. package/dist/build/agent-authoring/static-target.js +1807 -286
  23. package/dist/build/agent-authoring.d.ts +3 -3
  24. package/dist/build/agent-authoring.js +1 -1
  25. package/dist/build/build-cli.d.ts +1 -1
  26. package/dist/build/build-cli.js +1614 -26
  27. package/dist/check/algorithmic/client-boundary-checks.mjs +3 -34
  28. package/dist/check/algorithmic/convergence-smoke-checks.mjs +652 -6
  29. package/dist/check/algorithmic/distribution-checks.mjs +8 -7
  30. package/dist/check/algorithmic/package-boundary-checks.mjs +3 -2
  31. package/dist/check/algorithmic/repo-surface-checks.mjs +55 -1
  32. package/dist/check/algorithmic/static-target-checks.mjs +83 -5
  33. package/dist/check/algorithmic-checks.mjs +10 -17
  34. package/dist/check/default-gate.mjs +3 -3
  35. package/dist/check/effect-scan-gate.mjs +121 -0
  36. package/dist/check/package-graph.mjs +2 -32
  37. package/dist/consumer-overlay.mjs +802 -0
  38. package/dist/lib/public-api-model.mjs +19 -0
  39. package/dist/lib/repo-source-files.mjs +26 -0
  40. package/dist/lib/ts-module-loader.mjs +44 -0
  41. package/dist/lib/workspace-manifest.mjs +77 -0
  42. package/dist/main.mjs +151 -21
  43. package/package.json +8 -4
  44. package/dist/check/check-coverage.mjs +0 -231
  45. package/dist/generate/generate-agent-docs.mjs +0 -435
  46. package/dist/generate/generate-carrier-reference.mjs +0 -514
  47. package/dist/generate/generate-docs.mjs +0 -345
  48. package/dist/generate/generate-effect-skill-manifests.mjs +0 -193
  49. package/dist/generate/project-docs-site.mjs +0 -190
  50. package/dist/lib/boundary-rules.mjs +0 -63
  51. package/dist/lib/capability-routes.mjs +0 -354
  52. package/dist/lib/projection-sink.mjs +0 -113
@@ -0,0 +1,1817 @@
1
+ # @yansirplus/core Public API Intent
2
+
3
+ ## Public exports
4
+
5
+ - `.:ABORT`
6
+ - `.:AbortKind`
7
+ - `.:AdmissionImpact`
8
+ - `.:AdmissionRow`
9
+ - `.:ADMITTER_ERROR_REASON_PREFIX`
10
+ - `.:admitterErrorRejectionRef`
11
+ - `.:AdmitVerdict`
12
+ - `.:AGENT_INTENT_EVENT_KINDS`
13
+ - `.:AGENT_MANIFEST_PROJECTION_SCHEMA`
14
+ - `.:AGENT_MANIFEST_PROJECTION_TARGETS`
15
+ - `.:AGENT_SCHEMA_FINGERPRINT_VERSION`
16
+ - `.:AGENT_SETTLEMENT_EVENT_KINDS`
17
+ - `.:AgentBindings`
18
+ - `.:AgentCapabilityBindingRef`
19
+ - `.:AgentCapabilityDefinition`
20
+ - `.:AgentCapabilityIntent`
21
+ - `.:AgentCapabilityIntentMap`
22
+ - `.:AgentCapabilityIntentPayload`
23
+ - `.:AgentCapabilityIntentsOf`
24
+ - `.:AgentCapabilityMaterial`
25
+ - `.:AgentCapabilityMaterialMap`
26
+ - `.:AgentCapabilityMaterialsOf`
27
+ - `.:AgentCapabilityProjection`
28
+ - `.:AgentCapabilityProjectionIdentity`
29
+ - `.:AgentCapabilityProjectionMap`
30
+ - `.:AgentCapabilityProjectionsOf`
31
+ - `.:AgentCapabilityProjectionState`
32
+ - `.:AgentDefinitionExtension`
33
+ - `.:AgentExecutionDomainRef`
34
+ - `.:AgentHandler`
35
+ - `.:AgentHandlerBindings`
36
+ - `.:AgentHandlerContext`
37
+ - `.:AgentHandlerResult`
38
+ - `.:AgentInstructionsRef`
39
+ - `.:AgentIntent`
40
+ - `.:AgentIntentKind`
41
+ - `.:AgentInteractionRef`
42
+ - `.:AgentLlmRouteBindingRef`
43
+ - `.:AgentManifest`
44
+ - `.:AgentManifestInput`
45
+ - `.:AgentManifestProjection`
46
+ - `.:AgentManifestProjectionAgent`
47
+ - `.:AgentManifestProjectionBindings`
48
+ - `.:AgentManifestProjectionEntry`
49
+ - `.:AgentManifestProjectionTarget`
50
+ - `.:AgentMountIssue`
51
+ - `.:AgentMountPort`
52
+ - `.:AgentMountValidation`
53
+ - `.:AgentMountWarning`
54
+ - `.:agentRunAbortedEvent`
55
+ - `.:AgentRunAbortedPayload`
56
+ - `.:AgentRunAbortedPayloadSchema`
57
+ - `.:agentRunCompletedEvent`
58
+ - `.:AgentRunCompletedPayload`
59
+ - `.:AgentRunCompletedPayloadSchema`
60
+ - `.:agentRunInterruptedEvent`
61
+ - `.:AgentRunInterruptedPayload`
62
+ - `.:AgentRunInterruptedPayloadSchema`
63
+ - `.:agentRunResumedEvent`
64
+ - `.:AgentRunResumedPayload`
65
+ - `.:AgentRunResumedPayloadSchema`
66
+ - `.:agentRunStartedEvent`
67
+ - `.:AgentRunStartedPayload`
68
+ - `.:AgentRunStartedPayloadSchema`
69
+ - `.:AgentSchema`
70
+ - `.:AgentSchemaDecoder`
71
+ - `.:AgentSchemaIssue`
72
+ - `.:AgentSchemaProfileError`
73
+ - `.:AgentSchemaProjections`
74
+ - `.:AgentSchemaSource`
75
+ - `.:AgentSchemaSpec`
76
+ - `.:agentSessionTurnSubmittedEvent`
77
+ - `.:AgentSessionTurnSubmittedPayload`
78
+ - `.:AgentSessionTurnSubmittedPayloadSchema`
79
+ - `.:AgentScopeIdentityPolicy`
80
+ - `.:AgentScopeKind`
81
+ - `.:AgentSettlementKind`
82
+ - `.:AgentSubmitBindings`
83
+ - `.:AgentToolBindingRef`
84
+ - `.:AnchorRef`
85
+ - `.:AnyAgentCapabilityDefinition`
86
+ - `.:AnyAgentSchema`
87
+ - `.:AnyAgentSchemaSource`
88
+ - `.:ApprovalInputRequestResumePayload`
89
+ - `.:assertAgentSchemaProfile`
90
+ - `.:assertRuntimeLedgerTransitions`
91
+ - `.:AttemptKey`
92
+ - `.:AttemptResult`
93
+ - `.:AttemptSpec`
94
+ - `.:Authored`
95
+ - `.:AuthorityRef`
96
+ - `.:authorityRefKey`
97
+ - `.:AuthorizationGrantRef`
98
+ - `.:AuthorizationInputRequestResumePayload`
99
+ - `.:BACKEND_PROTOCOL_EVENT_PREFIXES`
100
+ - `.:BackendProtocolDispatchTarget`
101
+ - `.:BackendProtocolEventHandler`
102
+ - `.:BackendProtocolEventIdentity`
103
+ - `.:backendProtocolEventIdentityKey`
104
+ - `.:BackendProtocolLedgerEventRpc`
105
+ - `.:BackendProtocolParseFailure`
106
+ - `.:BackendProtocolParseResult`
107
+ - `.:backendProtocolProjectionKey`
108
+ - `.:BackendProtocolProjectionKey`
109
+ - `.:BackendProtocolTruthIdentity`
110
+ - `.:backendProtocolTruthIdentityKey`
111
+ - `.:BarrierCursor`
112
+ - `.:BarrierRow`
113
+ - `.:bindingMaterialRef`
114
+ - `.:BindingMaterialRef`
115
+ - `.:BindingMaterialRequirement`
116
+ - `.:BoundaryContract`
117
+ - `.:BoundaryContractIssue`
118
+ - `.:BoundaryContractValidation`
119
+ - `.:boundaryPackage`
120
+ - `.:BoundaryPackage`
121
+ - `.:BoundaryProjectionContract`
122
+ - `.:buildContextPack`
123
+ - `.:BUILTIN_HANDLER_KINDS`
124
+ - `.:BuiltinHandlerKind`
125
+ - `.:canonicalAgentSchemaJson`
126
+ - `.:canonicalizeTelemetryEventTree`
127
+ - `.:canonicalLlmSnapshotRequestJson`
128
+ - `.:canonicalLlmWireDescriptorJson`
129
+ - `.:canonicalTelemetryEventTreeJson`
130
+ - `.:capabilityIntent`
131
+ - `.:CapabilityLease`
132
+ - `.:capabilityMaterial`
133
+ - `.:capabilityProjection`
134
+ - `.:CapabilityRejected`
135
+ - `.:Carrier`
136
+ - `.:CarrierEvent`
137
+ - `.:CarrierEventPayload`
138
+ - `.:CarrierEventPayloads`
139
+ - `.:CarrierHandlers`
140
+ - `.:CarrierIndeterminateMap`
141
+ - `.:CarrierIndeterminateSpec`
142
+ - `.:CarrierKindView`
143
+ - `.:CarrierRejectMap`
144
+ - `.:CarrierRejectSpec`
145
+ - `.:CarrierSettleMap`
146
+ - `.:CarrierSettleSpec`
147
+ - `.:chatIngestedEvent`
148
+ - `.:ChatIngestedPayload`
149
+ - `.:ChatIngestedPayloadSchema`
150
+ - `.:checkProjectionSink`
151
+ - `.:ClaimRole`
152
+ - `.:ClaimValidation`
153
+ - `.:ClaimValidationIssue`
154
+ - `.:CommitterMap`
155
+ - `.:ContextFact`
156
+ - `.:ContextOmitReason`
157
+ - `.:ContextOmittedRef`
158
+ - `.:ContextPack`
159
+ - `.:ContextPackItem`
160
+ - `.:ContextPackOptions`
161
+ - `.:ContextRedactionSpan`
162
+ - `.:ContinuationAnswer`
163
+ - `.:ContinuationCause`
164
+ - `.:ContinuationRef`
165
+ - `.:continuationRefFromInterruptedEvent`
166
+ - `.:ContinuationRefFromInterruptionResult`
167
+ - `.:copyTraceContext`
168
+ - `.:CORE_CLAIMED_EVENT_NAMESPACES`
169
+ - `.:CORE_CLAIMED_PREFIXES`
170
+ - `.:CoreClaimedEventNamespace`
171
+ - `.:coreClaimedEventNamespacePrefixes`
172
+ - `.:credentialMaterialRef`
173
+ - `.:CredentialMaterialRef`
174
+ - `.:CredentialMaterialRequirement`
175
+ - `.:decideTier`
176
+ - `.:decisionContinuationCause`
177
+ - `.:DecisionContinuationCause`
178
+ - `.:DecodedOutput`
179
+ - `.:decodeLedgerEvent`
180
+ - `.:decodeQuotaConsumedPayloadSync`
181
+ - `.:decodeRecordedLedgerEvent`
182
+ - `.:decodeRecordedLedgerEventOption`
183
+ - `.:decodeResourceGrantPayloadSync`
184
+ - `.:decodeResourceReservePayloadSync`
185
+ - `.:decodeResourceReserveRejectedPayloadSync`
186
+ - `.:decodeResourceTerminalPayloadSync`
187
+ - `.:decodeRuntimeEventPayload`
188
+ - `.:decodeRuntimeLedgerEvent`
189
+ - `.:DecodeRuntimeLedgerEventResult`
190
+ - `.:decodeSubmitResult`
191
+ - `.:decodeToolArgs`
192
+ - `.:defineAgentBindings`
193
+ - `.:defineAgentManifest`
194
+ - `.:defineAgentSchema`
195
+ - `.:defineAgentSubmitBindings`
196
+ - `.:defineBoundaryContract`
197
+ - `.:defineCarrier`
198
+ - `.:DefineCarrierSpec`
199
+ - `.:defineEventKindView`
200
+ - `.:defineEventPayloads`
201
+ - `.:defineProductTool`
202
+ - `.:DefineProductToolSpec`
203
+ - `.:defineProjectionSpec`
204
+ - `.:defineSettlementContract`
205
+ - `.:defineTool`
206
+ - `.:DefineToolSpec`
207
+ - `.:defineWorkspaceAgentMount`
208
+ - `.:DELIVERY_RETRY_TRIGGER_KIND`
209
+ - `.:DeliveryReceipt`
210
+ - `.:DeploymentSpec`
211
+ - `.:Derived`
212
+ - `.:describeDispatchCause`
213
+ - `.:DeterministicToolExecutedPayload`
214
+ - `.:deterministicToolExecution`
215
+ - `.:DeterministicToolExecution`
216
+ - `.:deterministicToolInvocation`
217
+ - `.:DeterministicToolInvocation`
218
+ - `.:DISPATCH_EVENT_KINDS`
219
+ - `.:DISPATCH_INBOUND_ACCEPTED`
220
+ - `.:DISPATCH_MAX_ATTEMPTS`
221
+ - `.:DISPATCH_OUTBOUND_DELIVERED`
222
+ - `.:DISPATCH_OUTBOUND_ENQUEUED`
223
+ - `.:DISPATCH_OUTBOUND_FAILED`
224
+ - `.:DISPATCH_OUTBOUND_REQUESTED`
225
+ - `.:DISPATCH_RETRY_POLICY`
226
+ - `.:dispatchBackoffMs`
227
+ - `.:DispatchBindingRefMalformed`
228
+ - `.:dispatchCarrierRef`
229
+ - `.:dispatchDeliveryHistoryState`
230
+ - `.:DispatchDeliveryHistoryState`
231
+ - `.:DispatchDeliveryReceipt`
232
+ - `.:DispatchDeliveryResult`
233
+ - `.:DispatchEnqueueAcknowledgement`
234
+ - `.:DispatchEnvelope`
235
+ - `.:dispatchExternalEnqueueAcknowledgement`
236
+ - `.:dispatchFailedHasNoDeliveryReceipt`
237
+ - `.:dispatchLedgerDeliveryReceipt`
238
+ - `.:DispatchOutboundDeliveredPayload`
239
+ - `.:DispatchOutboundEnqueuedPayload`
240
+ - `.:DispatchOutboundFailedPayload`
241
+ - `.:dispatchPayloadParseFailure`
242
+ - `.:DispatchPayloadParseFailure`
243
+ - `.:DispatchPayloadParseResult`
244
+ - `.:dispatchReceiptBeforeTerminalProof`
245
+ - `.:DispatchReceiptBeforeTerminalProof`
246
+ - `.:DispatchReceiver`
247
+ - `.:DispatchReceiverResult`
248
+ - `.:DispatchReplaySnapshot`
249
+ - `.:dispatchReplaySnapshotFromDeliveredPayload`
250
+ - `.:DispatchRequestedPayload`
251
+ - `.:DispatchScopeMismatch`
252
+ - `.:dispatchSettlementContract`
253
+ - `.:DispatchTargetAdapter`
254
+ - `.:dispatchTargetDelivered`
255
+ - `.:DispatchTargetDeliveredResult`
256
+ - `.:dispatchTargetEnqueued`
257
+ - `.:DispatchTargetEnqueuedResult`
258
+ - `.:DispatchTargetNotFound`
259
+ - `.:DispatchTargetResult`
260
+ - `.:DispatchTargetSpec`
261
+ - `.:DispatchToScopeResult`
262
+ - `.:DispatchToScopeSpec`
263
+ - `.:DURABLE_TRIGGER_SCHEDULED_CANCELLED`
264
+ - `.:DURABLE_TRIGGER_SCHEDULED_REQUESTED`
265
+ - `.:DurableProcessCancellationState`
266
+ - `.:DurableProcessClaimState`
267
+ - `.:DurableProcessLifecycleSnapshot`
268
+ - `.:durableProcessLifecycleState`
269
+ - `.:DurableProcessLifecycleState`
270
+ - `.:DurableTriggerAcquireCancelled`
271
+ - `.:durableTriggerBackoffMs`
272
+ - `.:DurableTriggerCommitReturnedThenable`
273
+ - `.:DurableTriggerDrainLimitExceeded`
274
+ - `.:durableTriggerDuePayload`
275
+ - `.:DurableTriggerRetryPolicy`
276
+ - `.:EffectAuthorityContract`
277
+ - `.:EffectClaim`
278
+ - `.:EMPTY_BARRIER_CURSOR`
279
+ - `.:emptyResourceProjection`
280
+ - `.:endpointMaterialRef`
281
+ - `.:EndpointMaterialRef`
282
+ - `.:EndpointMaterialRequirement`
283
+ - `.:ensureAgentSchema`
284
+ - `.:event`
285
+ - `.:EventHandler`
286
+ - `.:eventNamespace`
287
+ - `.:EventNamespace`
288
+ - `.:EventPayload`
289
+ - `.:EventPayloadMap`
290
+ - `.:EventQueryOptions`
291
+ - `.:eventToProtocolRpc`
292
+ - `.:EvidenceRow`
293
+ - `.:executeTool`
294
+ - `.:EXECUTION_IDENTITY_VERSION`
295
+ - `.:ExecutionDomain`
296
+ - `.:ExecutionDomainDeclaration`
297
+ - `.:ExecutionDomainKind`
298
+ - `.:ExecutionDomainMaterialBrokerCapability`
299
+ - `.:ExecutionDomainRegistry`
300
+ - `.:ExecutionDomainRegistryIssue`
301
+ - `.:ExecutionDomainRegistryValidation`
302
+ - `.:ExecutionDomainReplayLaw`
303
+ - `.:ExecutionIdentity`
304
+ - `.:ExecutionIdentityDeployment`
305
+ - `.:ExecutionIdentityDeploymentSchema`
306
+ - `.:executionIdentityFromDeployment`
307
+ - `.:executionIdentityFromUnknown`
308
+ - `.:ExecutionIdentityManifest`
309
+ - `.:ExecutionIdentityManifestSchema`
310
+ - `.:ExecutionIdentitySchema`
311
+ - `.:ExtensionCapability`
312
+ - `.:ExtensionCapabilityConflict`
313
+ - `.:ExtensionCommitSpec`
314
+ - `.:ExtensionDeclaration`
315
+ - `.:ExtensionHandlerKind`
316
+ - `.:extensionOwnsEvent`
317
+ - `.:ExtensionTimeSpec`
318
+ - `.:EXTERNAL_TOOL_EXECUTION_RECEIPT_VERSION`
319
+ - `.:EXTERNAL_TOOL_EXECUTION_REQUIRES_RECEIPT_REASON`
320
+ - `.:EXTERNAL_TOOL_REPLAY_REQUIRES_RECEIPT_REASON`
321
+ - `.:ExternalReceiptAnchorRef`
322
+ - `.:externalResourceMaterialRef`
323
+ - `.:ExternalResourceMaterialRef`
324
+ - `.:ExternalResourceMaterialRequirement`
325
+ - `.:ExternalToolExecutedPayload`
326
+ - `.:externalToolExecution`
327
+ - `.:ExternalToolExecution`
328
+ - `.:ExternalToolExecutionReceipt`
329
+ - `.:externalToolExecutionReceiptFromExecutedPayload`
330
+ - `.:ExternalToolExecutionReceiptFromExecutedPayloadResult`
331
+ - `.:ExternalToolReceiptReplayOutcome`
332
+ - `.:factOwnerKey`
333
+ - `.:FactOwnerRef`
334
+ - `.:FailureDiagnostic`
335
+ - `.:FailureDiagnosticCategory`
336
+ - `.:FailureDiagnosticEnvelope`
337
+ - `.:failureDiagnosticEnvelopeForReason`
338
+ - `.:FailureDiagnosticInternalFacts`
339
+ - `.:FailureDiagnosticOwner`
340
+ - `.:FailureDiagnostics`
341
+ - `.:FINGERPRINT_ALGO_VERSION`
342
+ - `.:fingerprintAgentSchema`
343
+ - `.:GrantResult`
344
+ - `.:HandlerKind`
345
+ - `.:indeterminate`
346
+ - `.:IndeterminateClaim`
347
+ - `.:IndeterminateClaimIssue`
348
+ - `.:IndeterminateClaimValidation`
349
+ - `.:IndeterminateRef`
350
+ - `.:INPUT_REQUEST_KIND`
351
+ - `.:INPUT_REQUEST_REASON`
352
+ - `.:INPUT_REQUEST_REF_KIND`
353
+ - `.:InputRequestAnswer`
354
+ - `.:InputRequestDescriptor`
355
+ - `.:inputRequestDescriptorFromUnknown`
356
+ - `.:InputRequestKind`
357
+ - `.:inputRequestKindFromReason`
358
+ - `.:InputRequestReason`
359
+ - `.:InputRequestRef`
360
+ - `.:inputRequestRefFromInterruptedEvent`
361
+ - `.:InputRequestRefFromInterruptionResult`
362
+ - `.:InputRequestResumePayload`
363
+ - `.:inspectAgentSchemaProfile`
364
+ - `.:INSTALLATION_INTENT_VERSION`
365
+ - `.:INSTALLATION_OBSERVATION_VERSION`
366
+ - `.:INSTALLATION_RECEIPT_EVENT_KIND`
367
+ - `.:INSTALLATION_RECEIPT_VERSION`
368
+ - `.:InstallationBootCheck`
369
+ - `.:InstallationIntent`
370
+ - `.:installationIntentFromDeployment`
371
+ - `.:installationObservation`
372
+ - `.:InstallationObservation`
373
+ - `.:InstallationObservationInput`
374
+ - `.:InstallationReceipt`
375
+ - `.:installationReceiptEvent`
376
+ - `.:installationReceiptFromLedgerEvent`
377
+ - `.:installationReceiptFromObservation`
378
+ - `.:IntentPointerDuePayload`
379
+ - `.:IntentSettlementVocabularyIssue`
380
+ - `.:INVALID_ADMITTER_REJECTION_REF_REASON`
381
+ - `.:INVALID_ADMITTER_VERDICT_REASON`
382
+ - `.:invalidAdmitterRejectionRef`
383
+ - `.:invalidAdmitterVerdictRejectionRef`
384
+ - `.:InvalidateSpec`
385
+ - `.:InvalidResourceAmount`
386
+ - `.:InvalidScheduleAt`
387
+ - `.:InvalidTraceContext`
388
+ - `.:isAgentSchema`
389
+ - `.:isAnchorRef`
390
+ - `.:isAuthorityRef`
391
+ - `.:isBackendProtocolEventIdentity`
392
+ - `.:isBackendProtocolProjectionKey`
393
+ - `.:isBackendProtocolTruthIdentity`
394
+ - `.:isBoundaryPackage`
395
+ - `.:isClaimedEventKind`
396
+ - `.:isContinuationCause`
397
+ - `.:isContinuationRef`
398
+ - `.:isCoreClaimedEventKind`
399
+ - `.:isEffectAuthorityContract`
400
+ - `.:isFactOwnerRef`
401
+ - `.:isIndeterminateRef`
402
+ - `.:isInputRequestRef`
403
+ - `.:isMaterialBrokerPlaceholder`
404
+ - `.:isMaterialRef`
405
+ - `.:isMaterialRequirement`
406
+ - `.:isOriginRef`
407
+ - `.:isRecoveryAttemptRecord`
408
+ - `.:isRejectionRef`
409
+ - `.:isRuntimeAbortEventKind`
410
+ - `.:isRuntimeEventKind`
411
+ - `.:isScopeRef`
412
+ - `.:isSymbolicSettlementValue`
413
+ - `.:isWorkspaceAgentCommandName`
414
+ - `.:isWorkspaceAgentProjectionName`
415
+ - `.:JsonStringifyError`
416
+ - `.:LedgerCommitEventSpec`
417
+ - `.:LedgerEvent`
418
+ - `.:LedgerEventIdentity`
419
+ - `.:LedgerEventRpc`
420
+ - `.:LedgerEventSchema`
421
+ - `.:LedgerSafe`
422
+ - `.:LedgerTruthIdentity`
423
+ - `.:ledgerTruthKey`
424
+ - `.:LedgerWitnessedScopedRef`
425
+ - `.:Live`
426
+ - `.:lived`
427
+ - `.:LivedClaim`
428
+ - `.:LiveInput`
429
+ - `.:LiveResolvedMaterial`
430
+ - `.:LLM_CALL_SNAPSHOT_VERSION`
431
+ - `.:LLM_STRUCTURED_EVENT_KINDS`
432
+ - `.:LLM_STRUCTURED_EVIDENCE_EVENT`
433
+ - `.:LLM_STRUCTURED_INVALIDATE_EVENT`
434
+ - `.:LLM_WIRE_DESCRIPTOR_VERSION`
435
+ - `.:LlmCallOptions`
436
+ - `.:LlmCallSnapshot`
437
+ - `.:llmCallSnapshotFromResponse`
438
+ - `.:LlmJsonSchemaObject`
439
+ - `.:LlmMessage`
440
+ - `.:LlmOutputItem`
441
+ - `.:LlmOutputItemSchema`
442
+ - `.:llmOutputItemsFromTextAndToolCalls`
443
+ - `.:LlmRequest`
444
+ - `.:llmRequestedEvent`
445
+ - `.:LlmRequestedPayload`
446
+ - `.:LlmRequestedPayloadSchema`
447
+ - `.:LlmResponse`
448
+ - `.:llmResponseEvent`
449
+ - `.:LlmResponsePayload`
450
+ - `.:LlmResponsePayloadSchema`
451
+ - `.:LlmRoute`
452
+ - `.:llmRouteMaterialRefs`
453
+ - `.:LlmSnapshotRequest`
454
+ - `.:llmSnapshotRequestFingerprint`
455
+ - `.:llmSnapshotRequestFromRequest`
456
+ - `.:LlmSnapshotToolDefinition`
457
+ - `.:llmSnapshotToolDefinitionFromToolDefinition`
458
+ - `.:LlmToolCall`
459
+ - `.:LlmToolCallSchema`
460
+ - `.:LlmToolChoice`
461
+ - `.:LlmTransport`
462
+ - `.:LlmTransportRouteDescriptor`
463
+ - `.:LlmUsage`
464
+ - `.:LlmUsageSchema`
465
+ - `.:LlmWireDescriptor`
466
+ - `.:llmWireDescriptorFingerprint`
467
+ - `.:lowerSubmitRunInput`
468
+ - `.:LowerSubmitRunInputSpec`
469
+ - `.:makeAdmissionSchemaSpec`
470
+ - `.:makeAgentSchemaSpec`
471
+ - `.:makeCommitters`
472
+ - `.:makeOperationRef`
473
+ - `.:makePreClaim`
474
+ - `.:manifestScopeRef`
475
+ - `.:manifestScopeRefResult`
476
+ - `.:ManifestScopeRefResult`
477
+ - `.:manifestTruthIdentity`
478
+ - `.:MaterialBrokerOwnerSubstitution`
479
+ - `.:MaterialBrokerPlaceholder`
480
+ - `.:MaterialBrokerReceipt`
481
+ - `.:MaterialBrokerSubstitutionIssue`
482
+ - `.:MaterialBrokerSubstitutionPlan`
483
+ - `.:MaterialBrokerSubstitutionPlanning`
484
+ - `.:MaterialKind`
485
+ - `.:MaterialRef`
486
+ - `.:materialRefKey`
487
+ - `.:materialRefSatisfiesRequirement`
488
+ - `.:materialRequirement`
489
+ - `.:MaterialRequirement`
490
+ - `.:MaterialRequirementInput`
491
+ - `.:MaterialValidationIssue`
492
+ - `.:MissingSubmitRunBinding`
493
+ - `.:mountAgent`
494
+ - `.:MountedAgent`
495
+ - `.:none`
496
+ - `.:normalizeAdmitVerdict`
497
+ - `.:OperationRef`
498
+ - `.:OriginRef`
499
+ - `.:Outcome`
500
+ - `.:OutcomeClass`
501
+ - `.:parseBackendProtocolLedgerEventRpc`
502
+ - `.:parseDispatchBindingRef`
503
+ - `.:parseDispatchIndeterminateClaim`
504
+ - `.:parseDispatchLivedClaim`
505
+ - `.:ParsedRecordedSealedAuthorizationRef`
506
+ - `.:parseDurableTriggerRetryPolicy`
507
+ - `.:parseInputRequestResumePayload`
508
+ - `.:ParseInputRequestResumeResult`
509
+ - `.:parseIntentPointerDuePayload`
510
+ - `.:parseRequestedPayload`
511
+ - `.:parseRequestedPayloadValue`
512
+ - `.:parseScheduledEventIntentPayload`
513
+ - `.:parseToolCall`
514
+ - `.:parseTraceContext`
515
+ - `.:payload`
516
+ - `.:planMaterialBrokerSubstitution`
517
+ - `.:pre`
518
+ - `.:PreClaim`
519
+ - `.:ProbeInput`
520
+ - `.:project`
521
+ - `.:projectAgentManifest`
522
+ - `.:ProjectAgentManifestOptions`
523
+ - `.:projectAgentSchema`
524
+ - `.:projectAgentSchemaForLlmTool`
525
+ - `.:ProjectedResourceState`
526
+ - `.:projectFailureDiagnostics`
527
+ - `.:projectInstallationReceipt`
528
+ - `.:ProjectionContext`
529
+ - `.:ProjectionDefinition`
530
+ - `.:ProjectionDefinitionError`
531
+ - `.:projectionFailure`
532
+ - `.:ProjectionFailure`
533
+ - `.:ProjectionIssue`
534
+ - `.:projectionOk`
535
+ - `.:ProjectionOk`
536
+ - `.:projectionOutputOrFail`
537
+ - `.:ProjectionProvenance`
538
+ - `.:ProjectionResult`
539
+ - `.:ProjectionRunFailed`
540
+ - `.:ProjectionSink`
541
+ - `.:ProjectionSinkCheckResult`
542
+ - `.:ProjectionSinkFailure`
543
+ - `.:ProjectionSinkReadResult`
544
+ - `.:ProjectionSinkRunResult`
545
+ - `.:ProjectionSourceRef`
546
+ - `.:ProjectionSpec`
547
+ - `.:projectLease`
548
+ - `.:projectQuotaGrantUsage`
549
+ - `.:projectQuotaState`
550
+ - `.:projectResourceEvents`
551
+ - `.:projectResourceRows`
552
+ - `.:projectResourceState`
553
+ - `.:projectRuntimeSafeLedgerEvent`
554
+ - `.:ProviderFailureFlag`
555
+ - `.:ProviderHttpFailure`
556
+ - `.:ProviderOutputDecodeError`
557
+ - `.:providerResourceId`
558
+ - `.:ProviderResourceId`
559
+ - `.:QuestionInputRequestResumePayload`
560
+ - `.:QUOTA_EVENT_KIND`
561
+ - `.:QuotaConsumedPayloadSchema`
562
+ - `.:QuotaSpec`
563
+ - `.:QuotaState`
564
+ - `.:QuotaStateSpec`
565
+ - `.:reasonOf`
566
+ - `.:RECEIPT_BACKED_TOOL_RESULT_VERSION`
567
+ - `.:receiptBackedToolResult`
568
+ - `.:ReceiptBackedToolResult`
569
+ - `.:receiptBackedToolResultFromUnknown`
570
+ - `.:Recordable`
571
+ - `.:recordAdmissionRow`
572
+ - `.:recordBarrierRow`
573
+ - `.:Recorded`
574
+ - `.:RecordedAdmissionRow`
575
+ - `.:RecordedBarrierRow`
576
+ - `.:RecordedContinuationRef`
577
+ - `.:recordedContinuationRefFromUnknown`
578
+ - `.:RecordedEvidenceRow`
579
+ - `.:RecordedInputRequestRef`
580
+ - `.:recordedInputRequestRefFromUnknown`
581
+ - `.:RecordedLedgerEvent`
582
+ - `.:RecordedPayload`
583
+ - `.:RecordedPayloadValue`
584
+ - `.:RecordedSealedAuthorizationRef`
585
+ - `.:recordEvidenceRow`
586
+ - `.:RecoveryAttemptRecord`
587
+ - `.:RecoveryBudget`
588
+ - `.:RecoveryBudgetProjection`
589
+ - `.:RecoveryFingerprint`
590
+ - `.:RecoveryObservation`
591
+ - `.:RecoveryTerminalCause`
592
+ - `.:RecoveryVerdictContinuationCause`
593
+ - `.:redactedSafeSummary`
594
+ - `.:RedactedSafeSummaryReason`
595
+ - `.:redactedSafeSummaryText`
596
+ - `.:RefResolutionFailed`
597
+ - `.:RefResolver`
598
+ - `.:RefResolverDisposeInput`
599
+ - `.:RefResolverEmpty`
600
+ - `.:RefResolverLive`
601
+ - `.:RefResolverService`
602
+ - `.:rejectClaimedAppEvent`
603
+ - `.:rejected`
604
+ - `.:RejectedClaim`
605
+ - `.:RejectionRef`
606
+ - `.:replayDispatchDeliveryFromSnapshot`
607
+ - `.:replayExternalToolExecutionFromReceipt`
608
+ - `.:replayLlmResponseFromSnapshot`
609
+ - `.:replayToolFromArtifact`
610
+ - `.:replayToolResultFromSnapshot`
611
+ - `.:ResolvedMaterial`
612
+ - `.:ResolvedMaterialService`
613
+ - `.:ResolvedToolExecution`
614
+ - `.:ResolvedToolMaterials`
615
+ - `.:resolveRuntimeScope`
616
+ - `.:resolveStatefulSessionRoot`
617
+ - `.:resolveToolExecution`
618
+ - `.:RESOURCE_EVENT_KIND`
619
+ - `.:ResourceGrantPayloadSchema`
620
+ - `.:ResourceGrantResult`
621
+ - `.:ResourceGrantSpec`
622
+ - `.:ResourceInsufficient`
623
+ - `.:ResourceProjection`
624
+ - `.:ResourceProtocolEventRow`
625
+ - `.:ResourceReservationClosed`
626
+ - `.:ResourceReservationNotFound`
627
+ - `.:ResourceReservationProjection`
628
+ - `.:ResourceReservationSpec`
629
+ - `.:ResourceReservationStatus`
630
+ - `.:ResourceReservationView`
631
+ - `.:ResourceReservePayloadSchema`
632
+ - `.:ResourceReserveRejectedPayloadSchema`
633
+ - `.:ResourceReserveResult`
634
+ - `.:ResourceReserveSpec`
635
+ - `.:ResourceState`
636
+ - `.:ResourceTerminalPayloadSchema`
637
+ - `.:RunInterruption`
638
+ - `.:RunListPage`
639
+ - `.:RunListSpec`
640
+ - `.:runProjectionSink`
641
+ - `.:RunResume`
642
+ - `.:RunStatus`
643
+ - `.:RunStatusKind`
644
+ - `.:RunSummary`
645
+ - `.:RunTerminal`
646
+ - `.:RUNTIME_ABORT_EVENT_KINDS`
647
+ - `.:RUNTIME_EVENT_KIND`
648
+ - `.:RUNTIME_EVENT_KINDS`
649
+ - `.:RUNTIME_FACT_OWNER`
650
+ - `.:RuntimeAbortEventKind`
651
+ - `.:runtimeCompletedAfterToolsEvent`
652
+ - `.:RuntimeCompletedAfterToolsPayload`
653
+ - `.:RuntimeCompletedAfterToolsPayloadSchema`
654
+ - `.:RuntimeEventCommitSpec`
655
+ - `.:RuntimeEventCommitSpecByKind`
656
+ - `.:RuntimeEventKind`
657
+ - `.:RuntimeEventPayloadByKind`
658
+ - `.:runtimeHistoryCompactedEvent`
659
+ - `.:RuntimeHistoryCompactedPayload`
660
+ - `.:RuntimeHistoryCompactedPayloadSchema`
661
+ - `.:RuntimeLedgerEvent`
662
+ - `.:RuntimeLedgerEventByKind`
663
+ - `.:RuntimeLedgerTransitionIssue`
664
+ - `.:RuntimeLedgerTransitionIssueCode`
665
+ - `.:RuntimeLedgerTransitionRejected`
666
+ - `.:RuntimeLedgerTransitionValidation`
667
+ - `.:runtimeRekeyedEvent`
668
+ - `.:RuntimeRekeyedPayload`
669
+ - `.:RuntimeRekeyedPayloadSchema`
670
+ - `.:runtimeScopeKey`
671
+ - `.:RuntimeScopeKind`
672
+ - `.:RuntimeScopeResolution`
673
+ - `.:RunToolCall`
674
+ - `.:RunTrace`
675
+ - `.:RunTurn`
676
+ - `.:safeLedgerEvent`
677
+ - `.:SafeLedgerEvent`
678
+ - `.:SafeLedgerEventProjector`
679
+ - `.:safeLedgerPayload`
680
+ - `.:SafeLedgerPayload`
681
+ - `.:SafeLedgerPayloadShape`
682
+ - `.:SafeLedgerValue`
683
+ - `.:safeStringify`
684
+ - `.:safeStringifyPretty`
685
+ - `.:safeValueFromUnknown`
686
+ - `.:SCHEDULED_EVENT_TRIGGER_KIND`
687
+ - `.:ScheduleFireDispatchedPayload`
688
+ - `.:ScheduleFireDispatchedPayloadSchema`
689
+ - `.:ScheduleFireFailedPayload`
690
+ - `.:ScheduleFireFailedPayloadSchema`
691
+ - `.:ScheduleFireProductLink`
692
+ - `.:ScheduleFireProductLinkSchema`
693
+ - `.:ScheduleFireRequestedPayload`
694
+ - `.:ScheduleFireRequestedPayloadSchema`
695
+ - `.:scheduleFireDispatchedEvent`
696
+ - `.:scheduleFireFailedEvent`
697
+ - `.:scheduleFireRequestedEvent`
698
+ - `.:SchedulePrincipalPayload`
699
+ - `.:SchedulePrincipalPayloadSchema`
700
+ - `.:scheduledEventIntentPayload`
701
+ - `.:ScheduledEventIntentPayload`
702
+ - `.:ScheduledEventSpec`
703
+ - `.:ScopeMissingError`
704
+ - `.:ScopeRef`
705
+ - `.:scopeRefKey`
706
+ - `.:settleDispatchInboundAccepted`
707
+ - `.:settleDispatchOutboundDelivered`
708
+ - `.:settleDispatchOutboundEnqueued`
709
+ - `.:settleDispatchOutboundRetryPending`
710
+ - `.:settleIndeterminate`
711
+ - `.:settleLived`
712
+ - `.:SettlementContract`
713
+ - `.:SettlementContractIssue`
714
+ - `.:SettlementContractValidation`
715
+ - `.:settleRejected`
716
+ - `.:SqlError`
717
+ - `.:StatefulScopeRootResult`
718
+ - `.:Stimulus`
719
+ - `.:Strategy`
720
+ - `.:StreamEventsOptions`
721
+ - `.:STRUCTURED_OUTPUT_TOOL_NAME`
722
+ - `.:SubmitDecisionInterrupt`
723
+ - `.:SubmitDecisionInterruptReason`
724
+ - `.:SubmitReceiptBackedToolBinding`
725
+ - `.:SubmitResult`
726
+ - `.:SubmitResumeDecision`
727
+ - `.:submitResumeDecisionFromContinuationRef`
728
+ - `.:submitResumeDecisionFromInputRequestRef`
729
+ - `.:SubmitRunBindings`
730
+ - `.:SubmitRunInput`
731
+ - `.:SubmitSpec`
732
+ - `.:SubmitToolContext`
733
+ - `.:SubmitToolExecutionRetryPolicy`
734
+ - `.:SubmitToolIntent`
735
+ - `.:SubmitToolPolicy`
736
+ - `.:SubmitToolRetryDelayPolicy`
737
+ - `.:SubmitToolRetryPolicy`
738
+ - `.:SYMBOLIC_SETTLEMENT_VALUE_PATTERN`
739
+ - `.:symbolicSettlementRef`
740
+ - `.:Telemetry`
741
+ - `.:TelemetryAttributeValue`
742
+ - `.:TelemetryDiagnosticPhase`
743
+ - `.:TelemetryEmitKind`
744
+ - `.:TelemetryEventKind`
745
+ - `.:TelemetryEventNode`
746
+ - `.:TelemetryEventTree`
747
+ - `.:telemetryEventTreesEqual`
748
+ - `.:TelemetryFanoutDiagnostic`
749
+ - `.:TelemetryOutcome`
750
+ - `.:TelemetryService`
751
+ - `.:TerminalClaimIssue`
752
+ - `.:TerminalClaimValidation`
753
+ - `.:textFromLlmOutputItems`
754
+ - `.:Tool`
755
+ - `.:TOOL_EXECUTION_CLAIM_MUST_BE_LIVED_REASON`
756
+ - `.:TOOL_REJECTED_DIAGNOSTICS_PHASES`
757
+ - `.:TOOL_RESULT_SNAPSHOT_VERSION`
758
+ - `.:ToolAccess`
759
+ - `.:ToolAdmitInput`
760
+ - `.:ToolAdmitter`
761
+ - `.:ToolArgumentSummary`
762
+ - `.:ToolCall`
763
+ - `.:toolCallsFromLlmOutputItems`
764
+ - `.:ToolContract`
765
+ - `.:ToolDecode`
766
+ - `.:ToolDefinition`
767
+ - `.:ToolEffect`
768
+ - `.:ToolError`
769
+ - `.:ToolExecute`
770
+ - `.:toolExecutedEvent`
771
+ - `.:ToolExecutedPayload`
772
+ - `.:ToolExecutedPayloadSchema`
773
+ - `.:ToolExecution`
774
+ - `.:ToolExecutionContext`
775
+ - `.:ToolExecutionContextInput`
776
+ - `.:ToolExecutionRequirements`
777
+ - `.:ToolExecutionResolution`
778
+ - `.:ToolExternalReadRequirement`
779
+ - `.:ToolExternalWriteRequirement`
780
+ - `.:ToolIntentEmitter`
781
+ - `.:ToolProjectionRow`
782
+ - `.:ToolProjectionWaiter`
783
+ - `.:ToolProjectionWaitSpec`
784
+ - `.:ToolRegistryIssue`
785
+ - `.:ToolRegistryValidation`
786
+ - `.:ToolRejectedDiagnostics`
787
+ - `.:ToolRejectedDiagnosticsPhase`
788
+ - `.:toolRejectedEvent`
789
+ - `.:ToolRejectedPayload`
790
+ - `.:ToolRejectedPayloadSchema`
791
+ - `.:ToolReplayArtifact`
792
+ - `.:toolReplayArtifactFromExecutedPayload`
793
+ - `.:ToolReplayArtifactFromExecutedPayloadResult`
794
+ - `.:ToolReplayOutcome`
795
+ - `.:ToolReplayWitness`
796
+ - `.:ToolRequirements`
797
+ - `.:ToolResultReplayOutcome`
798
+ - `.:ToolResultSnapshot`
799
+ - `.:toolResultSnapshotFromExecutedPayload`
800
+ - `.:TRACE_CONTEXT_VERSION`
801
+ - `.:TraceContext`
802
+ - `.:TraceContextSchema`
803
+ - `.:TraceContextValidation`
804
+ - `.:TraceparentSchema`
805
+ - `.:TracestateSchema`
806
+ - `.:TriggerFactoryError`
807
+ - `.:TurnRef`
808
+ - `.:UnregisteredDurableTriggerKind`
809
+ - `.:unsafeRunToolByName`
810
+ - `.:UnsupportedScopeRef`
811
+ - `.:Untrusted`
812
+ - `.:UpstreamFailure`
813
+ - `.:validateAgentMount`
814
+ - `.:validateBoundaryContract`
815
+ - `.:validateBoundaryPayload`
816
+ - `.:validateEffectClaim`
817
+ - `.:validateExecutionDomainRegistry`
818
+ - `.:validateExtensionDeclarations`
819
+ - `.:validateIndeterminateClaim`
820
+ - `.:validateIntentSettlementVocabulary`
821
+ - `.:validateOptionalTraceContext`
822
+ - `.:validateRuntimeLedgerTransitions`
823
+ - `.:validateSettlementContract`
824
+ - `.:validateTerminalClaim`
825
+ - `.:validateToolRegistry`
826
+ - `.:validateTraceContext`
827
+ - `.:withQuota`
828
+ - `.:withResolvedMaterial`
829
+ - `.:withToolReadRequirement`
830
+ - `.:withToolWriteRequirement`
831
+ - `.:workflowRunSubmittedEvent`
832
+ - `.:WorkflowRunSubmittedPayload`
833
+ - `.:WorkflowRunSubmittedPayloadSchema`
834
+ - `.:WORKSPACE_AGENT_COMMAND`
835
+ - `.:WORKSPACE_AGENT_PROJECTION`
836
+ - `.:WORKSPACE_AGENT_PROJECTION_SCHEMA`
837
+ - `.:WORKSPACE_TOPOLOGY`
838
+ - `.:WorkspaceAgentCommandInputByName`
839
+ - `.:WorkspaceAgentCommandName`
840
+ - `.:WorkspaceAgentCommandOutputByName`
841
+ - `.:WorkspaceAgentCustomCommandInput`
842
+ - `.:WorkspaceAgentDecideInputRequestCommandInput`
843
+ - `.:WorkspaceAgentDestroyCommandInput`
844
+ - `.:WorkspaceAgentDriverMount`
845
+ - `.:WorkspaceAgentFileEntry`
846
+ - `.:WorkspaceAgentInputRequestDecision`
847
+ - `.:WorkspaceAgentFilesProjection`
848
+ - `.:WorkspaceAgentFilesProjectionShape`
849
+ - `.:WorkspaceAgentGeneratedMount`
850
+ - `.:WorkspaceAgentMutationCommandOutput`
851
+ - `.:WorkspaceAgentProjectionName`
852
+ - `.:WorkspaceAgentProjectionRead`
853
+ - `.:WorkspaceAgentProjectionSchema`
854
+ - `.:WorkspaceAgentProjectionSink`
855
+ - `.:WorkspaceAgentProjectionValueByName`
856
+ - `.:WorkspaceAgentReadFileCommandInput`
857
+ - `.:WorkspaceAgentReadFileCommandOutput`
858
+ - `.:WorkspaceAgentReadStateCommandInput`
859
+ - `.:WorkspaceAgentReadStateCommandOutput`
860
+ - `.:WorkspaceAgentResetCommandInput`
861
+ - `.:WorkspaceAgentResumeInputRequestCommandInput`
862
+ - `.:WorkspaceAgentStateProjection`
863
+ - `.:WorkspaceAgentStateProjectionShape`
864
+ - `.:WorkspaceAgentSubmitCommandInput`
865
+ - `.:workspaceBindingRef`
866
+ - `.:WorkspaceBindingRef`
867
+ - `.:workspaceProviderResourceId`
868
+ - `.:workspaceProviderResourceIdentity`
869
+ - `.:WorkspaceProviderResourceIdentity`
870
+ - `.:WorkspaceProviderResourceInput`
871
+ - `.:WorkspaceTopology`
872
+ - `.:WorkspaceTopologyKind`
873
+ - `./abort:ABORT`
874
+ - `./abort:AbortKind`
875
+ - `./abort:reasonOf`
876
+ - `./agent-schema:AGENT_SCHEMA_FINGERPRINT_VERSION`
877
+ - `./agent-schema:AgentSchema`
878
+ - `./agent-schema:AgentSchemaDecoder`
879
+ - `./agent-schema:AgentSchemaIssue`
880
+ - `./agent-schema:AgentSchemaProfileError`
881
+ - `./agent-schema:AgentSchemaProjections`
882
+ - `./agent-schema:AgentSchemaSource`
883
+ - `./agent-schema:AgentSchemaSpec`
884
+ - `./agent-schema:AnyAgentSchema`
885
+ - `./agent-schema:AnyAgentSchemaSource`
886
+ - `./agent-schema:assertAgentSchemaProfile`
887
+ - `./agent-schema:canonicalAgentSchemaJson`
888
+ - `./agent-schema:defineAgentSchema`
889
+ - `./agent-schema:ensureAgentSchema`
890
+ - `./agent-schema:fingerprintAgentSchema`
891
+ - `./agent-schema:inspectAgentSchemaProfile`
892
+ - `./agent-schema:isAgentSchema`
893
+ - `./agent-schema:makeAgentSchemaSpec`
894
+ - `./agent-schema:projectAgentSchema`
895
+ - `./authored-value:Authored`
896
+ - `./authored-value:authoredValue`
897
+ - `./authored-value:AuthoredValue`
898
+ - `./backend-protocol:BACKEND_PROTOCOL_EVENT_PREFIXES`
899
+ - `./backend-protocol:BackendProtocolDispatchTarget`
900
+ - `./backend-protocol:BackendProtocolEventHandler`
901
+ - `./backend-protocol:BackendProtocolEventIdentity`
902
+ - `./backend-protocol:backendProtocolEventIdentityKey`
903
+ - `./backend-protocol:BackendProtocolLedgerEventRpc`
904
+ - `./backend-protocol:BackendProtocolParseFailure`
905
+ - `./backend-protocol:BackendProtocolParseResult`
906
+ - `./backend-protocol:backendProtocolProjectionKey`
907
+ - `./backend-protocol:BackendProtocolProjectionKey`
908
+ - `./backend-protocol:BackendProtocolTruthIdentity`
909
+ - `./backend-protocol:backendProtocolTruthIdentityKey`
910
+ - `./backend-protocol:copyTraceContext`
911
+ - `./backend-protocol:decodeQuotaConsumedPayloadSync`
912
+ - `./backend-protocol:decodeResourceGrantPayloadSync`
913
+ - `./backend-protocol:decodeResourceReservePayloadSync`
914
+ - `./backend-protocol:decodeResourceReserveRejectedPayloadSync`
915
+ - `./backend-protocol:decodeResourceTerminalPayloadSync`
916
+ - `./backend-protocol:DELIVERY_RETRY_TRIGGER_KIND`
917
+ - `./backend-protocol:describeDispatchCause`
918
+ - `./backend-protocol:DISPATCH_EVENT_KINDS`
919
+ - `./backend-protocol:DISPATCH_INBOUND_ACCEPTED`
920
+ - `./backend-protocol:DISPATCH_MAX_ATTEMPTS`
921
+ - `./backend-protocol:DISPATCH_OUTBOUND_DELIVERED`
922
+ - `./backend-protocol:DISPATCH_OUTBOUND_ENQUEUED`
923
+ - `./backend-protocol:DISPATCH_OUTBOUND_FAILED`
924
+ - `./backend-protocol:DISPATCH_OUTBOUND_REQUESTED`
925
+ - `./backend-protocol:DISPATCH_RETRY_POLICY`
926
+ - `./backend-protocol:dispatchBackoffMs`
927
+ - `./backend-protocol:dispatchCarrierRef`
928
+ - `./backend-protocol:dispatchDeliveryHistoryState`
929
+ - `./backend-protocol:DispatchDeliveryHistoryState`
930
+ - `./backend-protocol:DispatchDeliveryReceipt`
931
+ - `./backend-protocol:DispatchDeliveryResult`
932
+ - `./backend-protocol:DispatchEnqueueAcknowledgement`
933
+ - `./backend-protocol:DispatchEnvelope`
934
+ - `./backend-protocol:dispatchExternalEnqueueAcknowledgement`
935
+ - `./backend-protocol:dispatchFailedHasNoDeliveryReceipt`
936
+ - `./backend-protocol:dispatchLedgerDeliveryReceipt`
937
+ - `./backend-protocol:DispatchOutboundDeliveredPayload`
938
+ - `./backend-protocol:DispatchOutboundEnqueuedPayload`
939
+ - `./backend-protocol:DispatchOutboundFailedPayload`
940
+ - `./backend-protocol:dispatchPayloadParseFailure`
941
+ - `./backend-protocol:DispatchPayloadParseFailure`
942
+ - `./backend-protocol:DispatchPayloadParseResult`
943
+ - `./backend-protocol:dispatchReceiptBeforeTerminalProof`
944
+ - `./backend-protocol:DispatchReceiptBeforeTerminalProof`
945
+ - `./backend-protocol:DispatchReceiver`
946
+ - `./backend-protocol:DispatchReceiverResult`
947
+ - `./backend-protocol:DispatchReplaySnapshot`
948
+ - `./backend-protocol:dispatchReplaySnapshotFromDeliveredPayload`
949
+ - `./backend-protocol:DispatchRequestedPayload`
950
+ - `./backend-protocol:dispatchSettlementContract`
951
+ - `./backend-protocol:DispatchTargetAdapter`
952
+ - `./backend-protocol:dispatchTargetDelivered`
953
+ - `./backend-protocol:DispatchTargetDeliveredResult`
954
+ - `./backend-protocol:dispatchTargetEnqueued`
955
+ - `./backend-protocol:DispatchTargetEnqueuedResult`
956
+ - `./backend-protocol:DispatchTargetResult`
957
+ - `./backend-protocol:DURABLE_TRIGGER_SCHEDULED_CANCELLED`
958
+ - `./backend-protocol:DURABLE_TRIGGER_SCHEDULED_REQUESTED`
959
+ - `./backend-protocol:DurableProcessCancellationState`
960
+ - `./backend-protocol:DurableProcessClaimState`
961
+ - `./backend-protocol:DurableProcessLifecycleSnapshot`
962
+ - `./backend-protocol:durableProcessLifecycleState`
963
+ - `./backend-protocol:DurableProcessLifecycleState`
964
+ - `./backend-protocol:durableTriggerBackoffMs`
965
+ - `./backend-protocol:durableTriggerDuePayload`
966
+ - `./backend-protocol:DurableTriggerRetryPolicy`
967
+ - `./backend-protocol:emptyResourceProjection`
968
+ - `./backend-protocol:eventToProtocolRpc`
969
+ - `./backend-protocol:GrantResult`
970
+ - `./backend-protocol:IntentPointerDuePayload`
971
+ - `./backend-protocol:isBackendProtocolEventIdentity`
972
+ - `./backend-protocol:isBackendProtocolProjectionKey`
973
+ - `./backend-protocol:isBackendProtocolTruthIdentity`
974
+ - `./backend-protocol:parseBackendProtocolLedgerEventRpc`
975
+ - `./backend-protocol:parseDispatchBindingRef`
976
+ - `./backend-protocol:parseDispatchIndeterminateClaim`
977
+ - `./backend-protocol:parseDispatchLivedClaim`
978
+ - `./backend-protocol:parseDurableTriggerRetryPolicy`
979
+ - `./backend-protocol:parseIntentPointerDuePayload`
980
+ - `./backend-protocol:parseRequestedPayload`
981
+ - `./backend-protocol:parseRequestedPayloadValue`
982
+ - `./backend-protocol:parseScheduledEventIntentPayload`
983
+ - `./backend-protocol:parseTraceContext`
984
+ - `./backend-protocol:ProjectedResourceState`
985
+ - `./backend-protocol:projectQuotaGrantUsage`
986
+ - `./backend-protocol:projectQuotaState`
987
+ - `./backend-protocol:projectResourceEvents`
988
+ - `./backend-protocol:projectResourceRows`
989
+ - `./backend-protocol:projectResourceState`
990
+ - `./backend-protocol:QUOTA_EVENT_KIND`
991
+ - `./backend-protocol:QuotaConsumedPayloadSchema`
992
+ - `./backend-protocol:replayDispatchDeliveryFromSnapshot`
993
+ - `./backend-protocol:RESOURCE_EVENT_KIND`
994
+ - `./backend-protocol:ResourceGrantPayloadSchema`
995
+ - `./backend-protocol:ResourceProjection`
996
+ - `./backend-protocol:ResourceProtocolEventRow`
997
+ - `./backend-protocol:ResourceReservationProjection`
998
+ - `./backend-protocol:ResourceReservationStatus`
999
+ - `./backend-protocol:ResourceReservePayloadSchema`
1000
+ - `./backend-protocol:ResourceReserveRejectedPayloadSchema`
1001
+ - `./backend-protocol:ResourceTerminalPayloadSchema`
1002
+ - `./backend-protocol:SCHEDULED_EVENT_TRIGGER_KIND`
1003
+ - `./backend-protocol:scheduledEventIntentPayload`
1004
+ - `./backend-protocol:ScheduledEventIntentPayload`
1005
+ - `./backend-protocol:settleDispatchInboundAccepted`
1006
+ - `./backend-protocol:settleDispatchOutboundDelivered`
1007
+ - `./backend-protocol:settleDispatchOutboundEnqueued`
1008
+ - `./backend-protocol:settleDispatchOutboundRetryPending`
1009
+ - `./backend-protocol/reference:fireBackendEventHandlers`
1010
+ - `./boundary-contract:BoundaryClaimPhase`
1011
+ - `./boundary-contract:BoundaryContract`
1012
+ - `./boundary-contract:BoundaryContractIssue`
1013
+ - `./boundary-contract:BoundaryContractValidation`
1014
+ - `./boundary-contract:BoundaryEventClaimContract`
1015
+ - `./boundary-contract:BoundaryEventContract`
1016
+ - `./boundary-contract:boundaryPackage`
1017
+ - `./boundary-contract:BoundaryProjectionContract`
1018
+ - `./boundary-contract:defineBoundaryContract`
1019
+ - `./boundary-contract:validateBoundaryContract`
1020
+ - `./boundary-contract:validateBoundaryPayload`
1021
+ - `./carrier:Carrier`
1022
+ - `./carrier:CarrierEvent`
1023
+ - `./carrier:CarrierEventPayload`
1024
+ - `./carrier:CarrierEventPayloads`
1025
+ - `./carrier:CarrierHandlers`
1026
+ - `./carrier:CarrierIndeterminateMap`
1027
+ - `./carrier:CarrierIndeterminateSpec`
1028
+ - `./carrier:CarrierKindView`
1029
+ - `./carrier:CarrierRejectMap`
1030
+ - `./carrier:CarrierRejectSpec`
1031
+ - `./carrier:CarrierSettleMap`
1032
+ - `./carrier:CarrierSettleSpec`
1033
+ - `./carrier:defineCarrier`
1034
+ - `./carrier:DefineCarrierSpec`
1035
+ - `./carrier:event`
1036
+ - `./carrier:indeterminate`
1037
+ - `./carrier:lived`
1038
+ - `./carrier:none`
1039
+ - `./carrier:pre`
1040
+ - `./carrier:rejected`
1041
+ - `./context:buildContextPack`
1042
+ - `./context:ContextFact`
1043
+ - `./context:ContextOmitReason`
1044
+ - `./context:ContextOmittedRef`
1045
+ - `./context:ContextPack`
1046
+ - `./context:ContextPackItem`
1047
+ - `./context:ContextPackOptions`
1048
+ - `./context:ContextRedactionSpan`
1049
+ - `./effect-claim:ADMITTER_ERROR_REASON_PREFIX`
1050
+ - `./effect-claim:admitterErrorRejectionRef`
1051
+ - `./effect-claim:AdmitVerdict`
1052
+ - `./effect-claim:AnchorRef`
1053
+ - `./effect-claim:AuthorityRef`
1054
+ - `./effect-claim:authorityRefKey`
1055
+ - `./effect-claim:ClaimRole`
1056
+ - `./effect-claim:ClaimValidation`
1057
+ - `./effect-claim:ClaimValidationIssue`
1058
+ - `./effect-claim:EffectClaim`
1059
+ - `./effect-claim:factOwnerKey`
1060
+ - `./effect-claim:FactOwnerRef`
1061
+ - `./effect-claim:IndeterminateClaim`
1062
+ - `./effect-claim:IndeterminateRef`
1063
+ - `./effect-claim:INVALID_ADMITTER_REJECTION_REF_REASON`
1064
+ - `./effect-claim:INVALID_ADMITTER_VERDICT_REASON`
1065
+ - `./effect-claim:invalidAdmitterRejectionRef`
1066
+ - `./effect-claim:invalidAdmitterVerdictRejectionRef`
1067
+ - `./effect-claim:isAnchorRef`
1068
+ - `./effect-claim:isAuthorityRef`
1069
+ - `./effect-claim:isFactOwnerRef`
1070
+ - `./effect-claim:isIndeterminateRef`
1071
+ - `./effect-claim:isOriginRef`
1072
+ - `./effect-claim:isRejectionRef`
1073
+ - `./effect-claim:isScopeRef`
1074
+ - `./effect-claim:ledgerTruthKey`
1075
+ - `./effect-claim:LivedClaim`
1076
+ - `./effect-claim:makeOperationRef`
1077
+ - `./effect-claim:makePreClaim`
1078
+ - `./effect-claim:normalizeAdmitVerdict`
1079
+ - `./effect-claim:OperationRef`
1080
+ - `./effect-claim:OriginRef`
1081
+ - `./effect-claim:PreClaim`
1082
+ - `./effect-claim:RejectedClaim`
1083
+ - `./effect-claim:RejectionRef`
1084
+ - `./effect-claim:ScopeRef`
1085
+ - `./effect-claim:scopeRefKey`
1086
+ - `./effect-claim:validateEffectClaim`
1087
+ - `./errors:ABORT`
1088
+ - `./errors:AbortKind`
1089
+ - `./errors:CapabilityRejected`
1090
+ - `./errors:CORE_CLAIMED_EVENT_NAMESPACES`
1091
+ - `./errors:CORE_CLAIMED_PREFIXES`
1092
+ - `./errors:CoreClaimedEventNamespace`
1093
+ - `./errors:coreClaimedEventNamespacePrefixes`
1094
+ - `./errors:DispatchBindingRefMalformed`
1095
+ - `./errors:DispatchScopeMismatch`
1096
+ - `./errors:DispatchTargetNotFound`
1097
+ - `./errors:DurableTriggerAcquireCancelled`
1098
+ - `./errors:DurableTriggerCommitReturnedThenable`
1099
+ - `./errors:DurableTriggerDrainLimitExceeded`
1100
+ - `./errors:InvalidResourceAmount`
1101
+ - `./errors:InvalidScheduleAt`
1102
+ - `./errors:isClaimedEventKind`
1103
+ - `./errors:isCoreClaimedEventKind`
1104
+ - `./errors:JsonStringifyError`
1105
+ - `./errors:ProviderFailureFlag`
1106
+ - `./errors:ProviderHttpFailure`
1107
+ - `./errors:ProviderOutputDecodeError`
1108
+ - `./errors:reasonOf`
1109
+ - `./errors:ResourceInsufficient`
1110
+ - `./errors:ResourceReservationClosed`
1111
+ - `./errors:ResourceReservationNotFound`
1112
+ - `./errors:safeStringify`
1113
+ - `./errors:safeStringifyPretty`
1114
+ - `./errors:ScopeMissingError`
1115
+ - `./errors:SqlError`
1116
+ - `./errors:ToolError`
1117
+ - `./errors:TriggerFactoryError`
1118
+ - `./errors:UnregisteredDurableTriggerKind`
1119
+ - `./errors:UnsupportedScopeRef`
1120
+ - `./errors:UpstreamFailure`
1121
+ - `./extensions:BoundaryPackage`
1122
+ - `./extensions:CommitterMap`
1123
+ - `./extensions:defineEventKindView`
1124
+ - `./extensions:defineEventPayloads`
1125
+ - `./extensions:eventNamespace`
1126
+ - `./extensions:EventNamespace`
1127
+ - `./extensions:EventPayload`
1128
+ - `./extensions:EventPayloadMap`
1129
+ - `./extensions:ExtensionCapability`
1130
+ - `./extensions:ExtensionCapabilityConflict`
1131
+ - `./extensions:ExtensionCommitSpec`
1132
+ - `./extensions:ExtensionDeclaration`
1133
+ - `./extensions:extensionOwnsEvent`
1134
+ - `./extensions:ExtensionTimeSpec`
1135
+ - `./extensions:ExtensionValidation`
1136
+ - `./extensions:isBoundaryPackage`
1137
+ - `./extensions:makeCommitters`
1138
+ - `./extensions:payload`
1139
+ - `./extensions:rejectClaimedAppEvent`
1140
+ - `./extensions:validateExtensionDeclarations`
1141
+ - `./live-edge:captureLive`
1142
+ - `./live-edge:openLive`
1143
+ - `./llm-protocol:canonicalLlmSnapshotRequestJson`
1144
+ - `./llm-protocol:canonicalLlmWireDescriptorJson`
1145
+ - `./llm-protocol:LLM_CALL_SNAPSHOT_VERSION`
1146
+ - `./llm-protocol:LLM_WIRE_DESCRIPTOR_VERSION`
1147
+ - `./llm-protocol:LlmCallOptions`
1148
+ - `./llm-protocol:LlmCallSnapshot`
1149
+ - `./llm-protocol:llmCallSnapshotFromResponse`
1150
+ - `./llm-protocol:LlmJsonSchemaObject`
1151
+ - `./llm-protocol:LlmMessage`
1152
+ - `./llm-protocol:LlmOutputItem`
1153
+ - `./llm-protocol:LlmOutputItemSchema`
1154
+ - `./llm-protocol:llmOutputItemsFromTextAndToolCalls`
1155
+ - `./llm-protocol:LlmRequest`
1156
+ - `./llm-protocol:LlmResponse`
1157
+ - `./llm-protocol:LlmRoute`
1158
+ - `./llm-protocol:llmRouteMaterialRefs`
1159
+ - `./llm-protocol:LlmSnapshotRequest`
1160
+ - `./llm-protocol:llmSnapshotRequestFingerprint`
1161
+ - `./llm-protocol:llmSnapshotRequestFromRequest`
1162
+ - `./llm-protocol:LlmSnapshotToolDefinition`
1163
+ - `./llm-protocol:llmSnapshotToolDefinitionFromToolDefinition`
1164
+ - `./llm-protocol:LlmToolCall`
1165
+ - `./llm-protocol:LlmToolCallSchema`
1166
+ - `./llm-protocol:LlmToolChoice`
1167
+ - `./llm-protocol:LlmTransport`
1168
+ - `./llm-protocol:LlmTransportRouteDescriptor`
1169
+ - `./llm-protocol:LlmUsage`
1170
+ - `./llm-protocol:LlmUsageSchema`
1171
+ - `./llm-protocol:LlmWireDescriptor`
1172
+ - `./llm-protocol:llmWireDescriptorFingerprint`
1173
+ - `./llm-protocol:projectAgentSchemaForLlmTool`
1174
+ - `./llm-protocol:replayLlmResponseFromSnapshot`
1175
+ - `./llm-protocol:STRUCTURED_OUTPUT_TOOL_NAME`
1176
+ - `./llm-protocol:textFromLlmOutputItems`
1177
+ - `./llm-protocol:toolCallsFromLlmOutputItems`
1178
+ - `./material-ref:bindingMaterialRef`
1179
+ - `./material-ref:BindingMaterialRef`
1180
+ - `./material-ref:BindingMaterialRequirement`
1181
+ - `./material-ref:credentialMaterialRef`
1182
+ - `./material-ref:CredentialMaterialRef`
1183
+ - `./material-ref:CredentialMaterialRequirement`
1184
+ - `./material-ref:EffectAuthorityContract`
1185
+ - `./material-ref:endpointMaterialRef`
1186
+ - `./material-ref:EndpointMaterialRef`
1187
+ - `./material-ref:EndpointMaterialRequirement`
1188
+ - `./material-ref:externalResourceMaterialRef`
1189
+ - `./material-ref:ExternalResourceMaterialRef`
1190
+ - `./material-ref:ExternalResourceMaterialRequirement`
1191
+ - `./material-ref:isEffectAuthorityContract`
1192
+ - `./material-ref:isMaterialRef`
1193
+ - `./material-ref:isMaterialRequirement`
1194
+ - `./material-ref:MaterialKind`
1195
+ - `./material-ref:MaterialRef`
1196
+ - `./material-ref:materialRefKey`
1197
+ - `./material-ref:materialRefSatisfiesRequirement`
1198
+ - `./material-ref:materialRequirement`
1199
+ - `./material-ref:MaterialRequirement`
1200
+ - `./material-ref:MaterialRequirementInput`
1201
+ - `./material-ref:MaterialValidationIssue`
1202
+ - `./projection:checkProjectionSink`
1203
+ - `./projection:defineProjectionSpec`
1204
+ - `./projection:project`
1205
+ - `./projection:ProjectionContext`
1206
+ - `./projection:ProjectionDefinition`
1207
+ - `./projection:ProjectionDefinitionError`
1208
+ - `./projection:projectionFailure`
1209
+ - `./projection:ProjectionFailure`
1210
+ - `./projection:ProjectionIssue`
1211
+ - `./projection:projectionOk`
1212
+ - `./projection:ProjectionOk`
1213
+ - `./projection:projectionOutputOrFail`
1214
+ - `./projection:ProjectionProvenance`
1215
+ - `./projection:ProjectionResult`
1216
+ - `./projection:ProjectionRunFailed`
1217
+ - `./projection:ProjectionSink`
1218
+ - `./projection:ProjectionSinkCheckResult`
1219
+ - `./projection:ProjectionSinkFailure`
1220
+ - `./projection:ProjectionSinkReadResult`
1221
+ - `./projection:ProjectionSinkRunResult`
1222
+ - `./projection:ProjectionSourceRef`
1223
+ - `./projection:ProjectionSpec`
1224
+ - `./projection:runProjectionSink`
1225
+ - `./quota:QuotaSpec`
1226
+ - `./quota:withQuota`
1227
+ - `./recorded-value:Recorded`
1228
+ - `./recorded-value:recordedValue`
1229
+ - `./recorded-value:RecordedValue`
1230
+ - `./ref-resolver:LiveResolvedMaterial`
1231
+ - `./ref-resolver:RefResolutionFailed`
1232
+ - `./ref-resolver:RefResolver`
1233
+ - `./ref-resolver:RefResolverDisposeInput`
1234
+ - `./ref-resolver:RefResolverEmpty`
1235
+ - `./ref-resolver:RefResolverLive`
1236
+ - `./ref-resolver:RefResolverService`
1237
+ - `./ref-resolver:ResolvedMaterial`
1238
+ - `./ref-resolver:ResolvedMaterialService`
1239
+ - `./ref-resolver:withResolvedMaterial`
1240
+ - `./runtime-protocol:AdmissionImpact`
1241
+ - `./runtime-protocol:AdmissionRow`
1242
+ - `./runtime-protocol:AGENT_INTENT_EVENT_KINDS`
1243
+ - `./runtime-protocol:AGENT_MANIFEST_PROJECTION_SCHEMA`
1244
+ - `./runtime-protocol:AGENT_MANIFEST_PROJECTION_TARGETS`
1245
+ - `./runtime-protocol:AGENT_SETTLEMENT_EVENT_KINDS`
1246
+ - `./runtime-protocol:AgentBindings`
1247
+ - `./runtime-protocol:AgentCapabilityBindingRef`
1248
+ - `./runtime-protocol:AgentCapabilityDefinition`
1249
+ - `./runtime-protocol:AgentCapabilityIntent`
1250
+ - `./runtime-protocol:AgentCapabilityIntentMap`
1251
+ - `./runtime-protocol:AgentCapabilityIntentPayload`
1252
+ - `./runtime-protocol:AgentCapabilityIntentsOf`
1253
+ - `./runtime-protocol:AgentCapabilityMaterial`
1254
+ - `./runtime-protocol:AgentCapabilityMaterialMap`
1255
+ - `./runtime-protocol:AgentCapabilityMaterialsOf`
1256
+ - `./runtime-protocol:AgentCapabilityProjection`
1257
+ - `./runtime-protocol:AgentCapabilityProjectionIdentity`
1258
+ - `./runtime-protocol:AgentCapabilityProjectionMap`
1259
+ - `./runtime-protocol:AgentCapabilityProjectionsOf`
1260
+ - `./runtime-protocol:AgentCapabilityProjectionState`
1261
+ - `./runtime-protocol:AgentDefinitionExtension`
1262
+ - `./runtime-protocol:AgentExecutionDomainRef`
1263
+ - `./runtime-protocol:AgentHandler`
1264
+ - `./runtime-protocol:AgentHandlerBindings`
1265
+ - `./runtime-protocol:AgentHandlerContext`
1266
+ - `./runtime-protocol:AgentHandlerResult`
1267
+ - `./runtime-protocol:AgentInstructionsRef`
1268
+ - `./runtime-protocol:AgentIntent`
1269
+ - `./runtime-protocol:AgentIntentKind`
1270
+ - `./runtime-protocol:AgentInteractionRef`
1271
+ - `./runtime-protocol:AgentLlmRouteBindingRef`
1272
+ - `./runtime-protocol:AgentManifest`
1273
+ - `./runtime-protocol:AgentManifestInput`
1274
+ - `./runtime-protocol:AgentManifestProjection`
1275
+ - `./runtime-protocol:AgentManifestProjectionAgent`
1276
+ - `./runtime-protocol:AgentManifestProjectionBindings`
1277
+ - `./runtime-protocol:AgentManifestProjectionEntry`
1278
+ - `./runtime-protocol:AgentManifestProjectionTarget`
1279
+ - `./runtime-protocol:AgentMountIssue`
1280
+ - `./runtime-protocol:AgentMountPort`
1281
+ - `./runtime-protocol:AgentMountValidation`
1282
+ - `./runtime-protocol:AgentMountWarning`
1283
+ - `./runtime-protocol:agentRunAbortedEvent`
1284
+ - `./runtime-protocol:AgentRunAbortedPayload`
1285
+ - `./runtime-protocol:AgentRunAbortedPayloadSchema`
1286
+ - `./runtime-protocol:agentRunCompletedEvent`
1287
+ - `./runtime-protocol:AgentRunCompletedPayload`
1288
+ - `./runtime-protocol:AgentRunCompletedPayloadSchema`
1289
+ - `./runtime-protocol:agentRunInterruptedEvent`
1290
+ - `./runtime-protocol:AgentRunInterruptedPayload`
1291
+ - `./runtime-protocol:AgentRunInterruptedPayloadSchema`
1292
+ - `./runtime-protocol:agentRunResumedEvent`
1293
+ - `./runtime-protocol:AgentRunResumedPayload`
1294
+ - `./runtime-protocol:AgentRunResumedPayloadSchema`
1295
+ - `./runtime-protocol:agentRunStartedEvent`
1296
+ - `./runtime-protocol:AgentRunStartedPayload`
1297
+ - `./runtime-protocol:AgentRunStartedPayloadSchema`
1298
+ - `./runtime-protocol:AgentScopeIdentityPolicy`
1299
+ - `./runtime-protocol:AgentScopeKind`
1300
+ - `./runtime-protocol:AgentSettlementKind`
1301
+ - `./runtime-protocol:AgentSubmitBindings`
1302
+ - `./runtime-protocol:AgentToolBindingRef`
1303
+ - `./runtime-protocol:AnyAgentCapabilityDefinition`
1304
+ - `./runtime-protocol:ApprovalInputRequestResumePayload`
1305
+ - `./runtime-protocol:assertRuntimeLedgerTransitions`
1306
+ - `./runtime-protocol:AttemptKey`
1307
+ - `./runtime-protocol:AttemptResult`
1308
+ - `./runtime-protocol:AttemptSpec`
1309
+ - `./runtime-protocol:AuthorizationGrantRef`
1310
+ - `./runtime-protocol:AuthorizationInputRequestResumePayload`
1311
+ - `./runtime-protocol:BarrierCursor`
1312
+ - `./runtime-protocol:BarrierRow`
1313
+ - `./runtime-protocol:BUILTIN_HANDLER_KINDS`
1314
+ - `./runtime-protocol:BuiltinHandlerKind`
1315
+ - `./runtime-protocol:capabilityIntent`
1316
+ - `./runtime-protocol:CapabilityLease`
1317
+ - `./runtime-protocol:capabilityMaterial`
1318
+ - `./runtime-protocol:capabilityProjection`
1319
+ - `./runtime-protocol:chatIngestedEvent`
1320
+ - `./runtime-protocol:ChatIngestedPayload`
1321
+ - `./runtime-protocol:ChatIngestedPayloadSchema`
1322
+ - `./runtime-protocol:agentSessionTurnSubmittedEvent`
1323
+ - `./runtime-protocol:AgentSessionTurnSubmittedPayload`
1324
+ - `./runtime-protocol:AgentSessionTurnSubmittedPayloadSchema`
1325
+ - `./runtime-protocol:ContinuationAnswer`
1326
+ - `./runtime-protocol:ContinuationCause`
1327
+ - `./runtime-protocol:ContinuationRef`
1328
+ - `./runtime-protocol:continuationRefFromInterruptedEvent`
1329
+ - `./runtime-protocol:ContinuationRefFromInterruptionResult`
1330
+ - `./runtime-protocol:decideTier`
1331
+ - `./runtime-protocol:decisionContinuationCause`
1332
+ - `./runtime-protocol:DecisionContinuationCause`
1333
+ - `./runtime-protocol:DecodedOutput`
1334
+ - `./runtime-protocol:decodeRuntimeEventPayload`
1335
+ - `./runtime-protocol:decodeRuntimeLedgerEvent`
1336
+ - `./runtime-protocol:DecodeRuntimeLedgerEventResult`
1337
+ - `./runtime-protocol:decodeSubmitResult`
1338
+ - `./runtime-protocol:defineAgentBindings`
1339
+ - `./runtime-protocol:defineAgentManifest`
1340
+ - `./runtime-protocol:defineAgentSubmitBindings`
1341
+ - `./runtime-protocol:DeploymentSpec`
1342
+ - `./runtime-protocol:DeterministicToolExecutedPayload`
1343
+ - `./runtime-protocol:DeterministicToolExecution`
1344
+ - `./runtime-protocol:EMPTY_BARRIER_CURSOR`
1345
+ - `./runtime-protocol:EvidenceRow`
1346
+ - `./runtime-protocol:EXECUTION_IDENTITY_VERSION`
1347
+ - `./runtime-protocol:ExecutionIdentity`
1348
+ - `./runtime-protocol:ExecutionIdentityDeployment`
1349
+ - `./runtime-protocol:ExecutionIdentityDeploymentSchema`
1350
+ - `./runtime-protocol:executionIdentityFromDeployment`
1351
+ - `./runtime-protocol:executionIdentityFromUnknown`
1352
+ - `./runtime-protocol:ExecutionIdentityManifest`
1353
+ - `./runtime-protocol:ExecutionIdentityManifestSchema`
1354
+ - `./runtime-protocol:ExecutionIdentitySchema`
1355
+ - `./runtime-protocol:ExtensionHandlerKind`
1356
+ - `./runtime-protocol:EXTERNAL_TOOL_EXECUTION_RECEIPT_VERSION`
1357
+ - `./runtime-protocol:EXTERNAL_TOOL_EXECUTION_REQUIRES_RECEIPT_REASON`
1358
+ - `./runtime-protocol:EXTERNAL_TOOL_REPLAY_REQUIRES_RECEIPT_REASON`
1359
+ - `./runtime-protocol:ExternalReceiptAnchorRef`
1360
+ - `./runtime-protocol:ExternalToolExecutedPayload`
1361
+ - `./runtime-protocol:ExternalToolExecution`
1362
+ - `./runtime-protocol:ExternalToolExecutionReceipt`
1363
+ - `./runtime-protocol:externalToolExecutionReceiptFromExecutedPayload`
1364
+ - `./runtime-protocol:ExternalToolExecutionReceiptFromExecutedPayloadResult`
1365
+ - `./runtime-protocol:ExternalToolReceiptReplayOutcome`
1366
+ - `./runtime-protocol:FailureDiagnostic`
1367
+ - `./runtime-protocol:FailureDiagnosticCategory`
1368
+ - `./runtime-protocol:FailureDiagnosticEnvelope`
1369
+ - `./runtime-protocol:failureDiagnosticEnvelopeForReason`
1370
+ - `./runtime-protocol:FailureDiagnosticInternalFacts`
1371
+ - `./runtime-protocol:FailureDiagnosticOwner`
1372
+ - `./runtime-protocol:FailureDiagnostics`
1373
+ - `./runtime-protocol:FINGERPRINT_ALGO_VERSION`
1374
+ - `./runtime-protocol:HandlerKind`
1375
+ - `./runtime-protocol:INPUT_REQUEST_KIND`
1376
+ - `./runtime-protocol:INPUT_REQUEST_REASON`
1377
+ - `./runtime-protocol:INPUT_REQUEST_REF_KIND`
1378
+ - `./runtime-protocol:InputRequestAnswer`
1379
+ - `./runtime-protocol:InputRequestDescriptor`
1380
+ - `./runtime-protocol:inputRequestDescriptorFromUnknown`
1381
+ - `./runtime-protocol:InputRequestKind`
1382
+ - `./runtime-protocol:inputRequestKindFromReason`
1383
+ - `./runtime-protocol:InputRequestReason`
1384
+ - `./runtime-protocol:InputRequestRef`
1385
+ - `./runtime-protocol:inputRequestRefFromInterruptedEvent`
1386
+ - `./runtime-protocol:InputRequestRefFromInterruptionResult`
1387
+ - `./runtime-protocol:InputRequestResumePayload`
1388
+ - `./runtime-protocol:INSTALLATION_INTENT_VERSION`
1389
+ - `./runtime-protocol:INSTALLATION_OBSERVATION_VERSION`
1390
+ - `./runtime-protocol:INSTALLATION_RECEIPT_EVENT_KIND`
1391
+ - `./runtime-protocol:INSTALLATION_RECEIPT_VERSION`
1392
+ - `./runtime-protocol:InstallationBootCheck`
1393
+ - `./runtime-protocol:InstallationIntent`
1394
+ - `./runtime-protocol:installationIntentFromDeployment`
1395
+ - `./runtime-protocol:installationObservation`
1396
+ - `./runtime-protocol:InstallationObservation`
1397
+ - `./runtime-protocol:InstallationObservationInput`
1398
+ - `./runtime-protocol:InstallationReceipt`
1399
+ - `./runtime-protocol:installationReceiptEvent`
1400
+ - `./runtime-protocol:installationReceiptFromLedgerEvent`
1401
+ - `./runtime-protocol:installationReceiptFromObservation`
1402
+ - `./runtime-protocol:IntentSettlementVocabularyIssue`
1403
+ - `./runtime-protocol:InvalidateSpec`
1404
+ - `./runtime-protocol:isContinuationCause`
1405
+ - `./runtime-protocol:isContinuationRef`
1406
+ - `./runtime-protocol:isInputRequestRef`
1407
+ - `./runtime-protocol:isRecoveryAttemptRecord`
1408
+ - `./runtime-protocol:isRuntimeAbortEventKind`
1409
+ - `./runtime-protocol:isRuntimeEventKind`
1410
+ - `./runtime-protocol:LedgerCommitEventSpec`
1411
+ - `./runtime-protocol:LedgerTruthIdentity`
1412
+ - `./runtime-protocol:LedgerWitnessedScopedRef`
1413
+ - `./runtime-protocol:LiveInput`
1414
+ - `./runtime-protocol:LLM_STRUCTURED_EVENT_KINDS`
1415
+ - `./runtime-protocol:LLM_STRUCTURED_EVIDENCE_EVENT`
1416
+ - `./runtime-protocol:LLM_STRUCTURED_INVALIDATE_EVENT`
1417
+ - `./runtime-protocol:llmRequestedEvent`
1418
+ - `./runtime-protocol:LlmRequestedPayload`
1419
+ - `./runtime-protocol:LlmRequestedPayloadSchema`
1420
+ - `./runtime-protocol:llmResponseEvent`
1421
+ - `./runtime-protocol:LlmResponsePayload`
1422
+ - `./runtime-protocol:LlmResponsePayloadSchema`
1423
+ - `./runtime-protocol:LlmRoute`
1424
+ - `./runtime-protocol:lowerSubmitRunInput`
1425
+ - `./runtime-protocol:LowerSubmitRunInputSpec`
1426
+ - `./runtime-protocol:makeAdmissionSchemaSpec`
1427
+ - `./runtime-protocol:manifestScopeRef`
1428
+ - `./runtime-protocol:manifestScopeRefResult`
1429
+ - `./runtime-protocol:ManifestScopeRefResult`
1430
+ - `./runtime-protocol:manifestTruthIdentity`
1431
+ - `./runtime-protocol:MissingSubmitRunBinding`
1432
+ - `./runtime-protocol:mountAgent`
1433
+ - `./runtime-protocol:MountedAgent`
1434
+ - `./runtime-protocol:Outcome`
1435
+ - `./runtime-protocol:OutcomeClass`
1436
+ - `./runtime-protocol:ParsedRecordedSealedAuthorizationRef`
1437
+ - `./runtime-protocol:parseInputRequestResumePayload`
1438
+ - `./runtime-protocol:ParseInputRequestResumeResult`
1439
+ - `./runtime-protocol:ProbeInput`
1440
+ - `./runtime-protocol:projectAgentManifest`
1441
+ - `./runtime-protocol:ProjectAgentManifestOptions`
1442
+ - `./runtime-protocol:projectFailureDiagnostics`
1443
+ - `./runtime-protocol:projectInstallationReceipt`
1444
+ - `./runtime-protocol:projectLease`
1445
+ - `./runtime-protocol:projectRuntimeSafeLedgerEvent`
1446
+ - `./runtime-protocol:providerResourceId`
1447
+ - `./runtime-protocol:ProviderResourceId`
1448
+ - `./runtime-protocol:QuestionInputRequestResumePayload`
1449
+ - `./runtime-protocol:RECEIPT_BACKED_TOOL_RESULT_VERSION`
1450
+ - `./runtime-protocol:receiptBackedToolResult`
1451
+ - `./runtime-protocol:ReceiptBackedToolResult`
1452
+ - `./runtime-protocol:receiptBackedToolResultFromUnknown`
1453
+ - `./runtime-protocol:recordAdmissionRow`
1454
+ - `./runtime-protocol:recordBarrierRow`
1455
+ - `./runtime-protocol:RecordedAdmissionRow`
1456
+ - `./runtime-protocol:RecordedBarrierRow`
1457
+ - `./runtime-protocol:RecordedContinuationRef`
1458
+ - `./runtime-protocol:recordedContinuationRefFromUnknown`
1459
+ - `./runtime-protocol:RecordedEvidenceRow`
1460
+ - `./runtime-protocol:RecordedInputRequestRef`
1461
+ - `./runtime-protocol:recordedInputRequestRefFromUnknown`
1462
+ - `./runtime-protocol:RecordedSealedAuthorizationRef`
1463
+ - `./runtime-protocol:recordEvidenceRow`
1464
+ - `./runtime-protocol:RecoveryAttemptRecord`
1465
+ - `./runtime-protocol:RecoveryBudget`
1466
+ - `./runtime-protocol:RecoveryBudgetProjection`
1467
+ - `./runtime-protocol:RecoveryFingerprint`
1468
+ - `./runtime-protocol:RecoveryObservation`
1469
+ - `./runtime-protocol:RecoveryTerminalCause`
1470
+ - `./runtime-protocol:RecoveryVerdictContinuationCause`
1471
+ - `./runtime-protocol:replayExternalToolExecutionFromReceipt`
1472
+ - `./runtime-protocol:replayToolFromArtifact`
1473
+ - `./runtime-protocol:replayToolResultFromSnapshot`
1474
+ - `./runtime-protocol:RUNTIME_ABORT_EVENT_KINDS`
1475
+ - `./runtime-protocol:RUNTIME_EVENT_KIND`
1476
+ - `./runtime-protocol:RUNTIME_EVENT_KINDS`
1477
+ - `./runtime-protocol:RUNTIME_FACT_OWNER`
1478
+ - `./runtime-protocol:RuntimeAbortEventKind`
1479
+ - `./runtime-protocol:runtimeCompletedAfterToolsEvent`
1480
+ - `./runtime-protocol:RuntimeCompletedAfterToolsPayload`
1481
+ - `./runtime-protocol:RuntimeCompletedAfterToolsPayloadSchema`
1482
+ - `./runtime-protocol:RuntimeEventCommitSpec`
1483
+ - `./runtime-protocol:RuntimeEventCommitSpecByKind`
1484
+ - `./runtime-protocol:RuntimeEventKind`
1485
+ - `./runtime-protocol:RuntimeEventPayloadByKind`
1486
+ - `./runtime-protocol:runtimeHistoryCompactedEvent`
1487
+ - `./runtime-protocol:RuntimeHistoryCompactedPayload`
1488
+ - `./runtime-protocol:RuntimeHistoryCompactedPayloadSchema`
1489
+ - `./runtime-protocol:RuntimeLedgerEvent`
1490
+ - `./runtime-protocol:RuntimeLedgerEventByKind`
1491
+ - `./runtime-protocol:RuntimeLedgerTransitionIssue`
1492
+ - `./runtime-protocol:RuntimeLedgerTransitionIssueCode`
1493
+ - `./runtime-protocol:RuntimeLedgerTransitionRejected`
1494
+ - `./runtime-protocol:RuntimeLedgerTransitionValidation`
1495
+ - `./runtime-protocol:runtimeRekeyedEvent`
1496
+ - `./runtime-protocol:RuntimeRekeyedPayload`
1497
+ - `./runtime-protocol:RuntimeRekeyedPayloadSchema`
1498
+ - `./runtime-protocol:ScheduleFireDispatchedPayload`
1499
+ - `./runtime-protocol:ScheduleFireDispatchedPayloadSchema`
1500
+ - `./runtime-protocol:ScheduleFireFailedPayload`
1501
+ - `./runtime-protocol:ScheduleFireFailedPayloadSchema`
1502
+ - `./runtime-protocol:ScheduleFireProductLink`
1503
+ - `./runtime-protocol:ScheduleFireProductLinkSchema`
1504
+ - `./runtime-protocol:ScheduleFireRequestedPayload`
1505
+ - `./runtime-protocol:ScheduleFireRequestedPayloadSchema`
1506
+ - `./runtime-protocol:scheduleFireDispatchedEvent`
1507
+ - `./runtime-protocol:scheduleFireFailedEvent`
1508
+ - `./runtime-protocol:scheduleFireRequestedEvent`
1509
+ - `./runtime-protocol:SchedulePrincipalPayload`
1510
+ - `./runtime-protocol:SchedulePrincipalPayloadSchema`
1511
+ - `./runtime-protocol:Stimulus`
1512
+ - `./runtime-protocol:Strategy`
1513
+ - `./runtime-protocol:SubmitDecisionInterrupt`
1514
+ - `./runtime-protocol:SubmitDecisionInterruptReason`
1515
+ - `./runtime-protocol:SubmitReceiptBackedToolBinding`
1516
+ - `./runtime-protocol:SubmitResult`
1517
+ - `./runtime-protocol:SubmitResumeDecision`
1518
+ - `./runtime-protocol:submitResumeDecisionFromContinuationRef`
1519
+ - `./runtime-protocol:submitResumeDecisionFromInputRequestRef`
1520
+ - `./runtime-protocol:SubmitRunBindings`
1521
+ - `./runtime-protocol:SubmitRunInput`
1522
+ - `./runtime-protocol:SubmitSpec`
1523
+ - `./runtime-protocol:SubmitToolContext`
1524
+ - `./runtime-protocol:SubmitToolExecutionRetryPolicy`
1525
+ - `./runtime-protocol:SubmitToolIntent`
1526
+ - `./runtime-protocol:SubmitToolPolicy`
1527
+ - `./runtime-protocol:SubmitToolRetryDelayPolicy`
1528
+ - `./runtime-protocol:SubmitToolRetryPolicy`
1529
+ - `./runtime-protocol:TOOL_EXECUTION_CLAIM_MUST_BE_LIVED_REASON`
1530
+ - `./runtime-protocol:TOOL_REJECTED_DIAGNOSTICS_PHASES`
1531
+ - `./runtime-protocol:TOOL_RESULT_SNAPSHOT_VERSION`
1532
+ - `./runtime-protocol:ToolArgumentSummary`
1533
+ - `./runtime-protocol:toolExecutedEvent`
1534
+ - `./runtime-protocol:ToolExecutedPayload`
1535
+ - `./runtime-protocol:ToolExecutedPayloadSchema`
1536
+ - `./runtime-protocol:ToolRejectedDiagnostics`
1537
+ - `./runtime-protocol:ToolRejectedDiagnosticsPhase`
1538
+ - `./runtime-protocol:toolRejectedEvent`
1539
+ - `./runtime-protocol:ToolRejectedPayload`
1540
+ - `./runtime-protocol:ToolRejectedPayloadSchema`
1541
+ - `./runtime-protocol:ToolReplayArtifact`
1542
+ - `./runtime-protocol:toolReplayArtifactFromExecutedPayload`
1543
+ - `./runtime-protocol:ToolReplayArtifactFromExecutedPayloadResult`
1544
+ - `./runtime-protocol:ToolReplayOutcome`
1545
+ - `./runtime-protocol:ToolResultReplayOutcome`
1546
+ - `./runtime-protocol:ToolResultSnapshot`
1547
+ - `./runtime-protocol:toolResultSnapshotFromExecutedPayload`
1548
+ - `./runtime-protocol:TurnRef`
1549
+ - `./runtime-protocol:validateAgentMount`
1550
+ - `./runtime-protocol:validateIntentSettlementVocabulary`
1551
+ - `./runtime-protocol:validateRuntimeLedgerTransitions`
1552
+ - `./runtime-protocol:workflowRunSubmittedEvent`
1553
+ - `./runtime-protocol:WorkflowRunSubmittedPayload`
1554
+ - `./runtime-protocol:WorkflowRunSubmittedPayloadSchema`
1555
+ - `./runtime-protocol:WORKSPACE_TOPOLOGY`
1556
+ - `./runtime-protocol:workspaceBindingRef`
1557
+ - `./runtime-protocol:WorkspaceBindingRef`
1558
+ - `./runtime-protocol:workspaceProviderResourceId`
1559
+ - `./runtime-protocol:workspaceProviderResourceIdentity`
1560
+ - `./runtime-protocol:WorkspaceProviderResourceIdentity`
1561
+ - `./runtime-protocol:WorkspaceProviderResourceInput`
1562
+ - `./runtime-protocol:WorkspaceTopology`
1563
+ - `./runtime-protocol:WorkspaceTopologyKind`
1564
+ - `./runtime-scope:resolveRuntimeScope`
1565
+ - `./runtime-scope:resolveStatefulSessionRoot`
1566
+ - `./runtime-scope:runtimeScopeKey`
1567
+ - `./runtime-scope:RuntimeScopeKind`
1568
+ - `./runtime-scope:RuntimeScopeResolution`
1569
+ - `./runtime-scope:StatefulScopeRootResult`
1570
+ - `./settlement-contract:defineSettlementContract`
1571
+ - `./settlement-contract:IndeterminateClaimIssue`
1572
+ - `./settlement-contract:IndeterminateClaimValidation`
1573
+ - `./settlement-contract:isSymbolicSettlementValue`
1574
+ - `./settlement-contract:settleIndeterminate`
1575
+ - `./settlement-contract:settleLived`
1576
+ - `./settlement-contract:SettlementContract`
1577
+ - `./settlement-contract:SettlementContractIssue`
1578
+ - `./settlement-contract:SettlementContractValidation`
1579
+ - `./settlement-contract:settleRejected`
1580
+ - `./settlement-contract:SYMBOLIC_SETTLEMENT_VALUE_PATTERN`
1581
+ - `./settlement-contract:symbolicSettlementRef`
1582
+ - `./settlement-contract:TerminalClaimIssue`
1583
+ - `./settlement-contract:TerminalClaimValidation`
1584
+ - `./settlement-contract:validateIndeterminateClaim`
1585
+ - `./settlement-contract:validateSettlementContract`
1586
+ - `./settlement-contract:validateTerminalClaim`
1587
+ - `./telemetry-protocol:canonicalizeTelemetryEventTree`
1588
+ - `./telemetry-protocol:canonicalTelemetryEventTreeJson`
1589
+ - `./telemetry-protocol:copyTraceContext`
1590
+ - `./telemetry-protocol:InvalidTraceContext`
1591
+ - `./telemetry-protocol:Telemetry`
1592
+ - `./telemetry-protocol:TelemetryAttributeValue`
1593
+ - `./telemetry-protocol:TelemetryDiagnosticPhase`
1594
+ - `./telemetry-protocol:TelemetryEmitKind`
1595
+ - `./telemetry-protocol:TelemetryEventKind`
1596
+ - `./telemetry-protocol:TelemetryEventNode`
1597
+ - `./telemetry-protocol:TelemetryEventTree`
1598
+ - `./telemetry-protocol:telemetryEventTreesEqual`
1599
+ - `./telemetry-protocol:TelemetryFanoutDiagnostic`
1600
+ - `./telemetry-protocol:TelemetryOutcome`
1601
+ - `./telemetry-protocol:TelemetryService`
1602
+ - `./telemetry-protocol:TRACE_CONTEXT_VERSION`
1603
+ - `./telemetry-protocol:TraceContext`
1604
+ - `./telemetry-protocol:TraceContextSchema`
1605
+ - `./telemetry-protocol:TraceContextValidation`
1606
+ - `./telemetry-protocol:TraceparentSchema`
1607
+ - `./telemetry-protocol:TracestateSchema`
1608
+ - `./telemetry-protocol:validateOptionalTraceContext`
1609
+ - `./telemetry-protocol:validateTraceContext`
1610
+ - `./tools:decodeToolArgs`
1611
+ - `./tools:defineProductTool`
1612
+ - `./tools:DefineProductToolSpec`
1613
+ - `./tools:defineTool`
1614
+ - `./tools:DefineToolSpec`
1615
+ - `./tools:deterministicToolExecution`
1616
+ - `./tools:deterministicToolInvocation`
1617
+ - `./tools:DeterministicToolInvocation`
1618
+ - `./tools:executeTool`
1619
+ - `./tools:ExecutionDomain`
1620
+ - `./tools:ExecutionDomainDeclaration`
1621
+ - `./tools:ExecutionDomainKind`
1622
+ - `./tools:ExecutionDomainMaterialBrokerCapability`
1623
+ - `./tools:ExecutionDomainRegistry`
1624
+ - `./tools:ExecutionDomainRegistryIssue`
1625
+ - `./tools:ExecutionDomainRegistryValidation`
1626
+ - `./tools:ExecutionDomainReplayLaw`
1627
+ - `./tools:externalToolExecution`
1628
+ - `./tools:isMaterialBrokerPlaceholder`
1629
+ - `./tools:MaterialBrokerOwnerSubstitution`
1630
+ - `./tools:MaterialBrokerPlaceholder`
1631
+ - `./tools:MaterialBrokerReceipt`
1632
+ - `./tools:MaterialBrokerSubstitutionIssue`
1633
+ - `./tools:MaterialBrokerSubstitutionPlan`
1634
+ - `./tools:MaterialBrokerSubstitutionPlanning`
1635
+ - `./tools:parseToolCall`
1636
+ - `./tools:planMaterialBrokerSubstitution`
1637
+ - `./tools:ResolvedToolExecution`
1638
+ - `./tools:ResolvedToolMaterials`
1639
+ - `./tools:resolveToolExecution`
1640
+ - `./tools:Tool`
1641
+ - `./tools:ToolAccess`
1642
+ - `./tools:ToolAdmitInput`
1643
+ - `./tools:ToolAdmitter`
1644
+ - `./tools:ToolCall`
1645
+ - `./tools:ToolContract`
1646
+ - `./tools:ToolDecode`
1647
+ - `./tools:ToolDefinition`
1648
+ - `./tools:ToolEffect`
1649
+ - `./tools:ToolExecute`
1650
+ - `./tools:ToolExecution`
1651
+ - `./tools:ToolExecutionContext`
1652
+ - `./tools:ToolExecutionContextInput`
1653
+ - `./tools:ToolExecutionRequirements`
1654
+ - `./tools:ToolExecutionResolution`
1655
+ - `./tools:ToolExternalReadRequirement`
1656
+ - `./tools:ToolExternalWriteRequirement`
1657
+ - `./tools:ToolIntentEmitter`
1658
+ - `./tools:ToolProjectionRow`
1659
+ - `./tools:ToolProjectionWaiter`
1660
+ - `./tools:ToolProjectionWaitSpec`
1661
+ - `./tools:ToolRegistryIssue`
1662
+ - `./tools:ToolRegistryValidation`
1663
+ - `./tools:ToolReplayWitness`
1664
+ - `./tools:ToolRequirements`
1665
+ - `./tools:unsafeRunToolByName`
1666
+ - `./tools:validateExecutionDomainRegistry`
1667
+ - `./tools:validateToolRegistry`
1668
+ - `./tools:withToolReadRequirement`
1669
+ - `./tools:withToolWriteRequirement`
1670
+ - `./types:decodeLedgerEvent`
1671
+ - `./types:decodeRecordedLedgerEvent`
1672
+ - `./types:decodeRecordedLedgerEventOption`
1673
+ - `./types:DeliveryReceipt`
1674
+ - `./types:DispatchTargetSpec`
1675
+ - `./types:DispatchToScopeResult`
1676
+ - `./types:DispatchToScopeSpec`
1677
+ - `./types:EventHandler`
1678
+ - `./types:EventQueryOptions`
1679
+ - `./types:LedgerEvent`
1680
+ - `./types:LedgerEventIdentity`
1681
+ - `./types:LedgerEventRpc`
1682
+ - `./types:LedgerEventSchema`
1683
+ - `./types:QuotaState`
1684
+ - `./types:QuotaStateSpec`
1685
+ - `./types:RecordedLedgerEvent`
1686
+ - `./types:ResourceGrantResult`
1687
+ - `./types:ResourceGrantSpec`
1688
+ - `./types:ResourceReservationSpec`
1689
+ - `./types:ResourceReservationView`
1690
+ - `./types:ResourceReserveResult`
1691
+ - `./types:ResourceReserveSpec`
1692
+ - `./types:ResourceState`
1693
+ - `./types:RunInterruption`
1694
+ - `./types:RunListPage`
1695
+ - `./types:RunListSpec`
1696
+ - `./types:RunResume`
1697
+ - `./types:RunStatus`
1698
+ - `./types:RunStatusKind`
1699
+ - `./types:RunSummary`
1700
+ - `./types:RunTerminal`
1701
+ - `./types:RunToolCall`
1702
+ - `./types:RunTrace`
1703
+ - `./types:RunTurn`
1704
+ - `./types:ScheduledEventSpec`
1705
+ - `./types:StreamEventsOptions`
1706
+ - `./workspace-agent:defineWorkspaceAgentMount`
1707
+ - `./workspace-agent:isWorkspaceAgentCommandName`
1708
+ - `./workspace-agent:isWorkspaceAgentProjectionName`
1709
+ - `./workspace-agent:WORKSPACE_AGENT_COMMAND`
1710
+ - `./workspace-agent:WORKSPACE_AGENT_PROJECTION`
1711
+ - `./workspace-agent:WORKSPACE_AGENT_PROJECTION_SCHEMA`
1712
+ - `./workspace-agent:WorkspaceAgentCommandInputByName`
1713
+ - `./workspace-agent:WorkspaceAgentCommandName`
1714
+ - `./workspace-agent:WorkspaceAgentCommandOutputByName`
1715
+ - `./workspace-agent:WorkspaceAgentCustomCommandInput`
1716
+ - `./workspace-agent:WorkspaceAgentDecideInputRequestCommandInput`
1717
+ - `./workspace-agent:WorkspaceAgentDestroyCommandInput`
1718
+ - `./workspace-agent:WorkspaceAgentDriverMount`
1719
+ - `./workspace-agent:WorkspaceAgentFileEntry`
1720
+ - `./workspace-agent:WorkspaceAgentInputRequestDecision`
1721
+ - `./workspace-agent:WorkspaceAgentFilesProjection`
1722
+ - `./workspace-agent:WorkspaceAgentFilesProjectionShape`
1723
+ - `./workspace-agent:WorkspaceAgentGeneratedMount`
1724
+ - `./workspace-agent:WorkspaceAgentMutationCommandOutput`
1725
+ - `./workspace-agent:WorkspaceAgentProjectionName`
1726
+ - `./workspace-agent:WorkspaceAgentProjectionRead`
1727
+ - `./workspace-agent:WorkspaceAgentProjectionSchema`
1728
+ - `./workspace-agent:WorkspaceAgentProjectionSink`
1729
+ - `./workspace-agent:WorkspaceAgentProjectionValueByName`
1730
+ - `./workspace-agent:WorkspaceAgentReadFileCommandInput`
1731
+ - `./workspace-agent:WorkspaceAgentReadFileCommandOutput`
1732
+ - `./workspace-agent:WorkspaceAgentReadStateCommandInput`
1733
+ - `./workspace-agent:WorkspaceAgentReadStateCommandOutput`
1734
+ - `./workspace-agent:WorkspaceAgentResetCommandInput`
1735
+ - `./workspace-agent:WorkspaceAgentResumeInputRequestCommandInput`
1736
+ - `./workspace-agent:WorkspaceAgentStateProjection`
1737
+ - `./workspace-agent:WorkspaceAgentStateProjectionShape`
1738
+ - `./workspace-agent:WorkspaceAgentSubmitCommandInput`
1739
+
1740
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_EVENT`
1741
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_FAILURE_REASON`
1742
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_PROJECTION_VERSION`
1743
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_RESOLVER_STATUS`
1744
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_SLOT`
1745
+ - `./runtime-protocol:DYNAMIC_CAPABILITY_VISIBILITY`
1746
+ - `./runtime-protocol:DynamicCapabilityCompiledCatalog`
1747
+ - `./runtime-protocol:DynamicCapabilityCompiledInstructionArtifact`
1748
+ - `./runtime-protocol:DynamicCapabilityCompiledSkillArtifact`
1749
+ - `./runtime-protocol:DynamicCapabilityCompiledToolArtifact`
1750
+ - `./runtime-protocol:DynamicCapabilityContext`
1751
+ - `./runtime-protocol:DynamicCapabilityEventName`
1752
+ - `./runtime-protocol:DynamicCapabilityEventRef`
1753
+ - `./runtime-protocol:DynamicCapabilityFailureReason`
1754
+ - `./runtime-protocol:DynamicCapabilityInstructionProjectionEntry`
1755
+ - `./runtime-protocol:DynamicCapabilityMergeIssue`
1756
+ - `./runtime-protocol:DynamicCapabilityProjection`
1757
+ - `./runtime-protocol:DynamicCapabilityProjectionEntry`
1758
+ - `./runtime-protocol:DynamicCapabilityProjectionMergeResult`
1759
+ - `./runtime-protocol:DynamicCapabilityProjectionVersion`
1760
+ - `./runtime-protocol:DynamicCapabilityResolverMergeInput`
1761
+ - `./runtime-protocol:DynamicCapabilityResolverProvenance`
1762
+ - `./runtime-protocol:DynamicCapabilityResolverResult`
1763
+ - `./runtime-protocol:DynamicCapabilityResolverResultIssue`
1764
+ - `./runtime-protocol:DynamicCapabilityResolverResultParseResult`
1765
+ - `./runtime-protocol:DynamicCapabilityResolverStatus`
1766
+ - `./runtime-protocol:DynamicCapabilitySlot`
1767
+ - `./runtime-protocol:DynamicCapabilitySlotSelection`
1768
+ - `./runtime-protocol:DynamicCapabilityVisibilityDecision`
1769
+ - `./runtime-protocol:SubmitInstructionFragment`
1770
+ - `./runtime-protocol:dynamicCapabilitySlotsForEvent`
1771
+ - `./runtime-protocol:mergeDynamicCapabilityProjection`
1772
+ - `./runtime-protocol:parseDynamicCapabilityResolverResult`
1773
+ - `.:DYNAMIC_CAPABILITY_EVENT`
1774
+ - `.:DYNAMIC_CAPABILITY_FAILURE_REASON`
1775
+ - `.:DYNAMIC_CAPABILITY_PROJECTION_VERSION`
1776
+ - `.:DYNAMIC_CAPABILITY_RESOLVER_STATUS`
1777
+ - `.:DYNAMIC_CAPABILITY_SLOT`
1778
+ - `.:DYNAMIC_CAPABILITY_VISIBILITY`
1779
+ - `.:DynamicCapabilityCompiledCatalog`
1780
+ - `.:DynamicCapabilityCompiledInstructionArtifact`
1781
+ - `.:DynamicCapabilityCompiledSkillArtifact`
1782
+ - `.:DynamicCapabilityCompiledToolArtifact`
1783
+ - `.:DynamicCapabilityContext`
1784
+ - `.:DynamicCapabilityEventName`
1785
+ - `.:DynamicCapabilityEventRef`
1786
+ - `.:DynamicCapabilityFailureReason`
1787
+ - `.:DynamicCapabilityInstructionProjectionEntry`
1788
+ - `.:DynamicCapabilityMergeIssue`
1789
+ - `.:DynamicCapabilityProjection`
1790
+ - `.:DynamicCapabilityProjectionEntry`
1791
+ - `.:DynamicCapabilityProjectionMergeResult`
1792
+ - `.:DynamicCapabilityProjectionVersion`
1793
+ - `.:DynamicCapabilityResolverMergeInput`
1794
+ - `.:DynamicCapabilityResolverProvenance`
1795
+ - `.:DynamicCapabilityResolverResult`
1796
+ - `.:DynamicCapabilityResolverResultIssue`
1797
+ - `.:DynamicCapabilityResolverResultParseResult`
1798
+ - `.:DynamicCapabilityResolverStatus`
1799
+ - `.:DynamicCapabilitySlot`
1800
+ - `.:DynamicCapabilitySlotSelection`
1801
+ - `.:DynamicCapabilityVisibilityDecision`
1802
+ - `.:SubmitInstructionFragment`
1803
+ - `.:dynamicCapabilitySlotsForEvent`
1804
+ - `.:mergeDynamicCapabilityProjection`
1805
+ - `.:parseDynamicCapabilityResolverResult`
1806
+
1807
+ ## Experimental exports
1808
+
1809
+ None.
1810
+
1811
+ ## Deprecated exports
1812
+
1813
+ None.
1814
+
1815
+ ## Internal-only exports
1816
+
1817
+ None.