Problem
Currently auto_cleanup removes the worktree after parsec ship (PR creation). This is inconvenient because you may still need the worktree for PR review fixes.
Solution
parsec ship: never cleanup worktree (just push + create PR)
parsec merge: cleanup worktree when auto_cleanup = true
This is a more natural workflow: ship keeps the workspace alive, merge finalizes everything.
Problem
Currently
auto_cleanupremoves the worktree afterparsec ship(PR creation). This is inconvenient because you may still need the worktree for PR review fixes.Solution
parsec ship: never cleanup worktree (just push + create PR)parsec merge: cleanup worktree whenauto_cleanup = trueThis is a more natural workflow: ship keeps the workspace alive, merge finalizes everything.