fix: handle subtasks in getTask method (#1254)

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
Ralph Khreish
2025-09-26 20:58:15 +02:00
committed by GitHub
parent b7f32eac5a
commit af53525cbc
3 changed files with 82 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
---
"task-master-ai": patch
---
Fixed issue where `tm show` command could not find subtasks using dotted notation IDs (e.g., '8.1').
- The command now properly searches within parent task subtasks and returns the correct subtask information.