//! `faucet serve` — HTTP control plane (#127). Runs pipeline configs submitted
//! over HTTP, reusing `executor::run_expanded`. Feature-gated on `serve`;
//! structured like `cli/src/schedule/`. See
//! `docs/superpowers/specs/2026-05-30-faucet-serve-design.md`.
pub use ServeConfig;
use crateCliResult;
/// Boot the HTTP control plane and serve until SIGTERM/SIGINT.
pub async