Files
claude-task-master/.changeset/fix-tag-complexity-detection.md
Ben Vargas 17a95bd8c3 fix: remove default value from complexity report option to enable tag-specific detection (#1049)
Removes the default empty array value from the complexity report option to properly detect when tags are explicitly provided vs when no tags are provided, fixing the expand --all command behavior with tagged tasks.

Co-authored-by: Ben Vargas <ben@example.com>
2025-07-28 17:11:15 +03:00

396 B

task-master-ai
task-master-ai
patch

Fix tag-specific complexity report detection in expand command

The expand command now correctly finds and uses tag-specific complexity reports (e.g., task-complexity-report_feature-xyz.json) when operating in a tag context. Previously, it would always look for the generic task-complexity-report.json file due to a default value in the CLI option definition.