//! Shared `list_routine_runs` 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.
use crateAppError;
pub use crate;
/// List every run for routine `id`, newest first (live workbenches plus durable history).