feat: add jetstream firehose backend with SSE streaming
adds rust backend for real-time firehose visualization:
- firehose module connects to jetstream and broadcasts all atproto events
- uses rocketman crate with lexicon ingester pattern
- SSE endpoint at /api/firehose/watch streams filtered events by DID
- auto-reconnects on connection drop
remaining work:
- add UI toggle button and toast notifications in templates
- implement particle animation system in static/app.js
- test with live events
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>