Files
claude-task-master/.changeset/fix-show-command-complexity.md
2025-07-16 09:24:06 +02:00

7 lines
334 B
Markdown

---
"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.