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

    Interface GraphIntegrityCheckResult

    interface GraphIntegrityCheckResult {
        errors: string[];
        pass: boolean;
        stats: {
            contradictionCount: number;
            hotspotCount: number;
            maxPropagationDepth: number;
            orphanedNodeCount: number;
            staleEdgeCount: number;
        };
        warnings: string[];
    }
    Index
    errors: string[]
    pass: boolean
    stats: {
        contradictionCount: number;
        hotspotCount: number;
        maxPropagationDepth: number;
        orphanedNodeCount: number;
        staleEdgeCount: number;
    }
    warnings: string[]