{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-pending-replies.sh",
"statusMessage": "Checking pending replies..."
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/ouija-register.sh",
"statusMessage": "Joining ouija mesh..."
}
]
}
],
"PreToolUse": [
{
"matcher": "AskUserQuestion|EnterPlanMode",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/block-interactive-prompts.sh"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/ouija-tool-activity.sh"
}
]
}
],
"UserPromptSubmit": [{ "hooks": [{ "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/ouija-prompt-submit.sh" }] }],
"PostCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/post-compact.sh"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/ouija-unregister.sh",
"statusMessage": "Leaving ouija mesh..."
}
]
}
]
}
}