II.
HookSurface JSON
Structured · livehook-surface:cursor.stop
Cursor Stop hook json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "hook-surface:cursor.stop",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/native/cursor-stubs.yaml",
"_cluster": "channels-hooks",
"attributes": {
"description": "Cursor Stop hook",
"eventName": "Cursor Stop hook",
"displayName": "Cursor Stop hook",
"vendor": "cursor",
"trigger": "stop",
"family": "shell-hook",
"payloadSchema": "Claude Code-compatible Stop payload"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:cursor.core@current",
"to": "hook-surface:cursor.stop",
"kind": "fires_hook",
"attributes": {}
},
{
"from": "agent-runtime-impl:cursor.runtime@current",
"to": "hook-surface:cursor.stop",
"kind": "exposes",
"attributes": {}
},
{
"from": "hook-mapping:cursor-stop-native",
"to": "hook-surface:cursor.stop",
"kind": "maps_hook",
"attributes": {}
},
{
"from": "claim:stop-hook-cursor-interactive-fires",
"to": "hook-surface:cursor.stop",
"kind": "tests_hook_surface"
},
{
"from": "claim:stop-hook-cursor-interactive-blocks",
"to": "hook-surface:cursor.stop",
"kind": "tests_hook_surface"
}
]
}