chore: task management, adjust readmes, adjust cursor rules, add mcp_integration.md to docs

This commit is contained in:
Eyal Toledano
2025-03-27 23:40:13 -04:00
parent 05095c4745
commit cc0646ac72
9 changed files with 575 additions and 43 deletions

View File

@@ -362,6 +362,25 @@ task-master show 1.2
task-master update --from=<id> --prompt="<prompt>"
```
# Use Perplexity AI for research-backed updates
task-master update --from=<id> --prompt="<prompt>" --research
```
### Update a Single Task
```bash
# Update a specific task with new information
task-master update-task --id=<id> --prompt="<prompt>"
# Use research-backed task updates
task-master update-task --id=<id> --prompt="<prompt>" --research
```
The update-task command:
- Updates a single specified task rather than multiple tasks
- Provides detailed validation and helpful error messages
- Falls back gracefully if research API is unavailable
- Preserves tasks marked as "done"
### Generate Task Files
```bash