mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
sync egonex organization metadata
This commit is contained in:
@@ -274,7 +274,7 @@ Create `homepage/src/components/Nav.astro`:
|
||||
|
||||
```astro
|
||||
---
|
||||
const githubUrl = 'https://github.com/Lum1104/Understand-Anything';
|
||||
const githubUrl = 'https://github.com/Egonex-AI/Understand-Anything';
|
||||
---
|
||||
|
||||
<nav class="nav" id="nav">
|
||||
@@ -437,7 +437,7 @@ Create `homepage/src/components/Hero.astro`:
|
||||
|
||||
```astro
|
||||
---
|
||||
const githubUrl = 'https://github.com/Lum1104/Understand-Anything';
|
||||
const githubUrl = 'https://github.com/Egonex-AI/Understand-Anything';
|
||||
---
|
||||
|
||||
<section class="hero">
|
||||
@@ -817,7 +817,7 @@ Create `homepage/src/components/Install.astro`:
|
||||
<span class="install-code-dot"></span>
|
||||
<span class="install-code-label">Claude Code</span>
|
||||
</div>
|
||||
<pre><code><span class="cmd">/plugin marketplace add</span> Lum1104/Understand-Anything
|
||||
<pre><code><span class="cmd">/plugin marketplace add</span> Egonex-AI/Understand-Anything
|
||||
<span class="cmd">/plugin install</span> understand-anything
|
||||
<span class="cmd">/understand</span></code></pre>
|
||||
</div>
|
||||
@@ -928,7 +928,7 @@ Create `homepage/src/components/Footer.astro`:
|
||||
|
||||
```astro
|
||||
---
|
||||
const githubUrl = 'https://github.com/Lum1104/Understand-Anything';
|
||||
const githubUrl = 'https://github.com/Egonex-AI/Understand-Anything';
|
||||
---
|
||||
|
||||
<footer class="footer">
|
||||
@@ -1223,7 +1223,7 @@ Verify in browser:
|
||||
Add a "Homepage" link near the top of the README, after the badges section. Add a single line:
|
||||
|
||||
```markdown
|
||||
**[Homepage](https://understand-anything.com)** | **[GitHub](https://github.com/Lum1104/Understand-Anything)**
|
||||
**[Homepage](https://understand-anything.com)** | **[GitHub](https://github.com/Egonex-AI/Understand-Anything)**
|
||||
```
|
||||
|
||||
**Step 4: Final commit**
|
||||
|
||||
@@ -426,9 +426,9 @@ git commit -m "refactor: move platform config directories to repo root for disco
|
||||
"displayName": "Understand Anything",
|
||||
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
||||
"version": "1.0.5",
|
||||
"author": { "name": "Lum1104" },
|
||||
"homepage": "https://github.com/Lum1104/Understand-Anything",
|
||||
"repository": "https://github.com/Lum1104/Understand-Anything",
|
||||
"author": { "name": "Egonex" },
|
||||
"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/",
|
||||
@@ -445,9 +445,9 @@ Note: paths point into `understand-anything-plugin/` since the source stays nest
|
||||
"name": "understand-anything",
|
||||
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
||||
"version": "1.0.5",
|
||||
"author": { "name": "Lum1104" },
|
||||
"homepage": "https://github.com/Lum1104/Understand-Anything",
|
||||
"repository": "https://github.com/Lum1104/Understand-Anything",
|
||||
"author": { "name": "Egonex" },
|
||||
"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"]
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ Staggered fade-in animation:
|
||||
- Headline: "Get started in 30 seconds"
|
||||
- Code block:
|
||||
```
|
||||
/plugin marketplace add Lum1104/Understand-Anything
|
||||
/plugin marketplace add Egonex-AI/Understand-Anything
|
||||
/plugin install understand-anything
|
||||
/understand
|
||||
```
|
||||
|
||||
@@ -82,7 +82,7 @@ Each platform gets an `INSTALL.md` that the AI agent can fetch and follow:
|
||||
|
||||
User tells the agent one line:
|
||||
```
|
||||
Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/understand-anything-plugin/.codex/INSTALL.md
|
||||
Fetch and follow instructions from https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/refs/heads/main/understand-anything-plugin/.codex/INSTALL.md
|
||||
```
|
||||
|
||||
The agent executes the clone + symlink/config automatically.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Business Domain Knowledge Extraction — Design Spec
|
||||
|
||||
**Issue:** [#61](https://github.com/Lum1104/Understand-Anything/issues/61)
|
||||
**Issue:** [#61](https://github.com/Egonex-AI/Understand-Anything/issues/61)
|
||||
**Date:** 2026-04-01
|
||||
|
||||
## Problem
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
**Date:** 2026-05-24
|
||||
**Status:** Draft
|
||||
**Branch:** `feat/semantic-batching-and-output-chunking`
|
||||
**Issue:** [#159](https://github.com/Lum1104/Understand-Anything/issues/159) — Frequently seeing output limit exceeded
|
||||
**Issue:** [#159](https://github.com/Egonex-AI/Understand-Anything/issues/159) — Frequently seeing output limit exceeded
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user