RecoveryState

View as MarkdownOpen in Claude
1type RecoveryState = "idle" | "debouncing" | "recovering" | "cooldown"

State of the recovery pipeline state machine (Section 19.7).