pub fn shelve_task(
ito_path: &Path,
change_id: &str,
task_id: &str,
_reason: Option<String>,
) -> CoreResult<TaskItem>Expand description
Shelve a task (transition to shelved).
Only supported for enhanced format. Validates preconditions and updates the tracking file.