You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dogfood on v0.3.0 meta-PRs (#252, #268–#286): ThrillhouseBot posted 0–1 inline findings while maintainer ultra-review found ~25+ issues. The bot was a reliable CI gatekeeper but weak as a code reviewer on large refactors.
#335 fixes summary narrative accuracy; #53/#256 fixes truncation/coverage via map-reduce. This issue is the escalation heuristic: detect "suspiciously clean" large PRs and deepen the pass.
Proposed Solution
When changedFiles (or reviewable file count) exceeds a threshold and inline findings after verifier are zero (or all low confidence):
Problem Statement
Dogfood on v0.3.0 meta-PRs (#252, #268–#286): ThrillhouseBot posted 0–1 inline findings while maintainer ultra-review found ~25+ issues. The bot was a reliable CI gatekeeper but weak as a code reviewer on large refactors.
#335 fixes summary narrative accuracy; #53/#256 fixes truncation/coverage via map-reduce. This issue is the escalation heuristic: detect "suspiciously clean" large PRs and deepen the pass.
Proposed Solution
When
changedFiles(or reviewable file count) exceeds a threshold and inline findings after verifier are zero (or all low confidence):/improve-style whole-PR pass (#316), or maintainer-configured "deep review" labelTouch points:
ReviewOrchestrator,FindingPipeline,VerdictBuilder, config underthrillhousebot.review.*.Related issues
/improvecommandAcceptance criteria
Priority
Important — v0.6.0 with #335 and map-reduce landing.
Code of Conduct