@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface DailyOutput

    interface DailyOutput {
        actionableIssues: CompactActionableIssue[];
        actionMenu: ActionMenu;
        briefSummary: string;
        capacity: CapacityAssessment;
        commentedIssues: CommentedIssue[];
        digest: DailyDigestCompact;
        failures: PRCheckFailure[];
        repoGroups: CompactRepoGroup[];
        strategySummary?: StrategyResult | null;
        summary: string;
        warnings: DailyWarning[];
    }
    Index

    Properties

    actionableIssues: CompactActionableIssue[]
    actionMenu: ActionMenu
    briefSummary: string
    commentedIssues: CommentedIssue[]
    digest: DailyDigestCompact
    failures: PRCheckFailure[]
    repoGroups: CompactRepoGroup[]
    strategySummary?: StrategyResult | null

    Periodic contribution-strategy snapshot (#1270). Populated when the cadence trigger fires AND the user has crossed the merge floor. The /oss action menu renders this inline ahead of the action options; absent or null on runs where the gate stays silent.

    summary: string
    warnings: DailyWarning[]

    Non-fatal warnings from ancillary pipeline phases (repo metadata, analytics, scout sync, Gist checkpoint, etc.). Always an array — empty on clean runs. See #1042.