Go-Live Validation
Use this checklist to validate a production deployment before signing off.This is the canonical checklist. Run through it after every production deployment.
Pre-Deploy
Security Gates
Ownership Claim
From your Telegram account:Claim succeeds once
Second claim attempt fails
Whitelist Enforcement
From a different Telegram account:Unauthorized account is silently ignored
Integrations
Connect
Weather shows configured location
Calendar shows connected
Gmail shows connected
Disconnect
Both show disconnected
Follow-up reads fail gracefully
Read Paths
Calendar returns events or “no events” message
Gmail returns summary
Weather returns forecast
Write Path + Confirmation
Happy path
Bot proposes action with confirmation code
Event created confirmation
Event appears in subsequent calendar query
Wrong code
Confirmation mismatch error
Cancellation
Action canceled, no event created
Heartbeats
Both jobs show enabled with schedule
Logs show
sent, skippedNotDue, or skippedDuplicate (not failed)No duplicate sends
Failure Handling
- Temporarily break
OPENWEATHER_API_KEYin Railway - Ask: “What’s the weather?”
- Restore the key
Graceful error response (no crash)
Normal behavior returns after restore
Sign-Off
All must be true before marking deployment complete:-
pnpm checkpassed on release commit - Ownership claim: works once, replay fails
- Unauthorized users blocked
- OAuth connect/disconnect works
- Write confirmation gate works (correct code, wrong code, cancel)
- Read paths work (calendar, gmail, weather)
- Heartbeats fire only when due, no duplicates
- No critical errors in logs during test window