chore: adjusts changesets and an import.

This commit is contained in:
Eyal Toledano
2025-05-23 17:41:25 -04:00
parent 8c69c0aafd
commit 91fc779714
6 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
---
'task-master-ai': patch
'task-master-ai': minor
---
Enhance analyze-complexity to support analyzing specific task IDs. Users can now analyze individual tasks or selected task groups by using the new `--id` option with comma-separated IDs, or `--from` and `--to` options to specify a range of tasks. The feature intelligently merges analysis results with existing reports, allowing incremental analysis while preserving previous results.
Enhance analyze-complexity to support analyzing specific task IDs.
- You can now analyze individual tasks or selected task groups by using the new `--id` option with comma-separated IDs, or `--from` and `--to` options to specify a range of tasks.
- The feature intelligently merges analysis results with existing reports, allowing incremental analysis while preserving previous results.