II.
HookSurface JSON
Structured · livehook-surface:copilot.post-tool
Copilot post-tool (native) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}