tweak: /review prompt to look for behavior changes more explicitly (#13049)

pull/13075/head
Aiden Cline 2026-02-10 19:44:42 -06:00 committed by GitHub
parent 6e9cd576ea
commit 60bdb6e9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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