speccore 5.66.4 → 5.66.6

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.
@@ -141,6 +141,7 @@ D3. 步间: Read 产出文件 → 提取参数 → 传下一步
141
141
 
142
142
  ```
143
143
  展示: 文件列表 + 警告 + 下一步推荐
144
+ 📄 扫描项目下 speccore-*.html 文件,列出 file:// 链接供用户查看/复制
144
145
  询问继续
145
146
  ```
146
147
 
@@ -50,6 +50,7 @@ allowed-tools: ["Bash", "Read", "Write", "Edit"]
50
50
 
51
51
 
52
52
  执行成功 → 展示结果
53
+ → 扫描 speccore-*.html 列出 file:// 链接
53
54
  执行失败 → 错误处理
54
55
  ```
55
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.66.4",
3
+ "version": "5.66.6",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",