II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:breakpoints-mux-cli-auth-key-push
breakpoints-mux auth key-push json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:breakpoints-mux-cli-auth-key-push",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-mux-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "breakpoints-mux auth key-push",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "breakpoints-mux",
"subcommandVerb": "auth key-push",
"flags": [
"--pr:0:create a pull request with the key",
"--key:1:fingerprint of the key to push (defaults to most recent)"
],
"description": "Push the local public SSH key into the configured repository (optionally\nvia PR), enabling signed-answer flows.\nSource: packages/breakpoints-mux/src/cli/commands/auth.ts:387-470.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:breakpoints-mux-cli-auth-key-push",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "interaction-primitive:breakpoints-mux-cli-auth-key-push",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}