Skip to content

slopgate v0.2.0

Choose a tag to compare

@ceocxx ceocxx released this 07 Jun 23:06
· 4 commits to main since this release

slopgate v0.2.0 — catch AI slop (stubs, placeholders, fake data, swallowed errors) before it ships, and fail CI when it appears.

Install & run — no npm account needed

npx github:ceocxx/slopgate scan .

Or download the attached tarball: npm install -g ./slopgate-0.2.0.tgz

Features

  • Zero-dependency CLI: scan, --diff <ref> (gate only changed lines), --json, --fail-on
  • 7 detection rules, automatic test-file exemptions, slopgate.config.json
  • Reusable GitHub Action: uses: ceocxx/slopgate@v0.2.0

Verified

9/9 unit tests pass, CI is green, and the repo dogfoods its own gate. Apache-2.0.