II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:agent-mux-cli-doctor
amux doctor json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:agent-mux-cli-doctor",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-workspaces-host.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux doctor",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "doctor",
"flags": [],
"subcommandExitCodes": [
"0:success:always (report rendered to stdout)"
],
"description": "Aggregate Node, per-adapter install/auth/config-file, and hook\nregistry state into a copy/paste-ready bug-report. Source:\npackages/agent-mux/cli/src/commands/doctor.ts:136-150.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:agent-mux.ui@current",
"to": "interaction-primitive:agent-mux-cli-doctor",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-doctor",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}