Inline comment resolution tracking (edit resolved findings) #27

Closed
opened 2026-05-02 06:13:22 +00:00 by rodin · 0 comments
Owner

When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved:

~~**[MINOR]** Handle the edge case~~

✅ *Resolved: 2026-05-02 05:30 UTC*

For findings still present: append a "Last checked" timestamp.
For findings that changed at the same location: update the body with "Updated" timestamp.

Matching key: path + new_position from the review comment.

See docs/REVIEW_STRATEGY.md for context.

When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved: ``` ~~**[MINOR]** Handle the edge case~~ ✅ *Resolved: 2026-05-02 05:30 UTC* ``` For findings still present: append a "Last checked" timestamp. For findings that changed at the same location: update the body with "Updated" timestamp. Matching key: `path` + `new_position` from the review comment. See `docs/REVIEW_STRATEGY.md` for context.
rodin closed this issue 2026-05-02 19:18:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rodin/review-bot#27