File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - " Output includes summary (change count, finding count)"
2424 - " Output includes severity-classified findings"
2525 - " Suggests using ship after fixes"
26+
27+ - id : adversarial-no-code
28+ prompt : " code review"
29+ expectations :
30+ - " Detected no code was provided and no git context available"
31+ - " Asked user what to review or suggested providing code"
32+ - " Did not fabricate a review of nonexistent code"
33+
34+ - id : adversarial-clean-code
35+ prompt : " Review this code:\n ```python\n from decimal import Decimal\n\n def add(a: Decimal, b: Decimal) -> Decimal:\n return a + b\n ```"
36+ expectations :
37+ - " Did not fabricate serious issues for trivially correct code"
38+ - " Acknowledged the code is simple and low-risk"
39+ - " Still checked for edge cases (e.g. None input, overflow)"
40+ - " Verdict was ship-ready or similar"
You can’t perform that action at this time.
0 commit comments