II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:breakpoints-mux-cli-ask
breakpoints-mux ask json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:breakpoints-mux-cli-ask",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-mux-cli.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "breakpoints-mux ask",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "breakpoints-mux",
"subcommandVerb": "ask",
"flags": [
"-q,--question:1:breakpoint text (required)",
"-c,--context:1:additional plain-text context",
"--context-file:1:load structured context from JSON or text file",
"--markdown:1:markdown body for the browser session",
"--markdown-file:1:load markdown body from a file",
"--code:1:append a code snippet (repeatable)",
"--file-ref:1:append a file reference (repeatable)",
"--tag:1:append a tag (repeatable)",
"--link:1:append a label=url link (repeatable)",
"-e,--responders:1:comma-separated responder IDs",
"-p,--project:1:project id (required)",
"-r,--repo:1:repository id (required)",
"-s,--strategy:1:single|first-response-wins|collect-all|quorum",
"-t,--timeout:1:wait timeout in seconds (default 300)",
"-w,--wait:0:wait for an answer before returning",
"--open-browser:0:open a browser session for answering",
"--answerer-id:1:identity for browser-session answers",
"--answerer-name:1:display name for browser-session answers"
],
"description": "Submit a breakpoint to responders via the configured backend (server\nor git-native). Optionally waits for an answer and opens a browser\nsession for human responders.\nSource: packages/breakpoints-mux/src/cli/commands/ask.ts:98-200.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:breakpoints-mux-cli-ask",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "interaction-primitive:breakpoints-mux-cli-ask",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}