iiRecord
Agentic AI Atlas · Copilot post-tool (native)
hook-surface:copilot.post-toola5c.ai
II.
HookSurface JSON

hook-surface:copilot.post-tool

Structured · live

Copilot post-tool (native) json

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

File · channels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:copilot.post-tool",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "Copilot post-tool (native)",
    "displayName": "Copilot post-tool (native)",
    "kind": "native",
    "originVendor": "GitHub",
    "direction": "post",
    "blocking": false,
    "family": "shell-hook",
    "payloadSchema": {
      "type": "object",
      "required": [
        "tool_name",
        "tool_input",
        "tool_response"
      ],
      "properties": {
        "tool_name": {
          "type": "string"
        },
        "tool_input": {
          "type": "object"
        },
        "tool_response": {
          "type": "object"
        },
        "session_id": {
          "type": "string"
        }
      }
    },
    "description": "GitHub Copilot CLI's post-tool hook."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:copilot-cli.runtime@current",
      "to": "hook-surface:copilot.post-tool",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:copilot-post-tool-native",
      "to": "hook-surface:copilot.post-tool",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}