II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:adapters-cli-update
adapters update json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:adapters-cli-update",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/adapters-cli-core-lifecycle.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters update",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "adapters",
"subcommandVerb": "update",
"flags": [
"--all:0:update every registered agent",
"--dry-run:0:print planned command without executing"
],
"subcommandExitCodes": [
"0:success:updated (or manual instructions emitted)",
"1:general-error:update failed",
"2:usage-error:missing <agent> when --all not used",
"3:agent-not-found:UNKNOWN_AGENT"
],
"description": "Update one agent CLI (or `--all`). Dispatches to adapter.update().\nSource: packages/adapters/cli/src/commands/install.ts:201-262.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:adapters.ui@current",
"to": "interaction-primitive:adapters-cli-update",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-adapters-cli",
"to": "interaction-primitive:adapters-cli-update",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}