II.
HookSurface JSON
Structured · livehook-surface:claude.notification
Notification (Claude) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "hook-surface:claude.notification",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/native/hook-surfaces-claude-code.yaml",
"_cluster": "channels-hooks",
"attributes": {
"eventName": "Notification (Claude)",
"displayName": "Notification (Claude)",
"kind": "native",
"originVendor": "Anthropic",
"direction": "event",
"blocking": false,
"family": "shell-hook",
"description": "Claude Code's Notification hook. Fires when a user-visible\nnotification is emitted (e.g. waiting for user input).\n"
},
"outgoingEdges": [
{
"from": "hook-surface:claude.notification",
"to": "hook-surface:notification",
"kind": "canonicalized_to",
"attributes": {}
},
{
"from": "hook-surface:claude.notification",
"to": "agentVersion:claude:ge-0-0-0",
"kind": "emits_hook",
"attributes": {
"attrs": {
"since": "1.0.0"
}
}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "hook-surface:claude.notification",
"kind": "exposes",
"attributes": {}
},
{
"from": "hook-mapping:claude-notification-native",
"to": "hook-surface:claude.notification",
"kind": "maps_hook",
"attributes": {}
}
]
}