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

    Interface CapacityAssessment

    interface CapacityAssessment {
        activePRCount: number;
        criticalIssueCount: number;
        hasCapacity: boolean;
        maxActivePRs: number;
        reason: string;
        shelvedPRCount: number;
    }
    Index

    Properties

    activePRCount: number
    criticalIssueCount: number
    hasCapacity: boolean
    maxActivePRs: number
    reason: string
    shelvedPRCount: number