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

    Function executeDailyCheck

    Lower-level daily check that accepts a token directly. Used by startup orchestration.

    • Core daily check logic, extracted for reuse by the startup command. Fetches all open PRs, updates state, and returns structured output.

      Returns a deduplicated DailyOutput where category arrays contain PR URLs instead of full objects (#287). Full PR objects are in digest.openPRs only.

      Orchestrates five named phases:

      1. fetchPRData — fetch open PRs, merged/closed counts, issues
      2. updateRepoScores — update signals, star counts, trust in state
      3. updateAnalytics — store monthly chart data
      4. partitionPRs — shelve/unshelve, generate digest
      5. generateDigestOutput — capacity, dismiss filter, action menu assembly

      Parameters

      • token: string

        GitHub personal access token

      Returns Promise<DailyOutput>

      Deduplicated daily output

      If no GitHub username is configured in state