II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:tasks-adapter-cli-auth-keygen
tasks-adapter auth keygen json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:tasks-adapter-cli-auth-keygen",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/breakpoints-adapter-cli-leaves.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "tasks-adapter auth keygen",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "tasks-adapter",
"subcommandVerb": "auth keygen",
"flags": [],
"description": "Generate a new Ed25519 SSH key pair, saved as\n~/.tasks-adapter/keys/<fingerprint>.pem with mode 0600.\nSource: packages/tasks-adapter/src/cli/commands/auth.ts:339-383.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:babysitter.ui@current",
"to": "interaction-primitive:tasks-adapter-cli-auth-keygen",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-tasks-adapter",
"to": "interaction-primitive:tasks-adapter-cli-auth-keygen",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}