II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:adapters-cli-hooks-set
adapters hooks <agent> set json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:adapters-cli-hooks-set",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/adapters-cli-hooks-gateway-help.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters hooks <agent> set",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "adapters",
"subcommandVerb": "hooks set",
"flags": [
"--priority:1:override priority",
"--enabled:1:enable/disable without removal",
"--target:1:override hook target"
],
"subcommandExitCodes": [
"0:success:hook updated",
"1:general-error:no hook with that id",
"2:usage-error:missing id"
],
"description": "Mutate a hook entry's priority/enabled/target. Source:\npackages/adapters/cli/src/commands/hooks.ts:184-212.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:adapters.ui@current",
"to": "interaction-primitive:adapters-cli-hooks-set",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-adapters-cli",
"to": "interaction-primitive:adapters-cli-hooks-set",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}