Skip to content

Prepare the README and changelog for a public launch - #3

Merged
bitWarrior merged 1 commit into
mainfrom
prelaunch/readme-changelog
Sep 1, 2026
Merged

Prepare the README and changelog for a public launch#3
bitWarrior merged 1 commit into
mainfrom
prelaunch/readme-changelog

Conversation

@bitWarrior

Copy link
Copy Markdown
Owner

The first run on a mature codebase reports roughly ten warnings per file --
measured at 57 errors, 1862 warnings and 395 info over 167 stdlib files -- and
a wall of findings is the usual reason a linter gets closed and never
reopened. The README now opens on the low-noise path (errors first, then a
baseline, then that as the CI command) before the full usage firehose.

Add a "How it compares" section with measured numbers rather than claims. Ruff
is roughly 13x faster and has 30x the rules, and the section says so plainly;
being straight about that is worth more than the comparison flatters. Among
the Python-implemented checkers CodeSnake is the quick one, about 5x faster
than Bandit and 10x faster than pylint on the same files. Methodology and the
pylint flags used are noted so the numbers can be checked.

The header now leads with the two properties that actually differentiate the
tool -- it never imports or executes analyzed code, and it has no runtime
dependencies -- rather than with the AST implementation detail.

Also adds CI, PyPI, Python-version and license badges, and CHANGELOG.md
covering 1.1.0 and 1.2.0 in Keep a Changelog format.

Verified: every internal README link resolves, the three onboarding commands
work end to end on a fresh file, and the benchmark figures are best-of-run
measurements on Python 3.12, not estimates.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_0114gUUe4CxYr8W8oC95ffmD

The first run on a mature codebase reports roughly ten warnings per file --
measured at 57 errors, 1862 warnings and 395 info over 167 stdlib files -- and
a wall of findings is the usual reason a linter gets closed and never
reopened. The README now opens on the low-noise path (errors first, then a
baseline, then that as the CI command) before the full usage firehose.

Add a "How it compares" section with measured numbers rather than claims. Ruff
is roughly 13x faster and has 30x the rules, and the section says so plainly;
being straight about that is worth more than the comparison flatters. Among
the Python-implemented checkers CodeSnake is the quick one, about 5x faster
than Bandit and 10x faster than pylint on the same files. Methodology and the
pylint flags used are noted so the numbers can be checked.

The header now leads with the two properties that actually differentiate the
tool -- it never imports or executes analyzed code, and it has no runtime
dependencies -- rather than with the AST implementation detail.

Also adds CI, PyPI, Python-version and license badges, and CHANGELOG.md
covering 1.1.0 and 1.2.0 in Keep a Changelog format.

Verified: every internal README link resolves, the three onboarding commands
work end to end on a fresh file, and the benchmark figures are best-of-run
measurements on Python 3.12, not estimates.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0114gUUe4CxYr8W8oC95ffmD
@bitWarrior
bitWarrior merged commit 95798b0 into main Sep 1, 2026
4 checks passed
@bitWarrior
bitWarrior deleted the prelaunch/readme-changelog branch September 1, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant