docs: add star history and bump version to 1.1.0

This commit is contained in:
Lum1104
2026-03-19 23:48:26 +08:00
Unverified
parent e237eba20c
commit 54259f3b86
4 changed files with 23 additions and 7 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
{
"name": "understand-anything",
"description": "Multi-agent codebase analysis with interactive dashboard, guided tours, and skill commands",
"version": "1.0.5",
"version": "1.1.0",
"source": "./understand-anything-plugin"
}
]
}
}
+9 -3
View File
@@ -1,12 +1,18 @@
{
"name": "understand-anything",
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "1.0.5",
"version": "1.1.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"]
}
"keywords": [
"codebase-analysis",
"knowledge-graph",
"architecture",
"onboarding",
"dashboard"
]
}
+10
View File
@@ -260,6 +260,16 @@ Please open an issue first for major changes so we can discuss the approach.
<strong>Stop reading code blind. Start understanding everything.</strong>
</p>
## Star History
<a href="https://www.star-history.com/?repos=Lum1104%2FUnderstand-Anything&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=Lum1104/Understand-Anything&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=Lum1104/Understand-Anything&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=Lum1104/Understand-Anything&type=date&legend=top-left" />
</picture>
</a>
<p align="center">
MIT License &copy; <a href="https://github.com/Lum1104">Lum1104</a>
</p>
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@understand-anything/skill",
"version": "1.0.5",
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -16,4 +16,4 @@
"typescript": "^5.7.0",
"vitest": "^3.1.0"
}
}
}