iiRecord
Agentic AI Atlas · Hook family
meta-enum:hook-familya5c.ai
II.
MetaEnum JSON

meta-enum:hook-family

Structured · live

Hook family json

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

File · catalog-meta/meta-registry/meta-registry-channels-hooks.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-enum:hook-family",
  "_kind": "MetaEnum",
  "_file": "catalog-meta/meta-registry/meta-registry-channels-hooks.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Hook family",
    "name": "family",
    "values": [
      {
        "value": "shell-hook",
        "description": "Shell-invoked hook (handler runs in a subprocess)."
      },
      {
        "value": "in-process",
        "description": "In-process hook (handler runs in the agent's process)."
      },
      {
        "value": "observer",
        "description": "Observer-only hook (read-only, non-blocking)."
      }
    ],
    "usedOnAttributes": [
      "meta-attribute:hook-surface--family",
      "meta-attribute:hook-mapping--delivery"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-enum:hook-family",
      "to": "meta-attribute:hook-surface--family",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}