Dashboard: Create Worktree should match ./iw start behavior #349
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#349
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Layer: 1 — Fix the Annoying Stuff
Parent: #343
Problem
The dashboard's "Create Worktree" modal creates a worktree but doesn't fully replicate what
./iw startdoes — specifically, it doesn't create a tmux session, doesn't register properly with the dashboard, and the resulting worktree may not be immediately usable in the same way.Solution
./iw startbehavior — the dashboard create action should produce the same result as running./iw start <issue-id>from the terminal./iw startunder the hood rather than reimplementing the logic