feat(review-memory): add review memory#3448
Open
alex-alecu wants to merge 29 commits into
Open
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummarySix incremental fixes land cleanly: batched retention pruning, owner-scoped feedback-subject upsert/indexes, conditional GitLab webhook persistence, rejection/approval status guards, claimant freshness check, and stored dashboard rollups. All previously flagged issues remain resolved. New Changes Reviewed (6 commits)
Files Reviewed (12 files changed since last review)
Resolved Issues (all previously flagged, all fixed)
Reviewed by claude-4.6-sonnet-20260217 · 1,925,803 tokens Review guidance: REVIEW.md from base branch |
…rkflow # Conflicts: # apps/web/src/lib/user/index.test.ts # packages/db/src/migrations/meta/0141_snapshot.json # packages/db/src/migrations/meta/_journal.json
…rkflow # Conflicts: # apps/web/src/lib/integrations/platforms/github/webhook-handler.test.ts # packages/db/src/migrations/meta/0145_snapshot.json # packages/db/src/migrations/meta/_journal.json
…rkflow # Conflicts: # packages/db/src/migrations/meta/0146_snapshot.json # packages/db/src/migrations/meta/_journal.json
chrarnoldus
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Maintainers give feedback on Kilo's code reviews, but Kilo did not learn from repeated feedback. This adds a way to turn that feedback into proposed REVIEW.md guidance that teams can review first.
What changed
Kilo now records feedback from GitHub and GitLab reviews, groups repeated patterns, and drafts REVIEW.md updates when there is enough signal. The Code Reviewer page now has a Memory tab where teams can review, edit, dismiss, or approve those drafts. Approved drafts open a new GitHub pull request or GitLab merge request instead of changing the default branch. Completed review summaries can also link back to open memory proposals so maintainers can find them later.
How to test