speccore 5.66.6 → 5.66.8

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,12 +14,12 @@ 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
 
21
20
  > **你的身份**: 你就是宿主 AI。你的任务是:理解用户意图 → 调用 CLI --prompt → 自己生成内容 → 调 CLI --response 写入。
22
21
  > 你不是在"描述"流程,你就是在**执行**流程。不要调用外部 AI,你自己就是那个"AI 生成"环节的负责者。
22
+ > **每次用户调用 /spec-ask 都必须执行 speccore ask,不可以跳过、缓存或说"已执行过"。**
23
23
 
24
24
  ---
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.66.6",
3
+ "version": "5.66.8",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",