From e4f7902a226494c37736d5c4f49b47aca50e838c Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Fri, 27 Mar 2026 14:42:58 +0800 Subject: [PATCH] =?UTF-8?q?perf(understand):=20slim=20Phase=204=20architec?= =?UTF-8?q?ture=20payload=20=E2=80=94=20drop=20redundant=20node=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- understand-anything-plugin/skills/understand/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understand-anything-plugin/skills/understand/SKILL.md b/understand-anything-plugin/skills/understand/SKILL.md index 13cabcd..a73fd65 100644 --- a/understand-anything-plugin/skills/understand/SKILL.md +++ b/understand-anything-plugin/skills/understand/SKILL.md @@ -188,7 +188,7 @@ Pass these parameters in the dispatch prompt: > > File nodes: > ```json -> [list of {id, name, filePath, summary, tags} for all file-type nodes] +> [list of {id, filePath, summary, tags} for all file-type nodes — omit name, complexity, languageNotes] > ``` > > Import edges: