Goodmorning
This workflow automates the daily startup routine ("Sunrise"). It ensures the development environment is fresh, data is hydrated, and context is loaded.
- Run the Sunrise Orchestrator.
- Checks Git Status
- Installs Dependencies (Fast)
- Verifies The Beast Cluster Health (Testing)
- Syncs Routes & Roles (God Mode)
- Hydrates Data Indices (MRI Scan) // turbo
-
npx tsx scripts/dev/DEV_WAKEUP_MAIN.ts
-
The script above handles starting the environment in "code" mode automatically.