Launch Autonomous Session
Uses wired resolver/pipeline + persist (VibePlanSchema + any registered provider). Checkpoints + events logged for resume. Supabase Realtime enabled — inserts from dashboard, future pipeline calls, or external tools will update this view live.
Infra Sync (for remote control)
Send commands to keep Supabase (migrations) and Vercel (deploy) updated automatically via the C&C plane. The Go runner will ack with instructions to run pnpm scripts (requires clis/auth in runner env). Use on a real session.
These queue agent_commands. A remote-controlled Go runner (polling via service key) will ProcessCommand and respond with run instructions. Then run the pnpm scripts here or in CI to actually update hosted Supabase + Vercel prod. Ensures remote control always sees latest.
Telemetry
Usage events (launches, plan resolves, remote commands processed, resource decisions, infra syncs, errors). Hosted in the same Supabase as state + C&C (no new infra; reuses RLS/realtime/Go client). Opt-in friendly for self-hosted deployments.
Add VIBE_TELEMETRY=1 in envs + wire more emitters (resource decisions, turns, CLI) for richer data. All events go through the same Supabase the rest of Vibe uses.