From a53070992bce11d88d7e41c71f7fd2dce2f94ce0 Mon Sep 17 00:00:00 2001 From: Bortlesboat Date: Thu, 9 Apr 2026 00:09:18 -0400 Subject: [PATCH] docs: add --skip-git to CLI command list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0f1d7571..b0d2d5426 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ gitnexus analyze --force # Force full re-index gitnexus analyze --skills # Generate repo-specific skill files from detected communities gitnexus analyze --skip-embeddings # Skip embedding generation (faster) gitnexus analyze --skip-agents-md # Preserve custom AGENTS.md/CLAUDE.md gitnexus section edits +gitnexus analyze --skip-git # Index folders that are not Git repositories gitnexus analyze --embeddings # Enable embedding generation (slower, better search) gitnexus analyze --verbose # Log skipped files when parsers are unavailable gitnexus mcp # Start MCP server (stdio) — serves all indexed repos