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

    Interface CIStatusCategorization

    Aggregate CI status produced by categorizeCIStatus (#1272). Derived from ciStatus + failingCheckNames + classifiedChecks — exposed on FetchedPR so agents read a single field instead of re-implementing the truth table.

    interface CIStatusCategorization {
        action: CIStatusAction;
        category: CIStatusCategory;
        summary: string;
    }
    Index

    Properties

    Suggested next action (hint, not enforcement).

    summary: string

    Short human-readable summary suitable for inline display.