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 @@ Read {fields_path} to get all field definitions
## Validation
After completing JSON output, run validation script to ensure complete field coverage:
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}
Task is complete only after validation passes.
"""
```
@@ -77,7 +77,7 @@ Read /home/weizhena/AIcoding/aicoding-history/fields.yaml to get all field defin
## Validation
After completing JSON output, run validation script to ensure complete field coverage:
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
Task is complete only after validation passes.
```