Agentic repository-to-wiki tool that scans any codebase into a portable SQLite knowledge store with wiki pages, diagrams, and grounded Q&A. Current stable version: 0.21.2 (npm) / 0.21.2 (PyPI). Release cadence: weekly. Key differentiators: relationship confidence scoring (EXTRACTED/INFERRED/AMBIGUOUS), design rationale extraction (# NOTE, # HACK, # WHY), god nodes detection, interactive D3.js dependency graph, git hooks for auto-rebuild, refactoring analysis (code smells, circular dependencies, dead code), context slicing reducing token usage by 40-60%, hybrid RAG with FAISS, and incremental updates. Supports multiple installation methods (npm, pip, Homebrew, uv) and multiple LLM providers via litellm.
npm install rekipediaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scan a repository and ask a grounded question about the auth flow, getting file:line citations.
Use import statements or switch to dynamic import()
Use 'reki' subcommand instead of 'rekipedia' (e.g., 'reki scan .' instead of 'rekipedia scan .')
Rename your config.yml to config.yaml or re-initialize with 'npx rekipedia init .'
Use 'reki scan . --mode static' instead
Run 'reki embed .' after 'reki update .' to rebuild the semantic search index
Install with 'pip install "rekipedia[rag]"' or 'npm install rekipedia --include=optional'
Change your module system to ESM (e.g., add '\"type\": \"module\"' to package.json)
pip install "rekipedia[rag]"
Use 'reki' instead of 'rekipedia' for CLI commands
Rename .rekipedia/config.yml to .rekipedia/config.yaml or run 'rekipedia init .' again