fix: skip like records before feed item conversion (#6)
Likes are indexed for like counts but should not appear as standalone
feed items. Previously, they were filtered inside recordToFeedItem(),
which caused unnecessary warning logs. Now they're skipped earlier in
the processing loop, avoiding the warning entirely.
Fixes: 01KGGK6V4WMC
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
authored by