feat: initial implementation of html2pptx with OpenSpec documentation
Add core Python script (yaml2pptx.py) for converting YAML to PowerPoint: - Element rendering: text, image, shape, table, chart - Template system with placeholders - PPTX generation with python-pptx OpenSpec workflow setup: - 3 archived changes: browser-preview, template-dir-cli, yaml-to-pptx - 7 main specifications covering all core modules - Config and documentation structure 30 files changed, 4984 insertions(+)
This commit is contained in:
8
openspec/config.yaml
Normal file
8
openspec/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
schema: spec-driven
|
||||
|
||||
context: |
|
||||
本项目始终面向中文开发者,使用中文进行注释、交流等内容的处理,不考虑多语言;
|
||||
本项目编写的python脚本始终使用uv运行,脚本使用Inline script metadata来指定脚本的依赖包和python运行版本;
|
||||
严禁直接使用主机环境的python直接执行脚本,严禁在主机环境直接安装python依赖包;
|
||||
本项目编写的测试文件、临时文件必须放在temp目录下;
|
||||
严禁污染主机环境的任何配置,如有需要,必须请求用户审核操作;
|
||||
Reference in New Issue
Block a user