fix(review): rank all path-matchers lockfiles in diffFilePriority#3371
Conversation
bun.lock, uv.lock, deno.lock, and other ecosystem lockfiles were treated as source(0) under a tight diff budget, displacing real code. Align review-grounding and review-diff with path-matchers lockfiles. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 05:24:17 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 4 non-blocking
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 #3371 +/- ##
=======================================
Coverage 93.88% 93.88%
=======================================
Files 283 283
Lines 30572 30572
Branches 11137 11137
=======================================
Hits 28704 28704
Misses 1211 1211
Partials 657 657
🚀 New features to boost your workflow:
|
Summary
diffFilePriorityinreview-grounding.tsandreview-diff.tsto recognize every lockfile basename frompath-matchers.tsLOCKFILE_NAMES(e.g.bun.lock,uv.lock,deno.lock,flake.lock,mix.lock,chart.lock).Scope
CONTRIBUTING.md.Validation
git diff --checknpm run test:cion Node 22npm audit --audit-level=moderate— 0 vulnerabilitiesSafety
UI Evidence
N/A — backend review diff ordering only.
Notes
Conflict avoidance: Touches only
src/review/review-grounding.ts,src/review/review-diff.ts, and their unit tests. Zero overlap with open PRs (#3368 engine, #3367/#3304 queue, #3366 agent-action-executor, #3361 enrichment, #3314 miner, #3305 enrichment-wire). Merges cleanly after any of those land without rebase.Made with Cursor