1
0

chore: migrate to uv pyproject.toml for dependency management

- Add pyproject.toml with project dependencies
- Remove inline script metadata from yaml2pptx.py
- Update openspec/config.yaml development guidelines
- Update README.md and README_DEV.md documentation
- Archive change: migrate-to-uv-package-management
This commit is contained in:
2026-03-02 22:03:23 +08:00
parent 0a804eacc8
commit 027a832c9a
11 changed files with 1280 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ schema: spec-driven
context: |
本项目始终面向中文开发者,使用中文进行注释、交流等内容的处理,不考虑多语言;
本项目编写的python脚本和任何python命令都始终使用uv运行脚本使用Inline script metadata来指定脚本的依赖包和python运行版本命令使用uv run python -c "xxx"执行命令;
本项目编写的python脚本和任何python命令都始终使用uv运行需要执行临时命令使用uv run python -c "xxx"执行命令;
严禁直接使用主机环境的python直接执行脚本或命令严禁在主机环境直接安装python依赖包
本项目编写的测试文件、临时文件必须放在temp目录下
严禁污染主机环境的任何配置,如有需要,必须请求用户审核操作;