II.
Term JSON
Structured · liveterm:unified-hook-payload
Unified Hook Payload json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:unified-hook-payload",
"_kind": "Term",
"_file": "terminology/terms/terms-articles-and-refs.yaml",
"_cluster": "terminology",
"attributes": {
"displayName": "Unified Hook Payload",
"kind": "concept",
"description": "Harness-agnostic normalised hook payload emitted by agent-mux:\n`{ agent, hookType, sessionId, timestamp, data, raw }`. `data`\nsurfaces fields like `tool_name`, `tool_input`, `prompt`; `raw`\npreserves the original per-harness payload for bidirectional\nround-tripping. Source: docs/agent-mux/reference/15-hooks.md.\n"
},
"outgoingEdges": [
{
"from": "term:unified-hook-payload",
"to": "term:hook-registration",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "term:hook-registration",
"to": "term:unified-hook-payload",
"kind": "related_to",
"attributes": {}
}
]
}