feat(dashboard): surface graph validation issues and add messy graph fixtures

Add a --messy mode to the large graph generator so robustness cases can be
  tested with null fields, aliases, dangling refs, and other malformed data.

  Update the dashboard to preserve non-fatal validation issues, log
  auto-corrected and dropped items, and show a warning banner with expandable
  details plus copy-to-clipboard support.
This commit is contained in:
Lum1104
2026-03-26 20:44:07 +08:00
parent 28e3bd1631
commit 835377b968
7 changed files with 380 additions and 19 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.2.0",
"version": "1.2.1",
"author": {
"name": "Lum1104"
},