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.
-
Check for uncommitted changes. If you see changes, please commit them manually before proceeding, or accept that they will simply sit there. git status
-
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
-
Run AutoTester-Dev (Validation Suite). // turbo pnpm autotester:dev
-
Run the comprehensive health scan (checks all routes). // turbo pnpm --filter platform exec playwright test e2e/health_check.spec.ts
-
Run stability smoke tests (critical flows). // turbo pnpm --filter platform exec playwright test e2e/smoke.spec.ts
-
Generate Daily Handoff Report (Context Checkpoint). // turbo pnpm goodnight --summary "Final summary of achievements" --intent "Tomorrow's first tasks"
-
Cleanup all ghost processes (Standard 98). // turbo pnpm ghostbuster