소스 검색

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

Aiden Cline 2 달 전
부모
커밋
60bdb6e9ba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/opencode/src/command/template/review.txt

+ 2 - 0
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