// Copyright (C) 2026 Industrial Algebra
// SPDX-License-Identifier: Apache-2.0
//! The mining review queue (ADR M2, M3).
//!
//! PendingReview extractions stage here, per namespace, before promotion to
//! the memory palace. This keeps the palace (`store_memory`) clean of
//! unreviewed entries. An operator with `mining:review` lists pending
//! extractions, then accepts (→ promote to palace) or rejects (→ drop).
use crate::;
/// A staged extraction awaiting operator review.
/// Outcome of accepting a queued extraction: the promoted memory's id.