refactor: reorganize backend - domain modules at src/, db/ for infrastructure
- move activity.zig out of db/ (not db-related)
- move search.zig to src/ (application logic)
- rename write.zig to indexer.zig at src/
- move stats.zig to src/ (application logic)
- slim db/mod.zig to 24 lines (just init + getClient)
db/ now purely infrastructure (Client, Row, schema)
src/ has domain-focused modules (search, indexer, stats, activity)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>