What problem does it solve? Managing a GitNexus code index requires knowing the right CLI commands and flags for analyzing repositories, checking index freshness, cleaning stale indexes, and generating documentation, which is easy to get wrong without a reference. ## Core Features & Use Cases - Repository Indexing: Run npx gitnexus analyze to parse source files, build the knowledge graph, and generate CLAUDE.md / AGENTS.md context files, with optional embedding support. - Index Maintenance: Check index freshness with status, remove corrupt indexes with clean, and list all registered repos with list. - Wiki Generation: Produce LLM-generated repository documentation from the knowledge graph via wiki, with configurable model, concurrency, and GitHub Gist publishing. - Use Case: After cloning a new project, ask the assistant to index the repo; it runs npx gitnexus analyze, then verifies the index loaded via the gitnexus://repo/{name}/context resource. ## Quick Start Ask the assistant to index this repository with GitNexus and confirm the index status afterward.