Goodmorning

This workflow automates the daily startup routine ("Sunrise"). It ensures the development environment is fresh, data is hydrated, and context is loaded.

  1. Run the Sunrise Orchestrator.
  2. Checks Git Status
  3. Installs Dependencies (Fast)
  4. Verifies The Beast Cluster Health (Testing)
  5. Syncs Routes & Roles (God Mode)
  6. Hydrates Data Indices (MRI Scan) // turbo
  7. npx tsx scripts/dev/DEV_WAKEUP_MAIN.ts

  8. The script above handles starting the environment in "code" mode automatically.