// =============================================================================
// Copyright (c) 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Cleanup facts for an isolated provider session.
/// Cleanup progress, independent of the failed operation's publication facts.
///
/// # Examples
///
/// ```rust
/// use qubit_fs::error::RecoveryCleanupState;
///
/// assert!(matches!(RecoveryCleanupState::Pending, RecoveryCleanupState::Pending));
/// ```