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.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user