Per-path panels
Different parts of a repository deserve different burdens of proof. You can now scope panel settings to path globs, so payment code can demand unanimity while the docs site stays advisory.
panel:
threshold: 2
overrides:
- paths: ["src/billing/**"]
threshold: 1 # hear everything here
block_at: 2
- paths: ["docs/**"]
block_at: off
- Changed:
scan.pathsexclusions now apply before path overrides are resolved, which is what everyone expected it to do.