test(self-consistency): cover README + ecosystem SVG detector-count claims#219
Open
yuyu04 wants to merge 1 commit into
Open
test(self-consistency): cover README + ecosystem SVG detector-count claims#219yuyu04 wants to merge 1 commit into
yuyu04 wants to merge 1 commit into
Conversation
…laims Reworked for v0.7.0: the original 37→38 count bumps are obsolete (upstream docs already state 40), but the guard gap they exposed remains — the self-consistency count check skipped README.md, README.ko.md and the ecosystem SVGs, so hand-maintained surfaces could lag the shipped count unnoticed (the exact Vacuous Green the suite exists to prevent). Extend the check to every count claim (badge `detectors-<N>` + prose `<N> [drift ]detector(s)`) across those surfaces, asserted against allDetectors.length. cycle.svg no longer states a count on 0.7.0 and is not listed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2f0a1d1 to
98b028b
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.
Reworked for v0.7.0. The original 37→38 count bumps are obsolete — upstream docs already state 40 everywhere. What remains (and what this PR now ships) is the guard the drift exposed:
README.md,README.ko.mdand the ecosystem SVGs, so hand-maintained surfaces could lag the shipped detector count unnoticed (the exact "Vacuous Green against itself" the suite exists to prevent — it happened twice: 37 while shipping 38, and again en route to 40).detectors-<N>+ prose<N> [drift ]detector(s)) across those surfaces, asserted againstallDetectors.length— dynamic, so future detector additions stay guarded with no hardcoded N.cycle.svgno longer states a count on 0.7.0 and is not listed.Gate:
clad check --tier=pre-push --strictGREEN on top of currentdevelop.🤖 Generated with Claude Code