From d94bcbfbe74e843a373bf2361bc6288b15aad779 Mon Sep 17 00:00:00 2001 From: teernisse Date: Tue, 10 Mar 2026 11:07:05 -0400 Subject: [PATCH] docs(me): clarify dashboard section scoping in README Document that the activity feed and since-last-check inbox cover items in any state (open, closed, merged), while the issues and MRs sections show only open items. Add the previously undocumented since-last-check inbox section to the dashboard description. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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)