displayName
amux hooks <agent> set
kind
cli-subcommand
surface
cli
parentBin
amux
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:
packages/agent-mux/cli/src/commands/hooks.ts:184-212.