Skip to content

Commit 592b30e

Browse files
committed
planning: add issue fix-status-locked-issue-display to 2.1
Fix status display to show issues locked by another session as in-progress
1 parent c04674d commit 592b30e

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"status": "open"}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Plan
2+
3+
## Goal
4+
5+
Fix the status display to show open issues that are locked by another session as in-progress (🔄)
6+
instead of open (🔳). Currently, when another Claude session holds a lock on an issue, the status
7+
box still shows the issue as open, leading to incorrect suggestions that it is available to work on.
8+
9+
Scope: status box only. All locks (active or stale) are treated as in-progress. The 🔄 indicator
10+
is used (same as current session's in-progress issues).
11+
12+
## Pre-conditions
13+
14+
(none)
15+
16+
## Post-conditions
17+
18+
- [ ] Issues locked by another session are displayed as 🔄 (in-progress) in the status box instead of 🔳 (open)
19+
- [ ] Regression test added verifying locked issues appear as in-progress in the status display
20+
- [ ] No new issues introduced
21+
- [ ] E2E verification: acquire a lock on an issue from one session context, run status from another session context, confirm the locked issue shows as 🔄

0 commit comments

Comments
 (0)