feat(calendar): add 'changed' command to list recently modified events#875
feat(calendar): add 'changed' command to list recently modified events#875sorenisanerd wants to merge 1 commit into
Conversation
Adds `gog calendar changed` (aliases: recent, modified) which surfaces the N events most recently created or modified, sorted by last-modification time descending. Uses Events.List with UpdatedMin and omits SingleEvents so that recurring series appear as a single master entry rather than exploding into per-instance results. Supports --since (duration/date/RFC3339, default 30d), --max, --all, --cal, --calendars, --show-deleted, --weekday, --location, and --fail-empty flags.
|
Codex review: needs changes before merge. Reviewed June 23, 2026, 12:36 PM ET / 16:36 UTC. Summary Reproducibility: yes. for the review finding by source inspection: the PR relies on Review metrics: 3 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Copy recommended automerge instructionNext step before merge
Security Review findings
Review detailsBest possible solution: Filter cancelled events locally unless Do we have a high-confidence way to reproduce the issue? Yes for the review finding by source inspection: the PR relies on Is this the best way to solve the issue? No, not yet: the implementation mostly follows existing Calendar selector and output patterns, but it should filter cancelled events locally when Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 7af5c68d93b3. Label changesLabel changes:
Label justifications:
Evidence reviewedAcceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
|
I think I prefer the current behavior. Cancelling a single instance of a recurring event will show up show up regardless of |
Adds
gog calendar changed(aliases: recent, modified) which surfaces the N events most recently created or modified, sorted by last-modification time descending. Uses Events.List with UpdatedMin and omits SingleEvents so that recurring series appear as a single master entry rather than exploding into per-instance results. Supports --since (duration/date/RFC3339, default 30d), --max, --all, --cal, --calendars, --show-deleted, --weekday, --location, and --fail-empty flags.