diff --git a/README.md b/README.md index 2685e68..4b52a16 100644 --- a/README.md +++ b/README.md @@ -431,11 +431,12 @@ lore me --reset-cursor # Reset since-last-check cursor The dashboard detects the current user from GitLab authentication and shows: - **Issues section**: Open issues assigned to you -- **MRs section**: MRs you authored + MRs where you're a reviewer -- **Activity section**: Recent events (state changes, comments, etc.) on your items +- **MRs section**: Open MRs you authored + open MRs where you're a reviewer +- **Activity section**: Recent events (state changes, comments, labels, milestones, assignments) on your items regardless of state — including closed issues and merged/closed MRs - **Mentions section**: Items where you're @mentioned but not assigned/authoring/reviewing +- **Since last check**: Cursor-based inbox of actionable events from others since your last check, covering items in any state -The `--since` flag affects only the activity section. Other sections show current state regardless of time window. +The `--since` flag affects only the activity section. The issues and MRs sections show open items only. The since-last-check inbox uses a persistent cursor (reset with `--reset-cursor`). #### Field Selection (Robot Mode)