Skip to content

Commit 68eb149

Browse files
igerberclaude
andcommitted
Fix stale merge_findings() docstring to match implementation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd5b0b7 commit 68eb149

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/scripts/openai_review.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ def merge_findings(
542542
) -> "list[dict]":
543543
"""Merge findings across review rounds.
544544
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.
545+
Match by (severity, summary_fingerprint). Previous findings absent from
546+
current are marked 'addressed'. Supports multiple findings per key
547+
without overwriting.
548548
"""
549549
# Build lookup from previous findings — list per key to handle duplicates
550550
prev_by_key: dict[tuple, list[dict]] = {}

0 commit comments

Comments
 (0)