mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
966 B
966 B
release-gate
Pre-flight before promotion to staging/canary/prod or before declaring a release candidate.
Steps (run from repo root)
-
Backend tests:
cd salesflow-saas/backend && pytest -v --tb=short -
Launch / hardening script (Windows):
powershell -NoProfile -ExecutionPolicy Bypass -File salesflow-saas/verify-launch.ps1Add flags as your runbook requires, e.g.
-WithOpenApiGate— see salesflow-saas/verify-launch.ps1. -
Read salesflow-saas/docs/LAUNCH_CHECKLIST.md and tick mentally each item that applies.
-
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.