//! Internal routes for worker-to-API communication.
//!
//! Protected by a static bearer token (`WORKER_TOKEN`).
//!
//! These routes return raw store entities (not public DTOs) so the worker
//! can deserialize them as `Run`, `Step`, etc. without losing fields like
//! `FsmState<RunStatus>` or `payload`.