规范命名
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Purpose
|
||||
|
||||
Define requirements for the uv-python-runner skill, which enables execution of Python scripts with PEP 723 metadata using uv for isolated dependency management and cross-platform temporary file handling.
|
||||
Define requirements for the python-runner skill, which enables execution of Python scripts with PEP 723 metadata using uv for isolated dependency management and cross-platform temporary file handling.
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -42,7 +42,7 @@ Skill SHALL指导LLM在系统临时目录中创建临时Python文件,并使用
|
||||
|
||||
### 需求:跨平台临时目录支持
|
||||
|
||||
Skill SHALL使用`skills/uv-python-runner/script/get_temp_path.py`辅助脚本来获取平台特定的临时目录。Skill SHALL在创建临时Python文件之前,先调用此辅助脚本获取临时目录路径。Skill SHALL支持Windows、macOS、Linux三个平台。
|
||||
Skill SHALL使用`skills/python-runner/script/get_temp_path.py`辅助脚本来获取平台特定的临时目录。Skill SHALL在创建临时Python文件之前,先调用此辅助脚本获取临时目录路径。Skill SHALL支持Windows、macOS、Linux三个平台。
|
||||
|
||||
#### 场景:获取临时目录路径
|
||||
- **WHEN** LLM需要为Python脚本创建临时文件
|
||||
Reference in New Issue
Block a user