ai-engineering-init 1.2.6 → 1.2.7
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.
|
@@ -351,5 +351,5 @@ ${matchedSkills.map((name, i) => `- **${name}**: \`${skillPaths[i]}\``).join('\n
|
|
|
351
351
|
|
|
352
352
|
> 注意:SKILL.md 文档包含本项目特定的实现规范,必须优先参考,不得使用通用写法替代。`;
|
|
353
353
|
|
|
354
|
-
console.log(instructions);
|
|
354
|
+
console.log(JSON.stringify({ systemMessage: instructions }));
|
|
355
355
|
process.exit(0);
|