From b88e6299fd9f87b9358aab8e4c47b34bb67f540f Mon Sep 17 00:00:00 2001 From: Joe Danziger Date: Tue, 27 May 2025 11:56:53 -0400 Subject: [PATCH] update changeset --- .changeset/lemon-deer-hide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lemon-deer-hide.md b/.changeset/lemon-deer-hide.md index cf8102f0..956160f4 100644 --- a/.changeset/lemon-deer-hide.md +++ b/.changeset/lemon-deer-hide.md @@ -7,7 +7,7 @@ Added comprehensive rules profile management: - **Initialization**: You can now specify which rule profiles to include at project initialization using `--rules ` or `-r ` (e.g., `task-master init -r cursor,roo`). Only the selected profiles and configuration are included. - **Add/Remove Commands**: `task-master rules add ` and `task-master rules remove ` let you manage specific rules profiles and MCP config after initialization, supporting multiple profiles at once. - **Interactive Setup**: `task-master rules setup` launches an interactive prompt to select which rules profiles to add to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules. -- **Selective Removal**: Rules removal intelligently preserves existing non-Task Master files and only removes Task Master-specific rules. Profile directories are only removed when completely empty and all conditions are met (no existing rules, no other files/folders, MCP config completely removed). +- **Selective Removal**: Rules removal intelligently preserves existing non-Task Master rules and files and only removes Task Master-specific rules. Profile directories are only removed when completely empty and all conditions are met (no existing rules, no other files/folders, MCP config completely removed). - **Safety Features**: Confirmation messages clearly explain that only Task Master-specific rules and MCP configurations will be removed, while preserving existing custom rules and other files. - **Robust Validation**: Includes comprehensive checks for array types in MCP config processing and error handling throughout the rules management system.