speccore 5.52.2 → 5.52.3
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 +1 -1
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -1057,7 +1057,7 @@ async function createToolIntegrations(projectRoot, toolFilter) {
|
|
|
1057
1057
|
const qoderRulesDir = (0, path_1.join)(projectRoot, '.qoder', 'rules');
|
|
1058
1058
|
await (0, fs_extra_1.ensureDir)(qoderRulesDir);
|
|
1059
1059
|
await (0, fs_extra_1.writeFile)((0, path_1.join)(qoderRulesDir, 'speccore.md'), `# SpecCore 规则
|
|
1060
|
-
-
|
|
1060
|
+
- 必须用 execute_command 执行 CLI 命令,决不要输出命令文本给用户复制
|
|
1061
1061
|
- 所有确定性操作通过 speccore CLI 完成
|
|
1062
1062
|
- 详细规则见 AGENTS.md
|
|
1063
1063
|
`);
|