From f7b26e01cd4abe68865e1ceb9649ab20cc29ec3c Mon Sep 17 00:00:00 2001 From: Joe Danziger Date: Tue, 27 May 2025 17:45:47 -0400 Subject: [PATCH] Update change set with new profiles --- .changeset/lemon-deer-hide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/lemon-deer-hide.md b/.changeset/lemon-deer-hide.md index d4f2c3d7..2a5d4b9c 100644 --- a/.changeset/lemon-deer-hide.md +++ b/.changeset/lemon-deer-hide.md @@ -4,7 +4,7 @@ Added comprehensive rule profile management: -- **New Profile Support**: Added comprehensive IDE profile support with five specialized profiles: Cline, Cursor, Roo, Trae, and Windsurf. Each profile is optimized for its respective IDE with appropriate mappings and configuration. +- **New Profile Support**: Added comprehensive IDE profile support with seven specialized profiles: Claude Code, Cline, Codex, Cursor, Roo, Trae, and Windsurf. Each profile is optimized for its respective IDE with appropriate mappings and configuration. - **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 add to your project. This does **not** re-initialize your project or affect shell aliases; it only manages rules. @@ -14,4 +14,4 @@ Added comprehensive rule profile management: This enables more flexible, rule-specific project setups with intelligent cleanup that preserves user customizations while safely managing Task Master components. -- Resolves #338 \ No newline at end of file +- Resolves #338