speccore 5.67.71 → 5.67.73

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.
@@ -14,6 +14,9 @@ disable-model-invocation: false
14
14
  1. **每步必确认** — 用户没明确说"自动/全自动/一键"的,每步展示计划→等确认→再执行
15
15
  2. **自动模式分两级**:
16
16
  - **部分自动**: "analyze 和 plan 自动执行,execute 前确认" → 只跳过确认的步骤
17
+ 3. **工作流逻辑重排**: 不管用户口述顺序如何(如"先执行再分析"),你必须根据工作流逻辑重新排序:
18
+ `init → doc2spec → analyze → split → plan → execute → pr → done → spec2doc`
19
+ 示例: 用户说"执行完再分析" → 你应该排列为 `analyze → execute`,并在计划中说明"根据工作流逻辑,先分析再执行"
17
20
  - **全自动**: "全自动执行/一键完成" → 所有步骤不等确认,全部自动跑
18
21
  3. **迭代/任务命名必加 --topic** — 从用户原话提取英文主题词
19
22
  4. **禁止 schedule** — 用户说"定时"时告知不可用、改为立即执行
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.71",
3
+ "version": "5.67.73",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",