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

    Interface FeaturesOutput

    interface FeaturesOutput {
        anchorRepos: string[];
        biggerBets: FeaturesCandidate[];
        message: string | null;
        quickWins: FeaturesCandidate[];
        rateLimitWarning?: string;
    }
    Index

    Properties

    anchorRepos: string[]

    Repos that qualified as anchors for this run (3+ merged PRs, configurable). Empty when the user has no anchor repos yet.

    biggerBets: FeaturesCandidate[]

    "Bigger-bet" bucket: feature-scoped issues that carry maintainer-commitment signals (milestone, roadmap, bigger-bet label).

    message: string | null

    Human-friendly explainer shown when neither bucket has results (no anchors, or anchors but no open feature opportunities). null on success.

    quickWins: FeaturesCandidate[]

    "Quick-win" bucket: feature-scoped issues without strong commitment markers (no milestone, no roadmap, no bigger-bet labels).

    rateLimitWarning?: string

    Present when rate limits affected the search. Mirrors SearchOutput.rateLimitWarning.