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

    Interface EmergencyOverride

    interface EmergencyOverride {
        actionDescription: string;
        agentId: string;
        expiresTs: number;
        overrideId: string;
        postmortemArtifactId: string | null;
        postmortemFiled: boolean;
        reason: string;
        signature: string;
        startedTs: number;
        ttlMs: number;
    }
    Index
    actionDescription: string

    What the override does (e.g., "allow DEPLOY for agent-1")

    agentId: string
    expiresTs: number
    overrideId: string
    postmortemArtifactId: string | null
    postmortemFiled: boolean

    Whether a postmortem has been filed

    reason: string
    signature: string
    startedTs: number
    ttlMs: number

    Strict TTL in milliseconds