From cccb61e4b9ab9a1efcb7cee23e198b6c4c2739eb Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 12 Feb 2026 12:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E8=B7=AF=E5=BE=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/python-runner/SKILL.md | 2 +- skills/python-runner/{script => scripts}/get_temp_path.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename skills/python-runner/{script => scripts}/get_temp_path.py (100%) 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