Under the hood
Worktree cleanup logic on resume was consolidated into a shared helper.
The worktree-session cleanup logic that runs on --resume (both the fork and normal paths) is now consolidated into a shared lf helper taking {persist, storageV5}, replacing duplicated inline code. Behavior such as printing worktree-gone messages and persisting bindings is preserved but centralized.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Fixed -p --resume/--continue (as used by the desktop app) failing on every retry once a session's worktree directory lost its git metadata…