speccore 5.66.3 → 5.66.4

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.
@@ -55,7 +55,13 @@ disable-model-invocation: false
55
55
 
56
56
  ```
57
57
  执行: speccore ask "{用户输入}"
58
- 从 stdout 第一行提取 [SPECCORE_MODE: xxx] → 进对应分支
58
+
59
+ ⚠️ 先处理 HTML 标记(优先于 SPECCORE_MODE):
60
+ [SPECCORE_ONBOARD:<path>] → present_files 展示引导页
61
+ [SPECCORE_ABOUT:<path>] → present_files 展示版本信息
62
+ 同时输出 📄 file://... 让用户点击
63
+
64
+ 然后从 stdout 提取 [SPECCORE_MODE: xxx] → 进对应分支
59
65
  若无标记 → 用步骤 0 标准判断
60
66
  ```
61
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.66.3",
3
+ "version": "5.66.4",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",