Inline comment resolution tracking (edit resolved findings) #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a finding from a previous review is no longer present in the new LLM output, PATCH the inline comment to mark it resolved:
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_positionfrom the review comment.See
docs/REVIEW_STRATEGY.mdfor context.