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

    Interface CanaryDecision

    interface CanaryDecision {
        mode: CanaryMode;
        passed: boolean;
        policyUsed: "stable" | "candidate";
        reason: string;
        requestId: string;
        ts: number;
    }
    Index
    passed: boolean
    policyUsed: "stable" | "candidate"
    reason: string
    requestId: string
    ts: number