iiRecord
Agentic AI Atlas · hook-mapping:pre-tool-use-claude-code
hook-mapping:pre-tool-use-claude-codea5c.ai
II.
HookMapping JSON

hook-mapping:pre-tool-use-claude-code

Structured · live

hook-mapping:pre-tool-use-claude-code json

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

File · channels-hooks/hook-mappings/claude-pre-tool-use.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-mapping:pre-tool-use-claude-code",
  "_kind": "HookMapping",
  "_file": "channels-hooks/hook-mappings/claude-pre-tool-use.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "mappingId": "hook-mapping:pre-tool-use-claude-code",
    "hookId": "hook-surface:pre-tool-use",
    "targetId": "agentVersion:claude:ge-0-0-0",
    "nativeName": "PreToolUse",
    "versionRange": ">=0.0.0",
    "requiresRuntimeHooks": true,
    "adapterFamily": "claude",
    "delivery": "shell",
    "blocking": true,
    "supportLevel": "supported",
    "canonicalPhase": "tool.before",
    "blockCapability": true,
    "mutationCapability": false,
    "scope": "tool",
    "payloadShape": {
      "type": "object",
      "required": [
        "tool_name",
        "tool_input",
        "session_id",
        "transcript_path"
      ],
      "properties": {
        "tool_name": {
          "type": "string"
        },
        "tool_input": {
          "type": "object"
        },
        "session_id": {
          "type": "string"
        },
        "transcript_path": {
          "type": "string"
        }
      }
    }
  },
  "outgoingEdges": [
    {
      "from": "hook-mapping:pre-tool-use-claude-code",
      "to": "hook-surface:pre-tool-use",
      "kind": "maps_hook",
      "attributes": {}
    },
    {
      "from": "hook-mapping:pre-tool-use-claude-code",
      "to": "agentVersion:claude:ge-0-0-0",
      "kind": "emits_hook",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}