diff --git a/docs/index.html b/docs/index.html index a1597a8..0455b7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@

Local-first AI review for serious codebases

-

AI code review that actually understands your codebase.

+

Your coding agent should not grade its own homework.

Argus gives you an independent reviewer with structural maps, semantic search, git history, and diff-aware analysis, so the model reviewing the @@ -90,7 +90,7 @@

AI code review that actually understands your codebase.

Why Argus

-

Your coding agent should not grade its own homework.

+

AI code review that actually understands your codebase.

Most AI review workflows reuse the same shallow context that produced the patch. Argus takes the opposite stance: review should be independent, @@ -175,9 +175,9 @@

Start with the package manager you already trust.

npm

-
npx argus-ai init
+              
npx argus init
 export GEMINI_API_KEY=your-key
-git diff HEAD~1 | npx argus-ai review --repo .
+git diff HEAD~1 | npx argus review --repo .

cargo