//! File storage backend selection for a profile.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
use ;
/// Where user-visible files are written and whether the root is shared
/// between replicas.
///
/// `shared: true` declares that `paths.storage` is a mount every replica can
/// see; boot warns when the declaration and the observed mount disagree.