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

    Type Alias IssueAvailabilityVerdict

    IssueAvailabilityVerdict:
        | "closed"
        | "own-open-pr"
        | "taken"
        | "at-risk"
        | "available"

    The short-circuit signal consumers route on:

    • closed — issue is not open; stop all further analysis (#1353).
    • own-open-pr — the authenticated user already has an open closing PR; not a new opportunity (#1354).
    • taken — someone else has an open closing PR, or the issue is assigned to someone else.
    • at-risk — no hard claim, but signals competition or imminent closure (open cross-referencing PRs, or a merged closing PR awaiting issue close).
    • available — open, unassigned, no claiming PRs.