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

    Interface SearchOutput

    interface SearchOutput {
        aiPolicyBlocklist: string[];
        candidates: SearchCandidate[];
        excludedRepos: string[];
        rateLimitWarning?: string;
    }
    Index

    Properties

    aiPolicyBlocklist: string[]

    Repos with known anti-AI contribution policies, filtered from search results (#108).

    candidates: SearchCandidate[]
    excludedRepos: string[]
    rateLimitWarning?: string

    Present when rate limits affected the search — either low pre-flight quota or mid-search rate limit hits (#100).