diff --git a/.changeset/lemon-deer-hide.md b/.changeset/lemon-deer-hide.md index 03a40b23..cf8102f0 100644 --- a/.changeset/lemon-deer-hide.md +++ b/.changeset/lemon-deer-hide.md @@ -5,9 +5,9 @@ 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 rule profiles and MCP config after initialization, supporting multiple profiles at once. -- **Interactive Setup**: `task-master rules setup` launches an interactive prompt to select which rule profiles to apply to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules. The list of profiles is always up-to-date with available options. -- **Selective Removal**: Rules removal now 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). +- **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). - **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.