docs: Update taskmaster.mdc and dev_workflow.mdc with missing CLI flags and enhanced workflow guidance

- Add missing --tag flags to commands that were implemented but not documented
- Add missing --file flags to tag management commands
- Add --bedrock flag to models command documentation
- Synchronize CLI documentation with actual implementation in commands.js
- Enhance dev_workflow.mdc with comprehensive tagged task lists guidance
- Add patterns for when to introduce tags (git branching, team collaboration, experiments)
- Consolidate and refine changesets for upcoming release
This commit is contained in:
Eyal Toledano
2025-06-14 13:41:17 -04:00
committed by Ralph Khreish
parent af66607e20
commit b848452a46
16 changed files with 243 additions and 6122 deletions

View File

@@ -75,3 +75,4 @@ task-master research "How to optimize this?" --id=23 --save-to=23.1
- Full feature parity with CLI except interactive follow-ups
The research command integrates with the existing AI service layer and supports all configured AI providers. Both CLI and MCP interfaces provide comprehensive research capabilities with intelligent context gathering and flexible output options.