From 919aa41515842ececb5a3c8cc60bd32cfe207825 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 15 Jan 2026 14:40:29 -0600 Subject: [PATCH] Avoid running Claude session start hooks on resume (#17498) Co-authored-by: Claude --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 80a815ca5..88b7e3d72 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -2,7 +2,7 @@ "hooks": { "SessionStart": [ { - "matcher": "", + "matcher": "startup", "hooks": [ { "type": "command",