docs: drop AI-slop tells from README and mkem doc comment#24
Merged
Conversation
Refs #23. - README: replace "In the PostGuard ecosystem, this crate provides…" with plain phrasing. "ecosystem" is on the AI-slop overstretched-metaphor list. - src/kem/mkem.rs: replace "leverages" (canonical AI-slop verb) with "combines … with". Mechanical wording fixes only; no code changes.
rubenhensen
approved these changes
May 6, 2026
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.
Refs #23.
Findings from the AI-slop sweep
The repo is mostly clean. Two hits worth fixing:
README.md:7— "In the PostGuard ecosystem, this crate provides…"ecosystemis on the writing-ai-slop-tells overstretched-metaphor list.Rewritten to use "Within PostGuard, this crate supplies…".
src/kem/mkem.rs:2— "It leverages the underlying IBKEM and a DEM to construct a hybrid encryption scheme"leveragesis the canonical AI-slop verb (Add Boyen & Waters #3 on the list).Rewritten to "It combines the underlying IBKEM with a DEM to form a hybrid encryption scheme".
No other prose tells found:
In today's…,ever-evolving,Embark on a journey, etc.)CHANGELOG.mdandCargo.tomlare cleanNo UI in this crate, so the design-tells checklist does not apply.
Verification
cargo build --release— cleancargo test --release --all-features— 17/17 tests passReviewer quickstart