diff --git a/plugins/learn/hooks/hooks.json b/plugins/learn/hooks/hooks.json index 75ecd27..fcb3af6 100644 --- a/plugins/learn/hooks/hooks.json +++ b/plugins/learn/hooks/hooks.json @@ -3,10 +3,11 @@ "hooks": { "SessionEnd": [ { + "matcher": "*", "hooks": [ { "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-end-reminder.sh", + "command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/session-end-reminder.sh", "timeout": 5 } ]