fix(doc-slop): require affirmative first-time-reader checks - #655
Merged
Conversation
shunk031
force-pushed
the
fix/doc-slop-judge-first-time-reader
branch
from
August 19, 2026 09:38
7fb76ed to
8bf0e34
Compare
Require the blind judge to answer five reader-first checks and quote each failed check. Add small pidgin, clean, and process-metadata fixtures covering the new contract. Co-authored-by: Codex <noreply@openai.com>
shunk031
force-pushed
the
fix/doc-slop-judge-first-time-reader
branch
from
August 20, 2026 02:05
8bf0e34 to
794117c
Compare
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.
The question is whether a researcher can understand a report on first reading with no project context. The method is to read only the report text and examine its opening, terminology, counts, section titles, and reader focus. Here, English pidgin means English concept nouns inserted into Japanese prose without a Japanese gloss. The result is that a clear report is readable, while English pidgin and audit or process narration are not. The consequence is direct: unclear reports need rewriting before publication.
What must a clear report explain?
Which examples are clear?
What action follows the result?
Publish a report when a new reader can follow its question and evidence in plain language. Otherwise, rewrite the named passage until the report explains the subject to that reader.
How should this change be coordinated?
A sibling branch,
feat/textlint-markdown-gate, also modifiesscripts/doc_slop_review.pyin the deterministic tier. This branch changes only the judge-side invocation and result parsing. The changes should reconcile when merged; whichever branch lands second must update its branch and re-verify all checks on the resulting head.Merge-order caveat
PRs #658 and #661 also touch
scripts/doc_slop_review.pyand remain open. This PR changes only the judge-side invocation and result parsing; those sibling branches will update-branch after this PR lands, and the branch that lands second must re-verify its checks on the resulting head.