@oss-autopilot/core - v1.6.3
    Preparing search index...

    Function runStartup

    Combined startup: auth check, setup check, daily fetch, dashboard launch, version detection.

    • Run startup checks and return structured output. Returns StartupOutput with one of three shapes:

      1. Setup incomplete: { version, setupComplete: false }
      2. Auth failure: { version, setupComplete: true, authError: "..." }
      3. Success: { version, setupComplete: true, daily, dashboardUrl?, issueList? }

      Returns Promise<StartupOutput>

      Startup output with auth/setup status and daily digest

      If the daily check fails (auth or network errors propagate)