//! Shared `cleanup_workbenches` logic: response shape and how to build it. Both the HTTP handler
//! (`http.rs`) and the MCP tool (`mcp.rs`) build on top of this.
pub use crateCleanupResponse;
use crateRoutineStore;
/// Reap finished, expired run workbenches immediately, returning how many were removed and the
/// total disk space freed.