{
"id": "interaction-primitive:agent-mux-cli-help",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-hooks-gateway-help.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux help",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "amux",
"subcommandVerb": "help",
"flags": [
"-h / --help:0:show usage (alias)"
],
"subcommandExitCodes": [
"0:success:help text printed"
],
"description": "Print top-level help (or per-command help if a command name follows).\nSource: packages/agent-mux/cli/src/commands/help.ts:21-498.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-help",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}