{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "${PLUGIN_ROOT}/scripts/announce.sh start" } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "${PLUGIN_ROOT}/scripts/announce.sh prompt" } ] } ], "PreToolUse": [ { "hooks": [ { "type": "command", "command": "${PLUGIN_ROOT}/scripts/announce.sh pre-tool" } ] } ], "PostToolUse": [ { "matcher": "developer__shell|developer__text_editor", "hooks": [ { "type": "command", "command": "${PLUGIN_ROOT}/scripts/announce.sh post-tool" } ] } ] } }