job51-gitlab-cr-node-jt-1 2.0.6 → 2.0.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -200,7 +200,7 @@ class GitLabCodeReviewer {
200
200
  const prompt = `使用 simple-code-review 技能审核代码变更。
201
201
  文件路径:${filePath}
202
202
 
203
- 请严格按照 .claude/skills/ 中定义的格式输出,必须以 <REPORT> 开始,以 </REPORT> 结束。`;
203
+ 请严格按照 .claude/skills/simple-code-review/SKILL.md 中定义的报告格式输出,必须以 <REPORT> 开始,以 </REPORT> 结束。`;
204
204
  //打印
205
205
  debugLog(`Claude命令: ${prompt}`);
206
206
  // 最多重试5次,直到结果包含"🤖 AI代码审查结果"或达到最大重试次数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job51-gitlab-cr-node-jt-1",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "GitLab merge request code review tool with AI-powered analysis",
5
5
  "main": "index.js",
6
6
  "bin": {