Install in 30 seconds
Pick the surface that matches how you ship code. Every surface emits the same codemore-report.json v1.0.0 — the agent never has to learn a second shape.
npx codemore@latest scan .CLI — for one-off scans and CI scripts
No global install required. Runs against any local checkout and writes a codemore-report.json beside the source.
Quick start
# one-off scan
npx codemore@latest scan .
# install globally
npm install -g codemore
codemore scan ./my-vibe-app
# CI gate — non-zero exit on any BLOCKER
codemore scan . --fail-on BLOCKERCommon flags
# enable the experimental rule lifecycle tier
codemore scan . --enable-experimental
# opt-in to telemetry (rule id + severity + confidence; no paths, no content)
codemore scan . --telemetry
# layer on external adapters: ruff, biome, golangci-lint, clippy, bandit,
# gitleaks, npm-audit, pip-audit (--external-tools all to enable everything)
codemore scan . --external-tools ruff,biome