diff --git a/.changeset/lemon-deer-hide.md b/.changeset/lemon-deer-hide.md new file mode 100644 index 00000000..2241d2db --- /dev/null +++ b/.changeset/lemon-deer-hide.md @@ -0,0 +1,13 @@ +--- +'task-master-ai': patch +--- + +Added flexible brand rules management: + +- New `init` flag: You can now specify which brands to include rules for at project initialization using `--rules ` or `-r ` (e.g., `task-master init -r cursor,roo`). Only the selected brands' rules and configuration are included. +- New commands: `task-master rules add ` and `task-master rules remove ` let you add or remove brand-specific rules and MCP config after initialization, supporting multiple brands at once. +- Documentation and tests were updated to reflect these changes. + +This enables more flexible, brand-specific project setups and makes rules management much easier. + +- Resolves #338 \ No newline at end of file