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,5 @@
---
'task-master-ai': patch
'task-master-ai': minor
---
Add move command to enable moving tasks and subtasks within the task hierarchy. This new command supports moving standalone tasks to become subtasks, subtasks to become standalone tasks, and moving subtasks between different parents. The implementation handles circular dependencies, validation, and proper updating of parent-child relationships.