Refactor UI Design Commands: Replace /workflow:ui-design:update with /workflow:ui-design:design-sync

- Deleted the `list` command for design runs.
- Removed the `update` command and its associated documentation.
- Introduced `design-sync` command to synchronize finalized design system references to brainstorming artifacts.
- Updated command references in `COMMAND_REFERENCE.md`, `GETTING_STARTED.md`, and `GETTING_STARTED_CN.md` to reflect the new command structure.
- Ensured all related documentation and output styles are consistent with the new command naming and functionality.
This commit is contained in:
catlog22
2025-11-15 16:30:40 +08:00
parent e76e5bbf5c
commit 02ee426af0
10 changed files with 12 additions and 1315 deletions

View File

@@ -100,8 +100,8 @@
# 第 1 步:生成 UI 设计变体(自动创建会话)
/workflow:ui-design:explore-auto --prompt "一个现代、简洁的管理后台登录页面"
# 第 2 步:在 compare.html 中审查设计,然后更新头脑风暴工件
/workflow:ui-design:update --session <session-id> --selected-prototypes "login-v1,login-v2"
# 第 2 步:在 compare.html 中审查设计,然后同步设计系统到头脑风暴工件
/workflow:ui-design:design-sync --session <session-id> --selected-prototypes "login-v1,login-v2"
# 第 3 步:使用设计引用生成实现计划
/workflow:plan