PR 一定要有結論(inkstone/ISEP#81) #97

Merged
claude-code merged 7 commits from feat/pr-verdict-v2 into main 2026-08-28 00:28:20 +00:00
Showing only changes of commit accedb5898 - Show all commits
+4
View File
@@ -253,6 +253,10 @@
{ {
"type": "command", "type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/mainline-idle-guard.sh" "command": "${CLAUDE_PLUGIN_ROOT}/hooks/mainline-idle-guard.sh"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/pr-verdict-guard.sh"
} }
] ]
}, },