//! Server-side Gleam authoring surface: compile, type-check, package, and
//! hot-load submitted workflow source.
//!
//! Mounted only when `[authoring].gleam_path` is configured. The handlers are
//! transport-agnostic; the HTTP facade lives in `crate::api::http::authoring`.
/// Authoring API error taxonomy and wire mapping.
/// Transport-agnostic compile-and-hot-load handler.
pub use AuthoringApiError;
pub use ;