* 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 * chore: package-lock fixup * chore: fix format --------- Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
13 lines
594 B
Markdown
13 lines
594 B
Markdown
---
|
|
"task-master-ai": minor
|
|
---
|
|
|
|
Add --tag flag support to core commands for multi-context task management. Commands like parse-prd, analyze-complexity, and others now support targeting specific task lists, enabling rapid prototyping and parallel development workflows.
|
|
|
|
Key features:
|
|
- parse-prd --tag=feature-name: Parse PRDs into separate task contexts on the fly
|
|
- analyze-complexity --tag=branch: Generate tag-specific complexity reports
|
|
- All task operations can target specific contexts while preserving other lists
|
|
- Non-existent tags are created automatically for seamless workflow
|
|
|