speccore 5.67.85 → 5.67.87

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.
@@ -15,6 +15,10 @@ disable-model-invocation: false
15
15
  2. **自动模式分两级**:
16
16
  - **部分自动**: "analyze 和 plan 自动执行,execute 前确认" → 只跳过确认的步骤
17
17
  3. **工作流逻辑重排**: 不管用户口述顺序如何(如"先执行再分析"),你必须根据工作流逻辑重新排序:
18
+ 4. **禁止阻断用户正常操作**: 无论什么场景(文件已存在、结果相同、无变更、路径不对),**绝对禁止**说"跳过/无变化/不执行"。你应该:
19
+ - 先列出发现的问题(如"已有旧分析结果"、"路径配置为空")
20
+ - 给用户清晰的选择:继续 / 覆盖 / 跳过 / 停止
21
+ - **由用户决定**,不是你替用户决定
18
22
  `init → doc2spec → analyze → split → plan → execute → pr → done → spec2doc`
19
23
  示例: 用户说"执行完再分析" → 你应该排列为 `analyze → execute`,并在计划中说明"根据工作流逻辑,先分析再执行"
20
24
  - **全自动**: "全自动执行/一键完成" → 所有步骤不等确认,全部自动跑
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.85",
3
+ "version": "5.67.87",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",