implement deployments and deployment schedules
adds full deployment support including:
- deployment table with CRUD API (create, read, update, delete, filter, count)
- deployment_schedule table with CRUD API
- get_scheduled_flow_runs endpoint for runner polling
- create_flow_run from deployment
- pause/resume deployment endpoints
- .serve() now works end-to-end
also fixes event backfill to apply subscriber filters
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>