From 9d3c94203913bf90635b98116760d14e1f7fdf51 Mon Sep 17 00:00:00 2001 From: Parthy <52548018+mm-parthy@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:40:20 +0200 Subject: [PATCH] Delete .changeset/eighty-breads-wonder.md --- .changeset/eighty-breads-wonder.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .changeset/eighty-breads-wonder.md diff --git a/.changeset/eighty-breads-wonder.md b/.changeset/eighty-breads-wonder.md deleted file mode 100644 index 5b6a7ecf..00000000 --- a/.changeset/eighty-breads-wonder.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"task-master-ai": patch ---- - -Enhance E2E tests with comprehensive tag-aware expand testing to verify tag corruption fix - -- Add new test section for feature-expand tag creation and testing during expand operations -- Verify tag preservation during expand, force expand, and expand --all operations -- Test that master tag remains intact while feature-expand tag receives subtasks correctly -- Fix file path references to use correct .taskmaster/config.json and .taskmaster/tasks/tasks.json locations -- All tag corruption verification tests pass successfully, confirming the expand command tag corruption bug fix works as expected