mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
- Remove displayName from plugin.json (not in Copilot manifest schema) - Use ln -sf for idempotent skill symlinks - Use rm -f for safer uninstall Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
554 B
JSON
15 lines
554 B
JSON
{
|
|
"name": "understand-anything",
|
|
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
|
"version": "2.0.0",
|
|
"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"],
|
|
"skills": "./understand-anything-plugin/skills/",
|
|
"agents": "./understand-anything-plugin/agents/"
|
|
}
|