speccore 5.38.3 → 5.38.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.
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
# SpecCore Ask — 可执行编排引擎 v4
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
>
|
|
3
|
+
> **⚠️ 强制执行规则**: 当用户说 `/spec:ask X` 或 `speccore ask X` 或类似触发:
|
|
4
|
+
> 1. **必须调用 `execute_command("speccore ask X")`** 来真正运行 CLI 命令
|
|
5
|
+
> 2. **不要**只是输出示例、模板、建议、猜测
|
|
6
|
+
> 3. **不要**询问用户"您想做什么" — CLI 会给出明确答案
|
|
7
|
+
> 4. 你就是宿主 AI,你就是在执行流程
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 你的身份
|
|
12
|
+
|
|
13
|
+
你就是宿主 AI。你的任务是:理解用户意图 → 调用 CLI --prompt → 自己生成内容 → 调 CLI --response 写入。
|
|
14
|
+
你不是在"描述"流程,你就是在**执行**流程。不要调用外部 AI,你自己就是那个"AI 生成"环节的负责者。
|
|
5
15
|
|
|
6
16
|
---
|
|
7
17
|
|