From c2b5e13f69c97d1c7314d3cfc9093a4a6ca0d03a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 28 Dec 2025 01:36:17 +0000 Subject: [PATCH] Fix SessionStart hook by adding required matcher field The SessionStart hook was not triggering because it was missing the required "matcher": "startup" field in the hook configuration. --- .claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/settings.json b/.claude/settings.json index 2307d8374..bb9bc43f2 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,6 +3,7 @@ "hooks": { "SessionStart": [ { + "matcher": "startup", "hooks": [ { "type": "command",