//! Repository lifecycle traits and query value objects.
//!
//! [`ServiceLifecycle`] and [`ServiceRecord`] model managed-service
//! state, [`WhereClause`] composes filter predicates, and
//! [`process_utils`] filters records by running-process status.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use filter_running_services;
pub use WhereClause;
pub use ;