You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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