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.
@@ -1196,8 +1196,8 @@ async function writeAgentsMd(projectRoot) {
1196
1196
  SpecCore 规范驱动开发项目。
1197
1197
 
1198
1198
  ## 核心工作方式
1199
- - **AI 负责执行查看/展示类命令**(\`speccore ask\`、\`speccore about\`、\`speccore dashboard\`、\`speccore welcome\`、\`speccore context\`),直接 \`execute_command\` 并展示结果。
1200
- - **AI 只拼写操作命令,不执行**。识别用户意图后,输出 \`speccore\` CLI 命令给用户在终端执行(涉及创建/修改/执行开发任务的命令)。
1199
+ - **管道模式下,\`speccore ask\` 输出 \`[SPECCORE_EXEC: <cmd>]\` 时,AI 必须用 \`execute_command\` 直接执行**,不要输出命令文本。
1200
+ - **单步操作命令**(用户直接说"分析"/"开发"/"拆分"),AI 输出 \`speccore\` CLI 命令给用户在终端执行。
1201
1201
  - **所有确定性操作通过 \`speccore\` CLI 完成**(创建目录、读写文件、校验格式)。
1202
1202
  - **代码生成通过宿主 AI 完成**,CLI 负责准备 Spec 上下文和写入文件。
1203
1203
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.12",
3
+ "version": "5.67.13",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",