Skip to content

feat: show worktree indicator in issue list - #157

Merged
camwest merged 1 commit into
masterfrom
feat/worktree-indicator
Feb 5, 2026
Merged

feat: show worktree indicator in issue list#157
camwest merged 1 commit into
masterfrom
feat/worktree-indicator

Conversation

@camwest

@camwest camwest commented Feb 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Issues with an active git worktree (via isq start) now show a magenta after the title in isq issue list
  • New get_worktree_issue_ids() DB query fetches all worktree-associated issue IDs for the current repo
  • Indicator threads through both flat and tree display modes

Test plan

  • cargo test — 189 tests pass
  • scripts/lint.sh --ci — clippy, fmt, file sizes pass
  • isq start <issue> then isq issue list shows on that issue
  • isq issue list --tree also shows the indicator
  • Issues without worktrees show no indicator

🤖 Generated with Claude Code

Issues that have an active git worktree (via `isq start`) now display
a magenta ⎇ indicator after the title in `isq issue list`, making it
easy to see which issues you're currently working on.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@camwest camwest changed the title Show worktree indicator in issue list feat: show worktree indicator in issue list Feb 5, 2026
@camwest
camwest merged commit d8de598 into master Feb 5, 2026
3 of 4 checks passed
@camwest
camwest deleted the feat/worktree-indicator branch February 5, 2026 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant