fix: show command no longer requires complexity report to exist (#979)

Co-authored-by: Ben Vargas <ben@example.com>
This commit is contained in:
Ben Vargas
2025-07-16 01:24:06 -06:00
committed by GitHub
parent cc4fe205fb
commit ab2e946087
2 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
---
"task-master-ai": patch
---
Fix: show command no longer requires complexity report file to exist
The `tm show` command was incorrectly requiring the complexity report file to exist even when not needed. Now it only validates the complexity report path when a custom report file is explicitly provided via the -r/--report option.