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

    Interface BishengObservabilityShieldSurface

    interface BishengObservabilityShieldSurface {
        activeAlerts: LiveDriftAlert[];
        ciGate: { passed: boolean; receiptHash: string };
        failClosed: boolean;
        requiredProof: (keyof BishengObservabilityMetadataProof)[];
        verification: "passed" | "failed";
    }
    Index
    activeAlerts: LiveDriftAlert[]
    ciGate: { passed: boolean; receiptHash: string }
    failClosed: boolean
    requiredProof: (keyof BishengObservabilityMetadataProof)[]
    verification: "passed" | "failed"