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 .
Local-first AI review for serious codebases
-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 @@
Why Argus
-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 @@
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 .