update docs and rules to include vscode profile

This commit is contained in:
Joe Danziger
2025-06-04 22:38:19 -04:00
parent 0e49c06c4a
commit 880436b866
5 changed files with 16 additions and 16 deletions

View File

@@ -162,7 +162,7 @@ task-master init
npx task-master init
# Initialize project with specific rules
task-master init --rules cursor,windsurf
task-master init --rules cursor,windsurf,vscode
```
This will prompt you for project details and set up a new project with the necessary files and structure.
@@ -186,7 +186,7 @@ task-master next
task-master generate
# Add rules after initialization
task-master rules add windsurf,roo
task-master rules add windsurf,roo,vscode
```
## Documentation