Reviewer Verify Architecture Disable

Disable the architecture verification gate in .reviewer/settings.local.json

imbue-ai Updated

File contents

This gate is configured per reviewed directory. By default it edits the root repo's .reviewer/settings.local.json. If the user named a target directory below, edit that directory's .reviewer/settings.local.json instead: prefix each .reviewer/settings.local.json path in the command with <dir>/. Each reviewed repo (the root plus any stop_hook.additional_git_directories) keeps its own local settings.

Target directory (optional):

$ARGUMENTS

Run this command:

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

Then confirm that the architecture verification gate has been disabled.

imbue-ai/code-guardian/tree/main/plugins/imbue-code-guardian/skills/reviewer-verify-architecture-disable commit 934dc58410

Frequently asked questions

npx skillmds@latest add imbue-ai/reviewer-verify-architecture-disable