{
"id": "hook-surface:done",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/canonical/done.yaml",
"_cluster": "channels-hooks",
"attributes": {
"eventName": "Done (a5c canonical)",
"displayName": "Done (a5c canonical)",
"kind": "canonical",
"direction": "event",
"blocking": false,
"family": "in-process",
"payloadSchema": {
"type": "object",
"required": [
"runId",
"status"
],
"properties": {
"runId": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"success",
"failure",
"cancelled"
]
}
}
},
"description": "a5c-emitted: fires at the end of a babysitter run.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:a5c.core@current",
"to": "hook-surface:done",
"kind": "fires_hook",
"attributes": {}
},
{
"from": "hook-mapping:done-babysitter",
"to": "hook-surface:done",
"kind": "maps_hook",
"attributes": {}
}
]
}