Add ClickHouseStore.findPostsAtOrAboveThreshold
Returns every post whose net like count over the last N days is at least
`minThreshold`, by summing the signed deltas in `like_counts_daily`.
Backs the firehose threshold scan job's candidate query.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>