pub fn complete_task(
ito_path: &Path,
change_id: &str,
task_id: &str,
_note: Option<String>,
) -> CoreResult<TaskItem>Expand description
Complete a task (transition to complete).
Validates preconditions and updates the tasks.md file.