We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5b0b7 commit 68eb149Copy full SHA for 68eb149
1 file changed
.claude/scripts/openai_review.py
@@ -542,9 +542,9 @@ def merge_findings(
542
) -> "list[dict]":
543
"""Merge findings across review rounds.
544
545
- Match by (severity, file_path, summary_fingerprint). Previous findings
546
- absent from current are marked 'addressed'. Supports multiple findings
547
- per key without overwriting.
+ Match by (severity, summary_fingerprint). Previous findings absent from
+ current are marked 'addressed'. Supports multiple findings per key
+ without overwriting.
548
"""
549
# Build lookup from previous findings — list per key to handle duplicates
550
prev_by_key: dict[tuple, list[dict]] = {}
0 commit comments