diff --git a/skills/python-runner/SKILL.md b/skills/python-runner/SKILL.md index 61aac97..a9ace9d 100644 --- a/skills/python-runner/SKILL.md +++ b/skills/python-runner/SKILL.md @@ -83,7 +83,7 @@ uv sync --dry-run ```bash # 临时文件获取 -temp_file_path=$(uv run ./script/get_temp_path.py) +temp_file_path=$(uv run ./scripts/get_temp_path.py) ``` ## Execution Commands diff --git a/skills/python-runner/script/get_temp_path.py b/skills/python-runner/scripts/get_temp_path.py similarity index 100% rename from skills/python-runner/script/get_temp_path.py rename to skills/python-runner/scripts/get_temp_path.py