From 75b75c3251bb7a89e9d70c4529bcc022a93319ef Mon Sep 17 00:00:00 2001 From: Parththipan Thaniperumkarunai Date: Wed, 18 Jun 2025 21:35:14 +0200 Subject: [PATCH] chore(changeset): combine duplicate changesets for expand tag corruption fix Merge eighty-breads-wonder.md into bright-llamas-enter.md to consolidate the expand command fix and its comprehensive E2E testing enhancements into a single changeset entry. --- .changeset/bright-llamas-enter.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.changeset/bright-llamas-enter.md b/.changeset/bright-llamas-enter.md index b2570bc0..1e77510a 100644 --- a/.changeset/bright-llamas-enter.md +++ b/.changeset/bright-llamas-enter.md @@ -3,3 +3,10 @@ --- Fix expand command preserving tagged task structure and preventing data corruption + +- 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