Get started¶
slop-guard works as a command-line linter and as an MCP server for coding agents. The fastest way to try it is to run the CLI once with uvx.
Run once¶
That command downloads the current release, runs the linter, and exits without installing a long-lived tool.
Install the CLI¶
If you want a persistent command, install the package as a uv tool:
You can pin a specific release when reproducibility matters:
Gate prose in CI¶
Use a threshold when you want prose checks to fail the build:
Add -v to inspect individual hits, or -j when you want JSON output for scripts.
Work from source¶
From a local checkout, uv run exposes the same entry points without publishing a package first:
If you are working on this repository's documentation site, these project targets cover the Zensical workflow: