Skip to content

Launch Gates

Release gate checklist for launch readiness.

Use these gates before promoting release channels.

Required Commands

Terminal window
npm run typecheck
npm run test:smoke:launch
npm run test:agentic:gate
npm run test:tenant:isolation
npm run test:launch:gate

P0 Runtime Gates

  • no silent task drop
  • no post-success continuation loop
  • no internal lifecycle artifacts in user-visible response
  • explicit terminal completion/failure handover

Clean Install Gate (VS Code)

  • install latest VSIX in clean profile
  • verify diagnostics/sophia/chat runtime from clean state
  • archive prompt + screenshot evidence

Rollback Gate

  • previous known-good version remains installable
  • rollback path is tested at least once per channel promotion

Multi-Tenant Safety Gate

  • tenant isolation checks pass
  • access controls and audit logs are active