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

    Interface RepoGroup

    PRs grouped by repository (#80). Used to prevent parallel git state corruption when multiple PRs exist in the same repo.

    interface RepoGroup {
        prs: FetchedPR[];
        repo: string;
    }
    Index

    Properties

    Properties

    prs: FetchedPR[]
    repo: string