bbaaf28d2e
The resolved handle dedup was wrong: if entity_extract found @thedorbrothers (from @mentions in Phase 1 results), the resolved handle search was skipped entirely. But entity-extracted handles are searched WITH topic keywords (from:handle topic), while resolved handles need UNFILTERED search (from:handle) to find posts that don't mention the topic string. Example: Dor Brothers' viral tweet (5.5K likes) says "We made a $300M movie starring @LoganPaul" - no mention of "dor brothers" anywhere. The topic- filtered entity search missed it. The unfiltered resolved search finds it. Before: 30 X posts, 161+ likes (entity search only) After: 40 X posts, 5549+ likes (resolved handle adds viral tweet) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>