GitHub-backed review queues

Replace Slack PR pings with queues people can actually work.

Pulltime tracks review requests, keeps Slack compatible, and leaves review state in GitHub.

What is wired now

Route API

API handlers live under app/api using Nextrs route.rs codegen.

Local stack

Docker Compose defines Postgres, Electric, ngrok, and an optional app container.

GitHub source of truth

PR review outcomes remain in GitHub; Pulltime stores queue workflow state.