Patch Changes
-
#1063
2ae6e7e
Thanks @Crunchyman-ralph! - Fix for tasks not found when using string IDs -
#1049
45a14c3
Thanks @ben-vargas! - Fix tag-specific complexity report detection in expand commandThe 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 generictask-complexity-report.json
file due to a default value in the CLI option definition.