//! Path constants and service-category classification shared across API/CLI
//! surfaces.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ApiPaths;
pub use CliPaths;
pub use ServiceCategory;