chore: fix CI and update changeset

This commit is contained in:
Ralph Khreish
2025-09-30 13:25:02 +02:00
parent fc57480948
commit 0d07733666
4 changed files with 206 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
---
"task-master-ai": patch
---
Fix cross-level task dependencies not being saved
Fixes an issue where adding dependencies between subtasks and top-level tasks (e.g., `task-master add-dependency --id=2.2 --depends-on=11`) would report success but fail to persist the changes. Dependencies can now be created in both directions between any task levels.