update changeset

This commit is contained in:
Joe Danziger
2025-05-27 11:56:53 -04:00
parent 8a1d86fa78
commit b88e6299fd

View File

@@ -7,7 +7,7 @@ Added comprehensive rules profile management:
- **Initialization**: You can now specify which rule profiles to include at project initialization using `--rules <profiles>` or `-r <profiles>` (e.g., `task-master init -r cursor,roo`). Only the selected profiles and configuration are included.
- **Add/Remove Commands**: `task-master rules add <profiles>` and `task-master rules remove <profiles>` 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.