restructure src/ for clarity
src/
├── feed/ ← customize these for your feed
│ ├── filter.zig
│ └── config.zig
├── server/ ← web layer
│ ├── http.zig
│ ├── dashboard.zig
│ └── stats.zig
└── stream/ ← ingestion
├── jetstream.zig
├── db.zig
└── atproto.zig
also: add pre-commit hook for zig fmt
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>