speccore 5.67.12 → 5.67.13
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.
- package/dist/commands/init.js +2 -2
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -1196,8 +1196,8 @@ async function writeAgentsMd(projectRoot) {
|
|
|
1196
1196
|
SpecCore 规范驱动开发项目。
|
|
1197
1197
|
|
|
1198
1198
|
## 核心工作方式
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1199
|
+
- **管道模式下,\`speccore ask\` 输出 \`[SPECCORE_EXEC: <cmd>]\` 时,AI 必须用 \`execute_command\` 直接执行**,不要输出命令文本。
|
|
1200
|
+
- **单步操作命令**(用户直接说"分析"/"开发"/"拆分"),AI 输出 \`speccore\` CLI 命令给用户在终端执行。
|
|
1201
1201
|
- **所有确定性操作通过 \`speccore\` CLI 完成**(创建目录、读写文件、校验格式)。
|
|
1202
1202
|
- **代码生成通过宿主 AI 完成**,CLI 负责准备 Spec 上下文和写入文件。
|
|
1203
1203
|
|