From 2785c7ee9a9b488f9c38b3e976b6b9340291b0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey?= Date: Thu, 3 Sep 2026 10:03:14 -0700 Subject: [PATCH] chore: update entire agent hooks Adds Agent and TaskCreate|TaskUpdate hook matchers so Entire captures subagent invocations and todo updates alongside existing task hooks. Entire-Checkpoint: 3618105bd1b5 --- .claude/settings.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 9867f26b..314a71b0 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -18,6 +18,24 @@ "command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks claude-code post-todo'" } ] + }, + { + "matcher": "Agent", + "hooks": [ + { + "type": "command", + "command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks claude-code post-task'" + } + ] + }, + { + "matcher": "TaskCreate|TaskUpdate", + "hooks": [ + { + "type": "command", + "command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks claude-code post-todo'" + } + ] } ], "PreToolUse": [ @@ -29,6 +47,15 @@ "command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks claude-code pre-task'" } ] + }, + { + "matcher": "Agent", + "hooks": [ + { + "type": "command", + "command": "sh -c 'if ! command -v entire >/dev/null 2>&1; then exit 0; fi; exec entire hooks claude-code pre-task'" + } + ] } ], "SessionEnd": [