Adversarial Review Overview Independent adversarial code review checking spec compliance. Uses binary PASS/FAIL verdicts (not subjective feedback) with required file:line evidence citations. When to Use - After quality gates pass in the execution loop - For final comprehensive cross-unit review - When verifying spec compliance of any implementation Key Differences from Collaborative Review | Aspect | Collaborative | Adversarial | |--------|--------------|-------------| | Goal | Help improve code | Verify spec compliance | | Verdict | Suggestions | Binary PASS/FAIL | | Evidence | Optional | Re…