6c3a92c Thanks @bjcoombs! - Add --ready and --blocking filters to list command for identifying parallelizable tasks
--ready filter to show only tasks with satisfied dependencies (ready to work on)--blocking filter to show only tasks that block other tasks--ready --blocking to find high-impact tasks (ready AND blocking others)tags command showing count of ready tasks per tag--ready filter to tags command to show only tags with available work--all-tags option to list ready tasks across all tags (use with --ready)--all-tags for easy scanning#1569 4cfde1c Thanks @bjcoombs! - Improve concurrency safety by adopting modifyJson pattern in file-storage
#1566 3cc6174 Thanks @bjcoombs! - Fix race condition when multiple Claude Code windows write to tasks.json simultaneously
withFileLock and withFileLockSync utilities for use by other modulesThis fix prevents data loss that could occur when multiple Task Master instances (e.g., multiple Claude Code windows) access the same tasks.json file concurrently.
#1576 097c8ed Thanks @Crunchyman-ralph! - Improve loop command error handling and use dangerously-skip-permissions
#1577 e762e4f Thanks @Crunchyman-ralph! - Make Docker sandbox mode opt-in for loop command
--sandbox flag to task-master loop (default: use plain claude -p)#1580 940ab58 Thanks @Crunchyman-ralph! - Update Codex CLI supported models to match current available models