fix(review): make incremental walkthroughs delta-focused #98
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-14-incremental-walkthrough"
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?
Closes #14.
Summary
Verification
The PR refines the review process by focusing incremental walkthroughs on deltas and removing redundant PR recaps. It introduces the
previous_review_shato scope reviews and updates the prompt schema to avoid restating PR descriptions. The changes appear well-tested and safe to merge.Walkthrough
previous_review_shato function calls, enhancing incremental review capabilities.run_review_jobto includeprevious_review_sha, allowing for delta-focused reviews.summaryfield to focus on review outcomes rather than restating PR descriptions.previous_review_shainReviewPromptInputsfor incremental review context.ReviewArgsto includeprevious_review_sha, ensuring reviews are scoped to changes since the last review.