What's wrong with this entry?
The built-in /code-review workflow now deduplicates candidates before verification — each distinct (file, line) location gets exactly one independent verifier, rather than one verifier per raw candidate.
- Old description: "one independent verifier for every candidate"
- New description: "one independent verifier for every distinct (file, line) location across the pooled candidates"
- Findings from all finder agents are pooled first, then verified — this reduces duplicate work when multiple finders identify the same location.
Updated code review description constant (search for "one independent verifier for every distinct (file, line) location across the pooled candidates")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.