speccore 5.66.7 → 5.66.9

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,7 +14,6 @@ disable-model-invocation: false
14
14
  - 禁止在 pipeline 未完成时跳到下一步
15
15
  - 禁止无用户确认时执行破坏性操作
16
16
  - 禁止输出 speccore 命令给用户
17
- - 禁止重复执行已完成的 SPECCORE_AUTO_RESULT
18
17
 
19
18
  # SpecCore Ask — 可执行编排引擎 v4
20
19
 
@@ -140,9 +139,9 @@ D3. 步间: Read 产出文件 → 提取参数 → 传下一步
140
139
 
141
140
  ## 步骤 4: 总结
142
141
 
142
+ **🔴 必须输出 HTML 文件链接:** 用 `ls speccore-*.html` 扫描项目根目录所有 HTML 文件,向用户逐个列出 `file://` 完整路径。
143
143
  ```
144
144
  展示: 文件列表 + 警告 + 下一步推荐
145
- 📄 扫描项目下 speccore-*.html 文件,列出 file:// 链接供用户查看/复制
146
145
  询问继续
147
146
  ```
148
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.66.7",
3
+ "version": "5.66.9",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",