//! Prompt preset CRUD endpoints for `/api/v1/prompt-presets`.
pub use ;
// Re-exported (rather than making the `storage`/`types` submodules themselves
// `pub(crate)`) so `crate::plugin_installer` can reuse the exact same
// load/save/rename-on-collision logic the HTTP handlers use for prompt
// presets, without a second implementation that could drift (see
// PLUGIN_PLAN.md ยง Installer-core agent).
pub use ;
pub use StoredPromptPreset;