Statusline and freshness indicators are working. Remaining gap: members should be sorted by urgency so the most attention-needing members appear first.
Fixed: src/services/statusline.ts:65 sorts members by a PRIORITY map — blocked(0) → verify(1) → busy(2) → idle(3) → offline(4). Most urgent members appear first.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: kumaakh
Fixed: src/services/statusline.ts:65 sorts members by a PRIORITY map — blocked(0) → verify(1) → busy(2) → idle(3) → offline(4). Most urgent members appear first.
Ticket changed by: kumaakh