Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ProductionReadinessResult

    interface ProductionReadinessResult {
        blockers: string[];
        gates: { name: string; passed: boolean; reason: string }[];
        ready: boolean;
        recommendations: string[];
        score: number;
    }
    Index
    blockers: string[]
    gates: { name: string; passed: boolean; reason: string }[]
    ready: boolean
    recommendations: string[]
    score: number