Add under-anything knowledge dashboard

This commit is contained in:
qiaoxinjiu
2026-05-27 15:40:32 +08:00
commit e31a75d2bb
565 changed files with 143063 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "understand-anything",
"metadata": {
"description": "LLM-powered codebase analysis producing interactive knowledge graphs, guided tours, and deep-dive explanations"
},
"owner": {
"name": "Lum1104"
},
"plugins": [
{
"name": "understand-anything",
"source": "./understand-anything-plugin"
}
]
}

View File

@@ -0,0 +1,18 @@
{
"name": "understand-anything",
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "2.7.5",
"author": {
"name": "Lum1104"
},
"homepage": "https://github.com/Lum1104/Understand-Anything",
"repository": "https://github.com/Lum1104/Understand-Anything",
"license": "MIT",
"keywords": [
"codebase-analysis",
"knowledge-graph",
"architecture",
"onboarding",
"dashboard"
]
}