fix: update validate_json.py path from commands to skills

~/.claude/commands/research/ -> ~/.claude/skills/research/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jilinchen
2026-01-07 02:14:20 +08:00
co-authored by Claude Opus 4.5
parent 72cd188d52
commit 98ddfce42d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ prompt = f"""## 任务
## 验证
完成JSON输出后,运行验证脚本确保字段完整覆盖:
python ~/.claude/commands/research/validate_json.py -f {fields_path} -j {output_path}
python ~/.claude/skills/research/validate_json.py -f {fields_path} -j {output_path}
验证通过后才算完成任务。
"""
```
@@ -77,7 +77,7 @@ description: Microsoft/GitHub开发,首个主流AI编程助手,市场份额
## 验证
完成JSON输出后,运行验证脚本确保字段完整覆盖:
python ~/.claude/commands/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json
python ~/.claude/skills/research/validate_json.py -f /home/weizhena/AIcoding/aicoding-history/fields.yaml -j /home/weizhena/AIcoding/aicoding-history/results/GitHub_Copilot.json
验证通过后才算完成任务。
```