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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-engineering-init",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "AI 工程化配置初始化工具 — 一键为 Claude Code、OpenAI Codex 等 AI 工具初始化 Skills 和项目规范",
5
5
  "keywords": [
6
6
  "claude-code",