From 66a87066462e2e0901f6c1919200359f612fe0c6 Mon Sep 17 00:00:00 2001
From: Lum1104
- Turn any codebase, Dockerfile, or docs into an interactive knowledge graph you can explore, search, and ask questions about.
+ Turn any codebase, knowledge base, or docs into an interactive knowledge graph you can explore, search, and ask questions about.
Understand Anything
Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
| @@ -142,6 +146,9 @@ An interactive web dashboard opens with your codebase visualized as a graph — # Extract business domain knowledge (domains, flows, steps) /understand-domain + +# Analyze a Karpathy-pattern LLM wiki knowledge base +/understand-knowledge ~/path/to/wiki ``` --- @@ -242,6 +249,7 @@ The `/understand` command orchestrates 5 specialized agents, and `/understand-do | `tour-builder` | Generate guided learning tours | | `graph-reviewer` | Validate graph completeness and referential integrity (runs inline by default; use `--review` for full LLM review) | | `domain-analyzer` | Extract business domains, flows, and process steps (used by `/understand-domain`) | +| `article-analyzer` | Extract entities, claims, and implicit relationships from wiki articles (used by `/understand-knowledge`) | File analyzers run in parallel (up to 5 concurrent, 20-30 files per batch). Supports incremental updates — only re-analyzes files that changed since the last run. |