/** * Tombstone for the removed legacy worktree cleanup API. * * The recursive-deletion implementation that previously lived here * (`listWorktrees`/`clearWorktrees`) was deliberately removed and does not * come back through this subpath. This module exists only to fail imports * with actionable migration guidance. */ export {};