speccore 5.68.4 → 5.68.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.
|
@@ -18,6 +18,13 @@ disable-model-invocation: false
|
|
|
18
18
|
- ❌ 禁止说"结果相同/已完成/无需操作"并以此拒绝
|
|
19
19
|
- 记住:确认≠拒绝。你可以确认,但不能替代用户做决定
|
|
20
20
|
|
|
21
|
+
## ⛔ 分析必须落盘,禁止只说不写
|
|
22
|
+
|
|
23
|
+
- 分析结果**必须**通过 `speccore analyze --prompt` 获取模板 → Read 需求文档 → 填充 → `speccore analyze --apply` 写入 020-specs/
|
|
24
|
+
- **禁止**在聊天窗口里输出一段分析文字就完事
|
|
25
|
+
- **禁止**说"基于文档内容的人工分析"而跳过 CLI 落盘
|
|
26
|
+
- 用户要的是 Spec 文档文件,不是聊天消息
|
|
27
|
+
|
|
21
28
|
## 🚨 核心铁律
|
|
22
29
|
|
|
23
30
|
1. **每步必确认** — 用户没明确说"自动/全自动/一键"的,每步展示计划→等确认→再执行
|