Files
Claude 67925316c5 fix: handle bracketed game names from issue template
The issue template uses "[TITLE_ID] — [GAME_NAME]" but
parseIssueTitle captured the wrapping brackets as part of the game
name (e.g. "[Midnight Club: Los Angeles]"), and the canonical-issue
duplicate detection used startsWith("<titleId> ") which never matched
template-formatted titles, so duplicate reports were never linked.

Strip wrapping brackets in parseIssueTitle (preserving brackets that
are actually part of the title), and have compat-report dedupe via
parseIssueTitle so it works regardless of bracket usage.
2026-04-26 05:06:36 +00:00
..