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

    Interface PolicyConflict

    interface PolicyConflict {
        conflictType:
            | "scope_contradiction"
            | "threshold_mismatch"
            | "temporal_conflict"
            | "authority_deadlock";
        description: string;
        policyA: string;
        policyB: string;
        resolution?: string;
        witness?: SystemState;
    }
    Index
    conflictType:
        | "scope_contradiction"
        | "threshold_mismatch"
        | "temporal_conflict"
        | "authority_deadlock"
    description: string
    policyA: string
    policyB: string
    resolution?: string
    witness?: SystemState

    Witness state that triggers the conflict