II.
SharedContextSpec JSON
Structured · liveshared-context-spec:breakpoints-mux-breakpoint-routing
BreakpointRouting (zod) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:breakpoints-mux-breakpoint-routing",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/breakpoints-mux-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "BreakpointRouting (zod)",
"contextKind": "wire-payload",
"typescriptInterface": "BreakpointRouting",
"producerIface": "@a5c-ai/breakpoints-mux CLI ask command",
"consumerIfaces": [
"@a5c-ai/breakpoints-mux backends/* SubmitBreakpointParams.routing"
],
"fieldSchema": [
"strategy:enum<single|first-response-wins|collect-all|quorum>:required",
"targetResponders:list<string>:required:Responder ids",
"timeoutMs:positive-int:required:Wait timeout in ms",
"presentToUser:bool:required:Whether the answer is shown back to the original user",
"breakpointId:string:optional:Caller-supplied id",
"autoApproveAfterN:int:optional:Quorum auto-approve threshold"
],
"sourceCitation": "packages/breakpoints-mux/src/types.ts:96-104"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "shared-context-spec:breakpoints-mux-breakpoint-routing",
"kind": "has_payload_schema",
"attributes": {}
}
]
}