default to all rules

This commit is contained in:
Joe Danziger
2025-05-23 15:37:11 -04:00
parent ead4aa4a2d
commit 499aa2b203
4 changed files with 19 additions and 37 deletions

View File

@@ -213,8 +213,8 @@ task-master init
task-master init --rules cursor,windsurf
```
- The `--rules` flag allows you to specify one or more rule sets (e.g., `cursor`, `roo`, `windsurf`) to apply during initialization.
- If omitted, the default is `cursor`.
- The `--rules` flag allows you to specify one or more rule sets (e.g., `cursor`, `roo`, `windsurf`, `cline`) to apply during initialization.
- If omitted, all available rule sets are installed by default (cursor, windsurf, roo, cline).
- You can use multiple comma-separated rules in a single command.
**Example:**