Add pattern 34 (vague "This" back-references) and a mechanical final scan (v2.10.0) - #196
Open
spctr007 wants to merge 1 commit into
Open
Add pattern 34 (vague "This" back-references) and a mechanical final scan (v2.10.0)#196spctr007 wants to merge 1 commit into
spctr007 wants to merge 1 commit into
Conversation
- New pattern 34: vague "This" back-references ("This ensures...",
"This means...") pointing at a whole preceding clause, plus a
false-positive guard for well-anchored demonstratives.
- Replace the em-dash-only pre-return check with one mechanical scan
covering dashes, curly quotes, emoji, and leftover chatbot
correspondence. Those rules existed but had no enforcement step.
- Remove the three em dashes SKILL.md was itself using while banning
them in section 14.
- Sync version and pattern count across SKILL.md, README, AGENTS.md,
plugin.json, and the package validator.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Adds one new pattern and closes an enforcement gap.
scripts/validate-package.pypasses.Changes
This ensures...,This means...,This allows...where the demonstrative points at a whole preceding clause rather than a named thing. Common tell, previously uncovered. Includes a matching false-positive guard so a single well-anchoredThis meansis not flagged.Not included
No sections added for "essentially/significantly", rhetorical-question openers, or "In conclusion" — already covered by sections 7, 33, and 25 respectively.
🤖 Generated with Claude Code