| name | findings-deduplication |
| description | Merge duplicate specialist findings, resolve conflicts, and create a short final PR review summary. |
| license | MIT |
Deduplication rules
- Group by normalized
(file, line-range, category, issue-shape).
- Keep the finding with strongest evidence.
- Merge recommendations only when they are compatible.
- Prefer the safest minimal fix when recommendations conflict.
- Drop low-confidence findings unless multiple agents independently found the same issue.
- Do not show internal agent names unless useful for audit.
Final format
## Blocking
- `file:line` — Finding. Minimal fix.
## Non-blocking
- `file:line` — Finding. Minimal fix.
## Notes
- Short useful observations only.