SECTION 02
Four degrees of guilt
Every finding carries a sentence. No vague "consider maybe possibly" — a ranked, ordered docket, P0 first.
P0
Critical
Data loss, security holes, crashes, broken core features. Blocks the merge.
P1
High
Wrong logic, significant bugs, missing error handling for real scenarios.
P2
Medium
Edge cases that bite in prod, performance problems, clearly bad practice.
P3
Low
Style and naming — flagged only when it genuinely helps readability.
PROPORTIONALITY RULE — small diffs only get P0/P1. Verdict does not manufacture
nitpicks to look busy. Clean code gets an empty docket and an honest ✅.
@verdict