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

    Type Alias VetListItemStatus

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

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

    As of #1494 the status is driven by the deterministic verify-issue verdict (closing-vs-mention aware) rather than scout's substring heuristic:

    • at_risk — verify found an open mention (cross-reference, not a closing PR) or a merged closing PR awaiting issue close. Previously collapsed into claimed/has_pr; the point of #1353.
    • own_open_pr — the authenticated user already has an open closing PR.

    has_pr / has_stalled_pr (scout 0.9.0 #97) now only arise on the fallback path when verify itself errored and we drop back to scout's heuristic; they are kept for back-compat.