speccore 5.67.18 → 5.67.19

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.
@@ -122,8 +122,9 @@ A6. 写入:
122
122
  ## 分支 D: pipeline (≤5 步)
123
123
 
124
124
  ```
125
- D1. 展示计划,等确认
126
- D2. 逐步执行(每步走 A3-A6)
125
+ D1. 展示 SPECCORE_INTENT,等确认 → 用户确认后必须进入 D2,禁止输出命令文本
126
+ D2. 逐步执行:原输出中的 [SPECCORE_EXEC: cmd] 逐条 execute_command
127
+ 每步走 A3-A6(执行→生成→自检→写回)
127
128
  D3. 步间: Read 产出文件 → 提取参数 → 传下一步
128
129
  ```
129
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.18",
3
+ "version": "5.67.19",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",