Coordinate ZeeMe Replit-first hotfix and production rollouts with deterministic branch-sync checks, risk classification, VITE rebuild enforcement, and explicit rollback sequencing. Use when shipping live voice/chat fixes to Replit without breaking stable paths.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Coordinate ZeeMe Replit-first hotfix and production rollouts with deterministic branch-sync checks, risk classification, VITE rebuild enforcement, and explicit rollback sequencing. Use when shipping live voice/chat fixes to Replit without breaking stable paths.
ZeeMe Replit Release Orchestration
Run This Workflow
Run release preflight planning:
skills/zeeme-replit-release-orchestration/scripts/replit_release_orchestrate.sh plan
Push only after gate passes and rollback notes are prepared.
Run post-push smoke in Replit on the exact deployed build:
voice Gmail read
voice Calendar read
voice new email + hands-free send/save
voice new calendar event + hands-free approve
text new email after an older pending Google task
manual Zee Stage reopen while idle with a pending surface
Enforcement Rules
Block push when local branch is behind origin/main3.
Treat all VITE_* changes as rebuild-required (not restart-only).
Require voice regression checks when live voice paths or env knobs changed.
Treat changes to server/routes.ts, server/gemini.ts, client/src/lib/gemini-live.ts, and client/src/App.tsx as paired release risk when they affect Google action or Zee Stage behavior.
Treat changes to googleActionContext, /api/live/tool-response, approval routing, or stage ownership as requiring both voice and text smoke, not only one path.