pub fn unshelve_task(
ito_path: &Path,
change_id: &str,
task_id: &str,
) -> CoreResult<TaskItem>Expand description
Unshelve a task (transition back to pending).
Only supported for enhanced format. Validates preconditions and updates the tracking file.