fix: add metadata.description to marketplace.json to resolve validation warning

This commit is contained in:
Lum1104
2026-04-05 12:30:25 +08:00
Unverified
parent fb9d60dfe3
commit bc51673913
+3
View File
@@ -1,5 +1,8 @@
{
"name": "understand-anything",
"metadata": {
"description": "LLM-powered codebase analysis producing interactive knowledge graphs, guided tours, and deep-dive explanations"
},
"owner": {
"name": "Lum1104"
},