feat: trigger realtime deploys on seed creation
Add Durable workflow engine and a RealtimeDeploy workflow that fires
after Seed.create/2. It finds matching subscriptions with
allow_realtime enabled, checks window constraints, and triggers
deploy_subscription for each.
- Add durable dependency with migration and supervision tree setup
- Add within_window? helper to Subscription for time window evaluation
- Add find_realtime_subscriptions to filter by allow_realtime flag
- Skip org_id check in Repo for Durable's internal schema prefix
- Update nix deps lock
SOW-130
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>