From 90b71673aa3fb91136eb7d3cd9e099b64188b5ff Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 18 Apr 2026 12:05:54 -0400 Subject: [PATCH 1/2] Add README badges --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e0aee5..ac00281 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # slop-scan +

+ + CI status + + + Latest release + + + MIT License + +

+ Deterministic CLI for finding **AI-associated slop patterns** in JavaScript and TypeScript repositories. Scan a repo, surface the hotspots, and compare codebases using normalized slop metrics. From c72195081aeb39c7d76441e01ddd293e4bde859d Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 18 Apr 2026 12:08:49 -0400 Subject: [PATCH 2/2] Left-align README badges --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ac00281..30de1db 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,8 @@ # slop-scan -

- - CI status - - - Latest release - - - MIT License - -

+[![CI status](https://img.shields.io/github/actions/workflow/status/modem-dev/slop-scan/ci.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/modem-dev/slop-scan/actions/workflows/ci.yml?query=branch%3Amain) +[![Latest release](https://img.shields.io/github/v/release/modem-dev/slop-scan?style=for-the-badge&label=release)](https://github.com/modem-dev/slop-scan/releases) +[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE) Deterministic CLI for finding **AI-associated slop patterns** in JavaScript and TypeScript repositories.