From 54259f3b86d77af19bcbb2a6505e93fbd203f5db Mon Sep 17 00:00:00 2001
From: Lum1104
Date: Thu, 19 Mar 2026 23:48:26 +0800
Subject: [PATCH] docs: add star history and bump version to 1.1.0
---
.claude-plugin/marketplace.json | 4 ++--
.claude-plugin/plugin.json | 12 +++++++++---
README.md | 10 ++++++++++
understand-anything-plugin/package.json | 4 ++--
4 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index c51e254..9397ad4 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -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"
}
]
-}
+}
\ No newline at end of file
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 8f33449..7fc838c 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -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"
+ ]
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 151dd84..e16ed8e 100644
--- a/README.md
+++ b/README.md
@@ -260,6 +260,16 @@ Please open an issue first for major changes so we can discuss the approach.
Stop reading code blind. Start understanding everything.
+## Star History
+
+
+
+
+
+
+
+
+
MIT License © Lum1104
diff --git a/understand-anything-plugin/package.json b/understand-anything-plugin/package.json
index 2c4ad0d..6ad5a28 100644
--- a/understand-anything-plugin/package.json
+++ b/understand-anything-plugin/package.json
@@ -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"
}
-}
+}
\ No newline at end of file