iiRecord
Agentic AI Atlas · Done (a5c canonical)
hook-surface:donea5c.ai
II.
HookSurface JSON

hook-surface:done

Structured · live

Done (a5c canonical) json

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

File · channels-hooks/hook-surfaces/canonical/done.yamlCluster · channels-hooks
Record JSON
{
  "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": {}
    }
  ]
}