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

    Interface JsonlSessionRecoveryReadiness

    interface JsonlSessionRecoveryReadiness {
        eligible: boolean;
        message: string;
        reasonCode: string | null;
        state: "ready" | "interrupted" | "blocked";
    }
    Index
    eligible: boolean
    message: string
    reasonCode: string | null
    state: "ready" | "interrupted" | "blocked"