Include human review replies as reviewer context #16
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
nimmo/forgejo-auto-pr-review#16
Loading…
Reference in a new issue
No description provided.
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?
Make subsequent automated reviews aware of human replies to the prior automated report.\n\nScope:\n- Fetch the existing marker review and non-automated comments created after it.\n- Include bounded, clearly labelled human-reply context in the validation/review prompt.\n- Exclude the reviewer's own prior output to avoid self-reinforcement.\n- Treat all comment text as untrusted evidence and document the privacy/context boundary.\n- Add mocked tests for ordering, bounds, and self-comment exclusion.\n\nAcceptance:\n- A human reply explaining why a prior finding is not applicable is available to the next reviewer run.\n- The reviewer does not treat its own prior prose as authoritative context.