Skip to content

slopless 0.2.15

Choose a tag to compare

@tartakovsky tartakovsky released this 01 Jun 16:11
· 14 commits to main since this release
208fd3d

Rule precision fixes from a false-positive audit over a corpus of genuine pre-AI human writing.

  • triple-repeat: gate bare single-word openers to non-stop-words and skip empty openers (fixes the empty-opener bug). ~96% fewer false positives on human reference text; all intended frame cases preserved.
  • negation-reframe: require an abstract payoff on the inline connector branch, so empty reframes ("not a failure, but a signal") still flag while ordinary "not X but Y" prose does not. ~90% fewer false positives; all 275 fixture cases preserved.
  • fix: textlint-disable ignore comments now actually work (the comments filter was silently dropped under textlint 15).