From accedb5898c3f9f0c67d750f15490750c2c63664 Mon Sep 17 00:00:00 2001 From: claude-code Date: Fri, 28 Aug 2026 00:27:37 +0000 Subject: [PATCH] =?UTF-8?q?PR=20=E4=B8=80=E5=AE=9A=E8=A6=81=E6=9C=89?= =?UTF-8?q?=E7=B5=90=E8=AB=96=EF=BC=88inkstone/ISEP#81=EF=BC=89=EF=BC=88ho?= =?UTF-8?q?oks/hooks.json=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/hooks.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hooks/hooks.json b/hooks/hooks.json index 53cd6d1..4896338 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -253,6 +253,10 @@ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/mainline-idle-guard.sh" + }, + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/pr-verdict-guard.sh" } ] },