The filter logic assumes the old body format with **Rule:** \${ruleId}`but the new format uses## 🔧 ${ruleId}`. This could miss existing issues that use the new format when searching with the old rule-based queries.
issue.title.includes(ruleId) ||
issue.body.includes(`**Rule:** \`${ruleId}\``) ||
issue.body.includes(`## 🔧 ${ruleId}`)
Originally posted by @Copilot in #47 (comment)
The filter logic assumes the old body format with
**Rule:** \${ruleId}`but the new format uses## 🔧 ${ruleId}`. This could miss existing issues that use the new format when searching with the old rule-based queries.Originally posted by @Copilot in #47 (comment)