iiRecord
Agentic AI Atlas · Hook-Driven Automation
topic:hook-driven-automationa5c.ai
II.
Topic JSON

topic:hook-driven-automation

Structured · live

Hook-Driven Automation json

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

File · domain/topics/topics-agent-orchestration.yamlCluster · domain
Record JSON
{
  "id": "topic:hook-driven-automation",
  "_kind": "Topic",
  "_file": "domain/topics/topics-agent-orchestration.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Hook-Driven Automation",
    "description": "Hook-Driven Automation as a cross-cutting topic - using pre/post tool-use\nhooks, session start/end hooks, stop hooks, and notification hooks to\nautomate agent behavior without modifying the agent's core logic. Covers\nPreToolUse hooks for approval and input mutation, PostToolUse hooks for\nside-effects and logging, Stop hooks for driving orchestration loops\n(the babysitter harness pattern), SessionStart hooks for context\ninjection, and the hooks-adapter fan-out/merge architecture that\naggregates results from multiple hook sources into a single decision.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:hook-driven-automation",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:software-engineering",
      "to": "topic:hook-driven-automation",
      "kind": "contains"
    }
  ]
}