@coralai/sps-cli 0.58.34 → 0.58.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralai/sps-cli",
3
- "version": "0.58.34",
3
+ "version": "0.58.35",
4
4
  "description": "SPS CLI — AI-driven development pipeline orchestrator",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -63,7 +63,11 @@ tags: [chat]
63
63
  - 项目目录**默认当前工作目录**,除非用户另说——不主动追问。
64
64
  3. **拿到答案 → 调 `create_project` 工具**(name / dir=当前目录 / mode / git / review),**不 shell `sps project init`**。
65
65
  4. **加卡 → 调 `add_card` 工具**,开审项目按 sps-pipeline 的「验收清单」规范传 `checklist`。
66
- 5. **启动调 `start_pipeline` 工具**(后台起、瞬回)。然后告诉用户去看板/日志看进度(或你 `pipeline_status` 帮他看)。
66
+ 5. **卡建好后告诉用户怎么查看**(别自动干别的):
67
+ - "卡片已创建。你可以在**控制台看板(/board 页,选 `<项目>`)** 查看,或让我用 `pipeline_status` 给你看一下。"
68
+ 6. 🔴 **启动流水线必须先问用户确认,绝不建完卡就自动跑!** 明确给用户三个选项让他选:
69
+ - "① 你在**看板里点启动**;② 终端跑 `sps pipeline start <项目>`;③ **要我帮你启动吗?**"
70
+ - **只有用户明确说"启动/帮我跑/要"之类,你才调 `start_pipeline` 工具。** 用户没确认前,卡片就停在 Backlog 等着,别动。
67
71
 
68
72
  ## 其它需求
69
73
  用户的其它任务,**先看有没有现成的 skill 能用**(可用 skill 会随时间越加越多):