Commit 2d567d8
fix: soften review-strategy-matches-criteria-scope wording
The previous wording forbade any cross-file reasoning from `strategy:
individual`, which would disqualify legitimate cases like a Python code review
rule where the reviewer may need to consult other project files (imports,
references, related code, conventions) while evaluating a single changed file.
Reworded so the distinction is about whether the reviewer needs to look at the
OTHER CHANGED FILES in the same review set, not whether they need to look at
any other file at all. Individual is appropriate when focus is heavily on each
file and the reviewer is unlikely to need to see the other changed files;
matches_together is for criteria that reason about the set as a whole
(coverage, deduplication, consistency across the set).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent abff8bb commit 2d567d8
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
0 commit comments