From 02d6604283d509fb3039456ab17ba2984643a61b Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 11 Nov 2025 21:59:29 +0800 Subject: [PATCH] refactor(ui-design): update preview generation script path and simplify execution command --- .claude/commands/workflow/ui-design/explore-auto.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude/commands/workflow/ui-design/explore-auto.md b/.claude/commands/workflow/ui-design/explore-auto.md index c1894247..b5e83643 100644 --- a/.claude/commands/workflow/ui-design/explore-auto.md +++ b/.claude/commands/workflow/ui-design/explore-auto.md @@ -601,8 +601,7 @@ TodoWrite({todos: [ ]}) # Execute preview generation script -script_path = "~/.claude/scripts/ui-design/generate-preview-files.sh" -Bash(bash ${script_path} "${base_path}" "${design_id}" "${style_variants}" "${layout_variants}" "${inferred_target_list}") +Bash(~/.claude/scripts/ui-generate-preview.sh "${base_path}/prototypes") # Verify output files IF NOT exists("${base_path}/prototypes/compare.html"):