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
workspace worktree add for blocks-engine and static-site-importer exceeded the caller deadline twice (including with --skip-bootstrap) and left active database locks after their owner PIDs no longer existed. Subsequent managed worktree creation is blocked behind retained admissions.
workspace worktree locks --format=json reported active worktree-blocks-engine, worktree-static-site-importer, and worktree-workspace-capacity-admission locks for exited PIDs.
No worktree handle was registered and neither target directory exists.
Expected
The controller should release locks on all bounded error/termination paths, or expose a bounded safe recovery for proven-dead owners so fresh DMC-managed worktree creation can resume.
AI assistance
OpenAI GPT-5.6-terra via OpenCode was used to inspect DMC lock evidence and draft this issue. Chris Huber remains responsible for the report.
Problem
workspace worktree addforblocks-engineandstatic-site-importerexceeded the caller deadline twice (including with--skip-bootstrap) and left active database locks after their owner PIDs no longer existed. Subsequent managed worktree creation is blocked behind retained admissions.Evidence
studio wp datamachine-code workspace worktree add <repo> <branch> --from=origin/<base> --force --skip-bootstrapworkspace worktree locks --format=jsonreported activeworktree-blocks-engine,worktree-static-site-importer, andworktree-workspace-capacity-admissionlocks for exited PIDs.Expected
The controller should release locks on all bounded error/termination paths, or expose a bounded safe recovery for proven-dead owners so fresh DMC-managed worktree creation can resume.
AI assistance
OpenAI GPT-5.6-terra via OpenCode was used to inspect DMC lock evidence and draft this issue. Chris Huber remains responsible for the report.