docs(review): falsification + shared-field-semantics guards in pre-PR checklist - #1
Merged
alonbilu merged 2 commits intoJul 1, 2026
Conversation
…e-PR checklist Two guards distilled from a real miss (a validator rule read an LLM-echoed field as advisory while sibling rules read it as committed — passed every isolated test, contradictory together): 1. Falsify a new rule/acceptance test — confirm it goes red without the change (catches vacuity). 2. When a new check reads a field another rule already consumes, verify they agree on its meaning. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Surfaced by adding the review guards: each seeded repo has its own copy of review.md et al., which silently drifts behind the canonical starter — same failure class as a canonical value living in two places. Deferred; needs a decision before the repo count grows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
alonbilu
force-pushed
the
chore/review-falsification-and-shared-field-guards
branch
from
July 1, 2026 21:39
3d831a0 to
8779350
Compare
Owner
Author
|
Updated (force-push):
|
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.
Two guards for the
/reviewchecklist, distilled from a real miss on a downstream project (a validator rule read an LLM-echoed field as advisory while sibling rules read the same field as committed — every isolated test passed, the two were contradictory together; it survived several spec revisions before review caught it).Added under Testing:
Guard (2) is the one that would actually have caught the miss — falsification alone wouldn't have, because the original (wrong) test and the bug agreed.
🤖 Generated with Claude Code