From 21a1a7786a191999c108bf68e7e66b4f35a8d520 Mon Sep 17 00:00:00 2001 From: Meru143 Date: Sat, 4 Apr 2026 16:08:28 +0530 Subject: [PATCH] docs: promote independent review headline --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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