Fixed
-
Work package move race conditions - Multiple agents can now work on different WPs simultaneously without blocking each other
- Conflict detection now only blocks on changes to the same WP, not unrelated WP files
- Agents working on WP05 no longer block moves of WP04
-
Exact WP ID matching -
WP04no longer incorrectly matchesWP04b- Changed from prefix matching to exact boundary matching
- Pattern now requires WP ID to be followed by
-,_,., or end of filename
-
Cleanup no longer leaves staged deletions - Stale copy cleanup uses filesystem delete instead of
git rm- Prevents orphaned staged deletions from blocking subsequent operations
- Automatically unstages any previously staged changes to cleaned files