Close the exemptions a review can invent to approve a TODO - #46
Merged
Conversation
The completeness rules already blocked deferred work unless the ticket or PR discussion accepted the scope-down, but nothing said who may supply that acceptance or what evidence counts. A review pass could therefore assert one on its own -- calling a TODO "a deliberate design choice" or "a documented out-of-scope backlog item" with no ticket and no author statement behind either phrase -- and approve. Make the exemption evidentiary: quote the granting sentence from the ticket or from the author, or request changes. Name the rationalizations that have been used to wave a TODO through so they cannot be reached for again, and say plainly that a well-written TODO is a worse finding rather than a lesser one, since a comment that explains the consequence proves the author knew.
Same constraints, imperative and roughly half the lines.
bockets
marked this pull request as ready for review
September 1, 2026 21:03
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.
no-ticket
Completeness checks already block TODOs that defer required work unless the ticket or PR discussion explicitly accepts the reduced scope. However, the rule did not specify who could grant that exception or what evidence was required, allowing a reviewer to invent an exemption.
This happened in BiggerPockets/biggerpockets#30718: two deferred requirements were approved as intentional backlog items despite no supporting statement in the ticket, PR body, or author comments.
This change requires reviewers to quote the acceptance from the ticket, PR body, or an author comment. Reviewer speculation and silence do not count as acceptance. Reviewers may still dismiss an invalid completeness finding after checking the diff and citing the relevant file and line.
The shared rule applies to the Codex pass and both synthesis arms across consuming repositories.