pub fn check_task_completion(contents: &str) -> TaskStatusExpand description
Check whether the tasks in contents are complete.
Supports both the checkbox task format (- [ ], - [x], - [~], - [>])
and the enhanced format (- **Status**: [ ] pending).