You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(worker): seed lifecycle readiness scratch worktree from HEAD [ddx-efadca32]
The lifecycle readiness-check classifier ran in an empty scratch repo (git
init, no source), so file-presence checks blocked every bead with 'target file
not found in working directory'. Seed the scratch from a detached HEAD worktree
so it carries the project's real source while staying isolated from the master
worktree; fall back to an empty repo only when HEAD is unborn, and deregister
the worktree on cleanup.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments