4b320809bd67e0d5dc65e796de4ec2d307afffba
Delivery merges the task branch, and that branch carries the "orchestra: TASK.md" commit. Master therefore ends up holding the previous task's TASK.md, and the next worktree branches from it. writeTaskFile returned early on os.Stat, so it left that inherited file in place. The worker then hashed the current task and every immutability check failed with "TASK.md changed" against a hash for a task nobody was running. Releases failed, rotation never relaunched, phase requests were never read, and the task died on retry_limit without leaving research. Presence is not identity. Compare content, and rewrite when it differs. Found live in run 7, the first task to start after run 6's pull request merged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVbaKucEYBjMqVeUgJUsc1
Description
No description provided