pub async fn run_cycle_with_dms(
_cfg: &NodeConfig,
dms: &DmsClient,
reg: &RunnerRegistry,
) -> Result<bool>Expand description
Run a single poll→run→complete/fail cycle using DMS client and the runner registry.
This is a minimal integration used by tests; run_node wiring remains separate.