II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:breakpoints-mux-cli-breakpoints
breakpoints-mux breakpoints {pending|answer|status|poll} json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:breakpoints-mux-cli-breakpoints",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-mux-cli.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "breakpoints-mux breakpoints {pending|answer|status|poll}",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "breakpoints-mux",
"subcommandVerb": "breakpoints",
"flags": [
"pending:0:list pending breakpoints for a responder",
"answer <id>:0:submit an answer to a breakpoint",
"status <id>:0:check breakpoint status",
"poll <id>:0:poll for an answer to a breakpoint"
],
"description": "Manage breakpoints and answers — list pending, answer, check status,\nand poll for completion.\nSource: packages/breakpoints-mux/src/cli/commands/breakpoints.ts:31-200.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:breakpoints-mux-cli-breakpoints",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "interaction-primitive:breakpoints-mux-cli-breakpoints",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}