Hello again! I'm building a "fork" feature for my agentic dev environment on top of wt, and I'd love to try adding a wt step copy-working-tree that carries uncommitted work between worktrees as basically a sibling to wt step copy-ignored. Could maybe fold it into switch too, e.g. wt switch -create fix --carry. Open to the idea / the shape?
Examples:
wt step copy-working-tree --from feature-a --to feature-b
wt step copy-working-tree --from main --to fix --move
Hello again! I'm building a "fork" feature for my agentic dev environment on top of
wt, and I'd love to try adding awt step copy-working-treethat carries uncommitted work between worktrees as basically a sibling towt step copy-ignored. Could maybe fold it into switch too, e.g.wt switch -create fix --carry. Open to the idea / the shape?Examples: