Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
slop-cop
command
Command slop-cop is a CLI for detecting LLM-generated prose patterns in text.
|
Command slop-cop is a CLI for detecting LLM-generated prose patterns in text. |
|
internal
|
|
|
detectors
Package detectors hosts the client-side (instant) detection pipeline ported from src/detectors of awnist/slop-cop.
|
Package detectors hosts the client-side (instant) detection pipeline ported from src/detectors of awnist/slop-cop. |
|
htmllang
Package htmllang masks HTML source so slop-cop's prose detectors only run on element text content.
|
Package htmllang masks HTML source so slop-cop's prose detectors only run on element text content. |
|
jslang
Package jslang masks JavaScript / TypeScript / JSX / TSX source so slop-cop's prose detectors only run on comment bodies, string-literal fragments, template-literal quasis, and JSX text children.
|
Package jslang masks JavaScript / TypeScript / JSX / TSX source so slop-cop's prose detectors only run on comment bodies, string-literal fragments, template-literal quasis, and JSX text children. |
|
lang
Package lang defines the mask-and-suppress contract every input-language mode implements.
|
Package lang defines the mask-and-suppress contract every input-language mode implements. |
|
llm
Package llm drives the optional semantic and document analysis passes by shelling out to the `claude` CLI (`claude -p --output-format json --json-schema ...`).
|
Package llm drives the optional semantic and document analysis passes by shelling out to the `claude` CLI (`claude -p --output-format json --json-schema ...`). |
|
markdown
Package markdown provides a CommonMark-aware preprocessor for the slop-cop detectors.
|
Package markdown provides a CommonMark-aware preprocessor for the slop-cop detectors. |
|
rules
Package rules contains the full rule set ported 1:1 from https://github.com/awnist/slop-cop/blob/main/src/rules.ts.
|
Package rules contains the full rule set ported 1:1 from https://github.com/awnist/slop-cop/blob/main/src/rules.ts. |
|
types
Package types defines the shared types for slop-cop detection.
|
Package types defines the shared types for slop-cop detection. |
Click to show internal directories.
Click to hide internal directories.
