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

    Interface GovernanceDriftResult

    interface GovernanceDriftResult {
        drifted: boolean;
        driftItems: {
            category: string;
            description: string;
            severity: "HIGH" | "MEDIUM" | "LOW";
        }[];
    }
    Index
    drifted: boolean
    driftItems: {
        category: string;
        description: string;
        severity: "HIGH" | "MEDIUM" | "LOW";
    }[]