chore: bump version to 1.2.0 and sync all plugin manifests

- Sync .claude-plugin/plugin.json (was stuck at 1.1.0) and .cursor-plugin/plugin.json (was 1.0.5) to match main version
- Update CLAUDE.md versioning section to list all four files that must be kept in sync
- Document scripts/generate-large-graph.mjs in CLAUDE.md
This commit is contained in:
Lum1104
2026-03-24 20:26:31 +08:00
Unverified
parent ed16da7e12
commit d697aefa53
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "understand-anything",
"displayName": "Understand Anything",
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
"version": "1.0.5",
"version": "1.2.0",
"author": {
"name": "Lum1104"
},