feat(tags): Complete tagged task lists system with enhanced use-tag command

- Multi-context task management with full CLI support
- Enhanced use-tag command shows next available task after switching
- Universal --tag flag support across all commands
- Seamless migration with zero disruption
- Complete tag management suite (add, delete, rename, copy, list)
- Smart confirmation logic and data integrity protection
- State management and configuration integration
- Real-world use cases for teams, features, and releases
This commit is contained in:
Eyal Toledano
2025-06-13 03:21:20 -04:00
parent 6b929fa9fa
commit 3db62b5b88
5 changed files with 210 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
{
"currentTag": "test-prd-tag",
"lastSwitched": "2025-06-13T06:07:05.204Z",
"currentTag": "master",
"lastSwitched": "2025-06-13T07:11:05.210Z",
"branchTagMapping": {},
"migrationNoticeShown": true
}