Dashboard: Show PR link on worktree cards #203
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#203
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
Worktree cards in the dashboard don't show a link to the associated pull request. When working on an issue, you often need to quickly jump to the PR to check CI status, reviews, etc.
Expected Behavior
Each worktree card should display a clickable PR link (e.g., "PR #123") when a pull request exists for that worktree's branch. The link should open the PR in the browser.
Context
The PR cache infrastructure already exists (
PullRequestCacheService), so the data should be available. This is about surfacing it in the card UI.