mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
0e39f227a4
Ships the fingerprints baseline fix (e7af9ae): every install since
2.7.0 had a broken Phase 7 step 2.5 that threw TypeError on the first
/understand run and left fingerprints.json empty/missing, which made
every subsequent auto-update escalate to FULL_UPDATE. This release
replaces the LLM-written script with a bundled build-fingerprints.mjs
and reorders Phase 7 to write fingerprints before meta.json.
Anyone upgrading from 2.7.0–2.7.2 should re-run /understand --full
to regenerate a valid baseline.
16 lines
594 B
JSON
16 lines
594 B
JSON
{
|
|
"name": "understand-anything",
|
|
"displayName": "Understand Anything",
|
|
"description": "AI-powered codebase understanding — analyze, visualize, and explain any project",
|
|
"version": "2.7.3",
|
|
"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/"
|
|
}
|