From aef6f88e907bf018a6b8392f3658c6b10bcea82a Mon Sep 17 00:00:00 2001 From: 0xnayuta Date: Sat, 18 Apr 2026 22:07:23 +0800 Subject: [PATCH] fix(skill): quote understand argument-hint yaml --- 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 95c4978..a637009 100644 --- a/understand-anything-plugin/skills/understand/SKILL.md +++ b/understand-anything-plugin/skills/understand/SKILL.md @@ -1,7 +1,7 @@ --- name: understand description: Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships -argument-hint: [path] [--full|--auto-update|--no-auto-update|--review] +argument-hint: ["[path] [--full|--auto-update|--no-auto-update|--review]"] --- # /understand