pub fn pending_requests(
store: &Store,
run_id: &str,
) -> Result<Vec<PendingRequest>, HumanCliError>Expand description
Scans one run’s ledger for unanswered human requests, in request
order. A supervision suspend answer is non-final and keeps its
request pending (spine §6.9).