- 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
1.0 KiB
1.0 KiB
task-master-ai
| task-master-ai |
|---|
| minor |
Research Save-to-File Feature & Critical MCP Tag Corruption Fix
🔬 New Research Save-to-File Functionality:
Added comprehensive save-to-file capability to the research command, enabling users to preserve research sessions for future reference and documentation.
CLI Integration:
- New
--save-fileflag fortask-master researchcommand - Consistent with existing
--saveand--save-toflags for intuitive usage - Interactive "Save to file" option in follow-up questions menu
MCP Integration:
- New
saveToFileboolean parameter for theresearchMCP tool - Enables programmatic research saving for AI agents and integrated tools
File Management:
- Automatically creates
.taskmaster/docs/research/directory structure - Generates timestamped, slugified filenames (e.g.,
2025-01-13_what-is-typescript.md) - Comprehensive Markdown format with metadata headers including query, timestamp, and context sources
- Clean conversation history formatting without duplicate information