II.
Term overview
Reference · liveterm:hook-registration
Hook Registration overview
A record in `.amux/hooks.json` (project) or `~/.amux/hooks.json` (global) that maps `(agent, hookType) → handler(target)`. Project registrations override global registrations matched by `id`. Handlers are one of `builtin` (in-process), `command` (shell command), or `script` (executable). Source: docs/agent-mux/reference/15-hooks.md.
Attributes
displayName
Hook Registration
kind
concept
description
A record in `.amux/hooks.json` (project) or `~/.amux/hooks.json`
(global) that maps `(agent, hookType) → handler(target)`. Project
registrations override global registrations matched by `id`.
Handlers are one of `builtin` (in-process), `command` (shell
command), or `script` (executable). Source:
docs/agent-mux/reference/15-hooks.md.
Outgoing edges
related_to1
- term:unified-hook-payload·TermUnified Hook Payload
Incoming edges
related_to2
- term:unified-hook-payload·TermUnified Hook Payload
- term:unified-hook-result·TermUnified Hook Result