From aa1f937ec2da8dfc3eafeca82bde449303891dc1 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 10 Feb 2026 19:42:29 -0600 Subject: [PATCH] tweak: /review prompt to look for behavior changes more explicitly --- packages/opencode/src/command/template/review.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/opencode/src/command/template/review.txt b/packages/opencode/src/command/template/review.txt index 9f6fbfcc3a8d..b745247e7fca 100644 --- a/packages/opencode/src/command/template/review.txt +++ b/packages/opencode/src/command/template/review.txt @@ -57,6 +57,8 @@ Use best judgement when processing input. **Performance** - Only flag if obviously problematic. - O(n²) on unbounded data, N+1 queries, blocking I/O on hot paths +**Behavior Changes** - If a behavioral change is introduced, raise it (especially if it's possibly unintentional). + --- ## Before You Flag Something