pub fn classify_task(task: &str) -> TaskKindExpand description
Classify a task description string into a TaskKind using a
deterministic keyword scan over the lowercased text. No model call.
Precedence (highest wins when multiple sets match): Debug > Investigation > Refactor > Docs > Feature