iiRecord
Agentic AI Atlas · Cursor SessionStart hook
hook-surface:cursor.session-starta5c.ai
II.
HookSurface JSON

hook-surface:cursor.session-start

Structured · live

Cursor SessionStart hook json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · channels-hooks/hook-surfaces/native/cursor-stubs.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:cursor.session-start",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/cursor-stubs.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "description": "Cursor SessionStart hook",
    "eventName": "Cursor SessionStart hook",
    "displayName": "Cursor SessionStart hook",
    "vendor": "cursor",
    "trigger": "session-start",
    "family": "shell-hook",
    "payloadSchema": "Claude Code-compatible SessionStart payload"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:cursor.core@current",
      "to": "hook-surface:cursor.session-start",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:cursor.runtime@current",
      "to": "hook-surface:cursor.session-start",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:cursor-session-start-native",
      "to": "hook-surface:cursor.session-start",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}