bootstrap prompt 缺少 setup 步骤和后续引导 #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
uwf prompt bootstrap输出只包含了三步:(1) 检查 CLI 安装,(2) 从uwf prompt usage/workflow-authoring/adapter-developing创建 skill,(3) 验证 skill 可加载。但完成这三步后,agent 仍然不知道接下来该做什么。
困惑
uwf setup(配置 provider/model/agent)什么时候跑? — usage skill 的 Quick Start 第一步就是它,但 bootstrap 没有包含这一步,也没有说它应该在什么时候执行。--agent参数和defaultAgent配置,adapter-developing 列出了三个现有 adapter(uwf-hermes、uwf-builtin、uwf-claude-code),但 bootstrap 没有说要装哪个或怎么装。建议
在 bootstrap prompt 中补充:
uwf setup或手动写~/.uwf/config.yaml)或者添加一个 "Next Steps" 段落,引导用户完成从安装到实际跑第一个 workflow 的完整路径。