speccore 5.66.6 → 5.66.7

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