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

    Type Alias VetListItemStatus

    VetListItemStatus:
        | "still_available"
        | "claimed"
        | "closed"
        | "has_pr"
        | "has_stalled_pr"
        | "error"

    Status of a re-vetted issue from the curated list (#764).

    has_stalled_pr (scout 0.9.0 #97) distinguishes open-but-stalled linked PRs from cleanly-claimed has_pr issues — the issue is still actionable as a revive opportunity rather than something to drop.