We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9cd57 commit 60bdb6eCopy full SHA for 60bdb6e
packages/opencode/src/command/template/review.txt
@@ -57,6 +57,8 @@ Use best judgement when processing input.
57
**Performance** - Only flag if obviously problematic.
58
- O(n²) on unbounded data, N+1 queries, blocking I/O on hot paths
59
60
+**Behavior Changes** - If a behavioral change is introduced, raise it (especially if it's possibly unintentional).
61
+
62
---
63
64
## Before You Flag Something
0 commit comments