refactor: split monolithic db.zig into focused modules
- store/db.zig: sqlite connection and schema only
- store/posts.zig: post CRUD with cursor pagination
- store/follows.zig: follows cache operations
- store/backfill.zig: backfill completion tracking
- bsky/auth.zig: JWT verification (from atproto.zig)
- bsky/api.zig: bluesky API calls (from atproto.zig)
- feed/skeleton.zig: feed response JSON building
- feed/backfill.zig: backfill orchestration
- jetstream.zig: moved to top level (was stream/)
removes 800+ lines of tangled code from stream/db.zig
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>