summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-02-10 19:44:42 -0600
committerGitHub <[email protected]>2026-02-10 19:44:42 -0600
commit60bdb6e9ba3edeacf03b001a953fec1961c2d1f8 (patch)
treea15b3878c52f9d1fa1d1be9d6d13fd9d21d73469
parent6e9cd576ea3f53d1702eb8357ffa7203b26374ee (diff)
downloadopencode-60bdb6e9ba3edeacf03b001a953fec1961c2d1f8.tar.gz
opencode-60bdb6e9ba3edeacf03b001a953fec1961c2d1f8.zip
tweak: /review prompt to look for behavior changes more explicitly (#13049)
-rw-r--r--packages/opencode/src/command/template/review.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/opencode/src/command/template/review.txt b/packages/opencode/src/command/template/review.txt
index 9f6fbfcc3..b745247e7 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