Parse jetstream like-delete events into LikeDeleteEvent
The firehose virality worker needs to observe unlikes so it can
decrement the per-post like count. Extend parseJetstreamEvent to emit
a new LikeDeleteEvent kind for app.bsky.feed.like deletes; repost
deletes remain ignored (no use case yet). The existing jetstream
consumer is unaffected because it only switches on the kinds it cares
about.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>