Skip to content

Commit 4b368b5

Browse files
authored
tweak: /review prompt to look for behavior changes more explicitly (anomalyco#13049)
1 parent 898317c commit 4b368b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/opencode/src/command/template/review.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Use best judgement when processing input.
5757
**Performance** - Only flag if obviously problematic.
5858
- O(n²) on unbounded data, N+1 queries, blocking I/O on hot paths
5959

60+
**Behavior Changes** - If a behavioral change is introduced, raise it (especially if it's possibly unintentional).
61+
6062
---
6163

6264
## Before You Flag Something

0 commit comments

Comments
 (0)