fix(review): include cached/published AI findings for @gittensory resolve#4017
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-07 10:25:39 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 5 non-blocking
Concerns raised — review before merging
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4017 +/- ##
=======================================
Coverage 93.70% 93.70%
=======================================
Files 373 373
Lines 35076 35081 +5
Branches 12862 12864 +2
=======================================
+ Hits 32868 32873 +5
Misses 1584 1584
Partials 624 624
🚀 New features to boost your workflow:
|
Motivation
ai_review_split,ai_consensus_defect), causingfinding_not_foundand preventing review-memory from recording AI false-positive signals.Description
getCachedAiReview) and falling back to the last published review (getLatestPublishedAiReview) when appropriate, then appending those findings into the advisory before gate evaluation. (change insrc/queue/processors.ts— new helperappendPublishedAiReviewFindingsForResolveand a call site inmaybeProcessResolveCommand).test/unit/queue.test.ts).Testing
git diff --checkwith no issues.npx vitest run test/unit/queue.test.ts -t "@gittensory resolve"and the added resolve-focused tests passed.npm run typecheckand it completed with no errors.Codex Task