Files
claude-task-master/.taskmaster/state.json
Eyal Toledano 6b929fa9fa feat(tags): Add --tag flag support to core commands for multi-context task management
- parse-prd now supports creating tasks in specific contexts
- Fixed tag preservation logic to prevent data loss
- analyze-complexity generates tag-specific reports
- Non-existent tags created automatically
- Enables rapid prototyping and parallel development workflows
2025-06-13 02:50:08 -04:00

6 lines
138 B
JSON

{
"currentTag": "test-prd-tag",
"lastSwitched": "2025-06-13T06:07:05.204Z",
"branchTagMapping": {},
"migrationNoticeShown": true
}