Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Stop (canonical)
hook-surface:stopa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
HookSurface JSON

hook-surface:stop

Structured · live

Stop (canonical) json

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

File · channels-hooks/hook-surfaces/canonical/stop.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:stop",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/canonical/stop.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "Stop (canonical)",
    "displayName": "Stop (canonical)",
    "kind": "canonical",
    "direction": "event",
    "blocking": true,
    "family": "in-process",
    "payloadSchema": {
      "type": "object",
      "required": [
        "session_id",
        "transcript_path"
      ],
      "properties": {
        "session_id": {
          "type": "string"
        },
        "transcript_path": {
          "type": "string"
        },
        "stop_hook_active": {
          "type": "boolean",
          "description": "True when the parent agent is already inside a Stop hook (avoid recursion)."
        },
        "reason": {
          "type": "string"
        }
      }
    },
    "description": "Fires when the agent is about to stop the current turn. Blocking;\nhandlers can request continuation.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:a5c.core@current",
      "to": "hook-surface:stop",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:stop",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code.core@1.x",
      "to": "hook-surface:stop",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "hook-surface:stop",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-codex",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-cursor",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-pi",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-oh-my-pi",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-codex",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:stop-claude-code",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:plugin-turn-stop-openclaw",
      "to": "hook-surface:stop",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-surface:codex.on-stop",
      "to": "hook-surface:stop",
      "kind": "canonicalized_to",
      "attributes": {}
    },
    {
      "from": "hook-surface:claude.stop",
      "to": "hook-surface:stop",
      "kind": "canonicalized_to",
      "attributes": {}
    },
    {
      "from": "claim:stop-hook-claude-interactive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-claude-interactive-blocks",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-codex-interactive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-codex-interactive-blocks",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-gemini-interactive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-gemini-interactive-degrades",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-cursor-interactive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-cursor-interactive-blocks",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-copilot-interactive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-copilot-interactive-degrades",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-codex-noninteractive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    },
    {
      "from": "claim:stop-hook-claude-noninteractive-fires",
      "to": "hook-surface:stop",
      "kind": "asserts_about"
    }
  ]
}

Shortcuts

Back to overview
Open graph tab