Goodnight

This workflow performs a complete system check and cleanup to prepare for the overnight period. It ensures code is saved, builds successfully, passes all tests, and processes are terminated.

  1. Check for uncommitted changes. If you see changes, please commit them manually before proceeding, or accept that they will simply sit there. git status

  2. Run the build to ensure the application compiles. // turbo pnpm build

2.5. Run Linguistic Integrity Audit to verify 100% translation coverage. // turbo npm run audit:i18n

  1. Run AutoTester-Dev (Validation Suite). // turbo pnpm autotester:dev

  2. Run the comprehensive health scan (checks all routes). // turbo pnpm --filter platform exec playwright test e2e/health_check.spec.ts

  3. Run stability smoke tests (critical flows). // turbo pnpm --filter platform exec playwright test e2e/smoke.spec.ts

  4. Generate Daily Handoff Report (Context Checkpoint). // turbo pnpm goodnight --summary "Final summary of achievements" --intent "Tomorrow's first tasks"

  5. Cleanup all ghost processes (Standard 98). // turbo pnpm ghostbuster