Skip to content

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.

quick install
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

shell
# 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 BLOCKER

Common flags

shell
# 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
Next →
Read the report schema
codemore-report.json v1.0.0 — every field annotated with what the agent should do with it.