system-prompts-and-models-o.../.cursor/commands/release-gate.md
2026-04-16 07:58:36 +03:00

966 B

release-gate

Pre-flight before promotion to staging/canary/prod or before declaring a release candidate.

Steps (run from repo root)

  1. Backend tests:

    cd salesflow-saas/backend && pytest -v --tb=short
    
  2. Launch / hardening script (Windows):

    powershell -NoProfile -ExecutionPolicy Bypass -File salesflow-saas/verify-launch.ps1
    

    Add flags as your runbook requires, e.g. -WithOpenApiGate — see salesflow-saas/verify-launch.ps1.

  3. Read salesflow-saas/docs/LAUNCH_CHECKLIST.md and tick mentally each item that applies.

  4. Security gate mindset: docs/governance/trust-fabric.md (auth, webhooks, uploads, AI surfaces, MCP).

Output

Summarize pass/fail, open critical findings, and block release if any Class C violation or unresolved contradicted evidence remains.