fix formatting

This commit is contained in:
Joe Danziger
2025-05-09 10:52:37 -04:00
parent 5b95b1d8ee
commit a2e99bdfa4
4 changed files with 13 additions and 10 deletions

View File

@@ -106,12 +106,17 @@ task-master parse-prd your-prd.txt
You can add or remove brand rules at any time after project initialization:
```
task-master rules add windsurf,roo
# Adds the specified brand rule sets (e.g., .windsurf/rules, .roo/rules) to your project.
# Also sets up the corresponding MCP configuration in the brand directory.
task-master rules remove windsurf
# Removes the specified brand rule sets and their MCP config from your project.
```
- Adding rules creates the brand rules directory (e.g., `.roo/rules`) and copies/initializes the brand's rules.