{
  "hooks": {
    "SessionStart": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh SessionStart", "async": true }] }
    ],
    "PostToolUse": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh PostToolUse", "async": true }] }
    ],
    "PostToolUseFailure": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh PostToolUseFailure", "async": true }] }
    ],
    "UserPromptSubmit": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh UserPromptSubmit" }] }
    ],
    "Notification": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh Notification", "async": true }] }
    ],
    "Stop": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh Stop", "async": true }] }
    ],
    "SubagentStop": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh SubagentStop", "async": true }] }
    ],
    "SessionEnd": [
      { "hooks": [{ "type": "command", "command": "$HOME/.meathook/meathook-hook.sh SessionEnd", "async": true }] }
    ]
  }
}
