Automatic gate after edits
Repository instructions require one focused validation pass followed by exactly one gua_auditor pass after files change. Its scope includes the cumulative branch diff and relevant untracked files. A final pass is allowed only after audit-led fixes.
Deliberate pull-request-wide audit
git fetch origin main
./scripts/run-local-pr-audit.ps1 -Base origin/mainAdd -Fix to let the parent validate supported findings, apply in-scope fixes, run focused checks, and repeat for at most four passes. Use -Sequential on a host that cannot sustain the concurrent review lanes.
See the repository audit guide for bounded delegation examples and exact behavior.