diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 39a8451..92c37f9 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -4,7 +4,7 @@
"description": "LLM-powered codebase analysis producing interactive knowledge graphs, guided tours, and deep-dive explanations"
},
"owner": {
- "name": "Lum1104"
+ "name": "Egonex"
},
"plugins": [
{
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 839168b..77b67be 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -3,10 +3,10 @@
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "2.7.6",
"author": {
- "name": "Lum1104"
+ "name": "Egonex"
},
- "homepage": "https://github.com/Lum1104/Understand-Anything",
- "repository": "https://github.com/Lum1104/Understand-Anything",
+ "homepage": "https://github.com/Egonex-AI/Understand-Anything",
+ "repository": "https://github.com/Egonex-AI/Understand-Anything",
"license": "MIT",
"keywords": [
"codebase-analysis",
diff --git a/.copilot-plugin/plugin.json b/.copilot-plugin/plugin.json
index ea367dd..1637426 100644
--- a/.copilot-plugin/plugin.json
+++ b/.copilot-plugin/plugin.json
@@ -3,10 +3,10 @@
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "2.7.6",
"author": {
- "name": "Lum1104"
+ "name": "Egonex"
},
- "homepage": "https://github.com/Lum1104/Understand-Anything",
- "repository": "https://github.com/Lum1104/Understand-Anything",
+ "homepage": "https://github.com/Egonex-AI/Understand-Anything",
+ "repository": "https://github.com/Egonex-AI/Understand-Anything",
"license": "MIT",
"keywords": ["codebase-analysis", "knowledge-graph", "architecture", "onboarding", "dashboard"],
"skills": "./understand-anything-plugin/skills/",
diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json
index a60b8bc..42af4b2 100644
--- a/.cursor-plugin/plugin.json
+++ b/.cursor-plugin/plugin.json
@@ -4,10 +4,10 @@
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "2.7.6",
"author": {
- "name": "Lum1104"
+ "name": "Egonex"
},
- "homepage": "https://github.com/Lum1104/Understand-Anything",
- "repository": "https://github.com/Lum1104/Understand-Anything",
+ "homepage": "https://github.com/Egonex-AI/Understand-Anything",
+ "repository": "https://github.com/Egonex-AI/Understand-Anything",
"license": "MIT",
"keywords": ["codebase-analysis", "knowledge-graph", "architecture", "onboarding", "dashboard"],
"skills": "./understand-anything-plugin/skills/",
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index cb75fdf..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-patreon: Lum1104
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 3da6fc9..069970c 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: README & docs
- url: https://github.com/Lum1104/Understand-Anything#readme
+ url: https://github.com/Egonex-AI/Understand-Anything#readme
about: Most usage questions are answered in the project README.
- name: Discussions
- url: https://github.com/Lum1104/Understand-Anything/discussions
+ url: https://github.com/Egonex-AI/Understand-Anything/discussions
about: For open-ended discussion, design proposals, or sharing how you use the tool.
diff --git a/LICENSE b/LICENSE
index 87c7ab2..5df102e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
MIT License
Copyright (c) 2026 Yuxiang Lin
+Copyright (c) 2026 Infinite Universe, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 806d4f4..8c21786 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,13 @@
-
+ Understand Anything. Understand Anyone.
+
+ AI should help people, not replace them.
+
+
+
+
@@ -16,7 +22,7 @@
-
+
@@ -27,6 +33,7 @@
+
@@ -34,9 +41,9 @@
- 💬 Join the Discord community →
+ An open-source project from Egonex
- Ask questions, share what you've built, get help from the community.
+ Originally created by Lum1104.
---
@@ -106,7 +113,7 @@ Point `/understand-knowledge` at a [Karpathy-pattern LLM wiki](https://gist.gith
### 1. Install the plugin
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -182,7 +189,7 @@ Understand-Anything works across multiple AI coding platforms.
### Claude Code (Native)
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -190,14 +197,14 @@ Understand-Anything works across multiple AI coding platforms.
**macOS / Linux:**
```bash
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash
# or skip the prompt by passing the platform:
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash -s codex
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s codex
```
**Windows (PowerShell):**
```powershell
-iwr -useb https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.ps1 | iex
+iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.ps1 | iex
```
The installer clones the repo to `~/.understand-anything/repo` and creates the right symlinks for the chosen platform. Restart your CLI/IDE afterwards.
@@ -210,7 +217,7 @@ The installer clones the repo to `~/.understand-anything/repo` and creates the r
Cursor auto-discovers the plugin via `.cursor-plugin/plugin.json` when this repo is cloned. No manual installation needed — just clone and open in Cursor.
-If auto-discovery doesn't pick it up, install it manually: open **Cursor Settings → Plugins**, paste `https://github.com/Lum1104/Understand-Anything` into the search field, and add it from there.
+If auto-discovery doesn't pick it up, install it manually: open **Cursor Settings → Plugins**, paste `https://github.com/Egonex-AI/Understand-Anything` into the search field, and add it from there.
### VS Code + GitHub Copilot
@@ -221,7 +228,7 @@ For personal skills (available across all projects), run the `install.sh` above
### Copilot CLI
```bash
-copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
+copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Platform Compatibility
@@ -250,7 +257,7 @@ copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
The graph is just JSON — **commit it once, and teammates skip the pipeline**. Good for onboarding, PR reviews, and docs-as-code.
-> **Example:** [GoogleCloudPlatform/microservices-demo (fork)](https://github.com/Lum1104/microservices-demo) — Go / Java / Python / Node reference with a committed graph.
+> **Example:** [GoogleCloudPlatform/microservices-demo](https://github.com/GoogleCloudPlatform/microservices-demo) — Go / Java / Python / Node reference with a committed graph.
**What to commit:** everything in `.understand-anything/` *except* `intermediate/` and `diff-overlay.json` (those are local scratch).
@@ -333,11 +340,11 @@ Please open an issue first for major changes so we can discuss the approach.
## Star History
-
+
-
-
-
+
+
+
@@ -346,5 +353,5 @@ Please open an issue first for major changes so we can discuss the approach.
---
@@ -103,7 +103,7 @@ Apunta `/understand-knowledge` a un [wiki LLM con patrón Karpathy](https://gist
### 1. Instala el plugin
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -177,7 +177,7 @@ Understand-Anything funciona en múltiples plataformas de codificación con IA.
### Claude Code (Nativo)
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -185,14 +185,14 @@ Understand-Anything funciona en múltiples plataformas de codificación con IA.
**macOS / Linux:**
```bash
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash
# o pasa la plataforma directamente para saltar el prompt:
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash -s codex
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s codex
```
**Windows (PowerShell):**
```powershell
-iwr -useb https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.ps1 | iex
+iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.ps1 | iex
```
El instalador clona el repositorio en `~/.understand-anything/repo` y crea los enlaces simbólicos correspondientes para la plataforma elegida. Reinicia tu CLI/IDE al terminar.
@@ -205,7 +205,7 @@ El instalador clona el repositorio en `~/.understand-anything/repo` y crea los e
Cursor detecta automáticamente el plugin a través de `.cursor-plugin/plugin.json` cuando se clona este repositorio. No requiere instalación manual: simplemente clona y abre en Cursor.
-Si la detección automática no lo reconoce, instálalo manualmente: abre **Cursor Settings → Plugins**, pega `https://github.com/Lum1104/Understand-Anything` en el campo de búsqueda y añádelo desde allí.
+Si la detección automática no lo reconoce, instálalo manualmente: abre **Cursor Settings → Plugins**, pega `https://github.com/Egonex-AI/Understand-Anything` en el campo de búsqueda y añádelo desde allí.
### VS Code + GitHub Copilot
@@ -216,7 +216,7 @@ Para habilidades personales (disponibles en todos los proyectos), ejecuta el `in
### Copilot CLI
```bash
-copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
+copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Compatibilidad de Plataformas
@@ -244,7 +244,7 @@ copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
El grafo es solo JSON — **confírmalo una vez y tus compañeros se saltan el pipeline**. Ideal para onboarding, revisiones de PR y flujos docs-as-code.
-> **Ejemplo:** [GoogleCloudPlatform/microservices-demo (fork)](https://github.com/Lum1104/microservices-demo) — referencia políglota (Go / Java / Python / Node) con el grafo ya confirmado.
+> **Ejemplo:** [GoogleCloudPlatform/microservices-demo](https://github.com/GoogleCloudPlatform/microservices-demo) — referencia políglota (Go / Java / Python / Node) con el grafo ya confirmado.
**Qué confirmar:** todo lo que hay en `.understand-anything/` *excepto* `intermediate/` y `diff-overlay.json` (archivos temporales locales).
@@ -327,11 +327,11 @@ Para cambios importantes, abre primero un issue para que podamos discutir el enf
## Historial de Stars
-
+
-
-
-
+
+
+
@@ -340,5 +340,5 @@ Para cambios importantes, abre primero un issue para que podamos discutir el enf
- 💬 Discord topluluğuna katıl →
+ An open-source project from Egonex
- Sorular sor, yaptıklarını paylaş, topluluktan yardım al.
+ Originally created by Lum1104.
---
@@ -104,7 +104,7 @@ Alan görünümüne geçin ve kodunuzun gerçek iş süreçleriyle nasıl eşle
### 1. Eklentiyi yükle
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -178,7 +178,7 @@ Understand-Anything birden fazla AI kodlama platformunda çalışır.
### Claude Code (Yerli)
```bash
-/plugin marketplace add Lum1104/Understand-Anything
+/plugin marketplace add Egonex-AI/Understand-Anything
/plugin install understand-anything
```
@@ -186,14 +186,14 @@ Understand-Anything birden fazla AI kodlama platformunda çalışır.
**macOS / Linux:**
```bash
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash
# veya platformu doğrudan geçirerek soruyu atla:
-curl -fsSL https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.sh | bash -s codex
+curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s codex
```
**Windows (PowerShell):**
```powershell
-iwr -useb https://raw.githubusercontent.com/Lum1104/Understand-Anything/main/install.ps1 | iex
+iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.ps1 | iex
```
Kurulum betiği depoyu `~/.understand-anything/repo` dizinine klonlar ve seçilen platform için uygun sembolik bağlantıları oluşturur. Sonrasında CLI/IDE'ni yeniden başlat.
@@ -206,7 +206,7 @@ Kurulum betiği depoyu `~/.understand-anything/repo` dizinine klonlar ve seçile
Bu depo klonlandığında Cursor, eklentiyi `.cursor-plugin/plugin.json` aracılığıyla otomatik olarak keşfeder. Manuel kurulum gerekmez — sadece klonla ve Cursor'da aç.
-Otomatik keşif çalışmazsa manuel kur: **Cursor Settings → Plugins**'i aç, arama alanına `https://github.com/Lum1104/Understand-Anything` yapıştır ve oradan ekle.
+Otomatik keşif çalışmazsa manuel kur: **Cursor Settings → Plugins**'i aç, arama alanına `https://github.com/Egonex-AI/Understand-Anything` yapıştır ve oradan ekle.
### VS Code + GitHub Copilot
@@ -217,7 +217,7 @@ Tüm projelerde kullanmak için kişisel beceri olarak kurmak istersen yukarıda
### Copilot CLI
```bash
-copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
+copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Platform Uyumluluğu
@@ -245,7 +245,7 @@ copilot plugin install Lum1104/Understand-Anything:understand-anything-plugin
Graf yalnızca bir JSON dosyasıdır — **bir kez commit'leyin, ekip arkadaşlarınız pipeline'ı çalıştırmadan kullansın**. Yeni üye oryantasyonu, PR incelemeleri ve docs-as-code iş akışları için idealdir.
-> **Örnek:** [GoogleCloudPlatform/microservices-demo (fork)](https://github.com/Lum1104/microservices-demo) — commit'lenmiş grafı içeren Go / Java / Python / Node çok dilli referans projesi.
+> **Örnek:** [GoogleCloudPlatform/microservices-demo](https://github.com/GoogleCloudPlatform/microservices-demo) — commit'lenmiş grafı içeren Go / Java / Python / Node çok dilli referans projesi.
**Neyi commit'leyin:** `.understand-anything/` içindeki her şey, *ancak* `intermediate/` ve `diff-overlay.json` hariç (bunlar yerel geçici dosyalardır).
@@ -328,11 +328,11 @@ Büyük değişiklikler için lütfen önce bir issue aç ki yaklaşımı tartı
## Star Geçmişi
-
+
-
-
-
+
+
+
@@ -341,5 +341,5 @@ Büyük değişiklikler için lütfen önce bir issue aç ki yaklaşımı tartı