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" } ] },