// SPDX-License-Identifier: GPL-3.0-only
//! Experimental policy/solver helpers.
//!
//! These modules are public so the workspace can compose and test them, but
//! they are not promoted as stable 1.0 API.
/// Conflict fingerprint knowledge base types and storage.
/// Declarative policy rules and evaluation against VFS/layer state.
/// Constraint-based load-order solving.