Reviewer Blocking Disable

Make the stop hook non-blocking (remind once, then let the agent through)

imbue-ai Updated

File contents

Run this command:

jq -n --argjson existing "$(cat .reviewer/settings.local.json 2>/dev/null || echo '{}')" '$existing * {"stop_hook": {"max_consecutive_blocks": 1}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json

Then confirm that the stop hook has been set to non-blocking mode (remind once, then let through).

imbue-ai/code-guardian/tree/main/plugins/imbue-code-guardian/skills/reviewer-blocking-disable commit 30c8cb0c4c

Frequently asked questions

npx skillmds@latest add imbue-ai/reviewer-blocking-disable