Track main project worktrees independently from issue worktrees #148
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#148
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?
Problem
The dashboard currently only shows projects when there's at least one issue worktree open. This creates a chicken-and-egg problem:
Expected Behavior
The dashboard should always show main project worktrees (the "parent" worktrees from which issue worktrees are spawned), regardless of whether any issue worktrees exist.
Proposed Solution
Track main project worktrees separately from issue worktrees. This likely involves:
Acceptance Criteria