mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Ships the fixes that landed on main after the 2.7.0 cut: - #139 (f3ea1a3): understand-knowledge — Windows path separators in wikilink resolution + omit empty `category` so KnowledgeMetaSchema's `z.string().optional()` no longer drops every article node. Closes #151. - #147 (fafb888): understand-domain — resolve $PLUGIN_ROOT at runtime for symlink installs. -f71bad5: understand — persist canonical edge direction during merge, fixing the 153k auto-correction cascade. Closes #140.
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"name": "understand-anything",
|
|
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
|
"version": "2.7.1",
|
|
"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"
|
|
]
|
|
}
|