From 4b11d76f3b23cb06efb33564236a95ac268e65cd Mon Sep 17 00:00:00 2001 From: mukunda katta Date: Wed, 8 Apr 2026 07:48:01 -0700 Subject: [PATCH] docs: add missing --skip-git option to README CLI reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0f1d7571..426fa2655 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ gitnexus setup # Configure MCP for your editors (one-time) gitnexus analyze [path] # Index a repository (or update stale index) gitnexus analyze --force # Force full re-index gitnexus analyze --skills # Generate repo-specific skill files from detected communities +gitnexus analyze --skip-git # Index a folder without requiring a .git directory gitnexus analyze --skip-embeddings # Skip embedding generation (faster) gitnexus analyze --skip-agents-md # Preserve custom AGENTS.md/CLAUDE.md gitnexus section edits gitnexus analyze --embeddings # Enable embedding generation (slower, better search)