refactor(ui-design): enhance automatic file discovery and simplify command parameters

This commit is contained in:
catlog22
2025-11-11 15:47:16 +08:00
parent 0767d6f2d3
commit 40f3d44ed4
4 changed files with 49 additions and 160 deletions

View File

@@ -416,7 +416,7 @@ TodoWrite(mark_completed: "Extract layout", mark_in_progress: "Assemble UI")
```bash
REPORT: "🚀 Phase 3: UI Assembly"
generate_command = f"/workflow:ui-design:generate --design-id \"{design_id}\" --style-variants 1 --layout-variants 1"
generate_command = f"/workflow:ui-design:generate --design-id \"{design_id}\""
SlashCommand(generate_command)
TodoWrite(mark_completed: "Assemble UI", mark_in_progress: session_id ? "Integrate design system" : "Completion")