A new set of bash scripts simplifies gateway orchestration across local, tmux, and systemd environments. The new start-gateway.sh handles pre-flight checks (Redis, Cloudflared tunnel status, bot tokens) and webhook registration before booting, while stop-gateway.sh ensures graceful shutdowns for tmux or orphan processes. Additionally, install-service.sh creates a smoother path to production by registering the gateway as a systemd service. These tooling additions take the guesswork out of deployments and bring much-needed stability to the bot lifecycle.

I'm gonna do what's called a programmer move