diff --git a/README.md b/README.md index e08c0eb7d..96b38a8eb 100644 --- a/README.md +++ b/README.md @@ -728,6 +728,8 @@ gitnexus wiki --force gitnexus wiki --timeout # Per-attempt LLM request timeout in seconds (default: 60) gitnexus wiki --retries # Max LLM retry attempts per request (default: 3) +# Change the language generation for wiki +gitnexus wiki --lang # Output language for generated documentation (e.g. english, chinese, spanish, japanese) ``` The wiki generator reads the indexed graph structure, groups files into modules via LLM, generates per-module documentation pages, and creates an overview page — all with cross-references to the knowledge graph. diff --git a/gitnexus-claude-plugin/skills/gitnexus-cli/SKILL.md b/gitnexus-claude-plugin/skills/gitnexus-cli/SKILL.md index 11945b8cc..969722eeb 100644 --- a/gitnexus-claude-plugin/skills/gitnexus-cli/SKILL.md +++ b/gitnexus-claude-plugin/skills/gitnexus-cli/SKILL.md @@ -64,7 +64,7 @@ Generates repository documentation from the knowledge graph using an LLM. Requir | `--gist` | Publish wiki as a public GitHub Gist | | `--timeout ` | Per-attempt LLM request timeout in seconds (default: 60) | | `--retries ` | Max LLM retry attempts per request (default: 3) | - +| `--lang ` |Output language for generated documentation (e.g. english, chinese, spanish, japanese)| ### list — Show all indexed repos ```bash