chore: 初始化 lyxy-document 项目
- 项目配置(pyproject.toml, uv.lock) - 初始入口文件 main.py - OpenSpec 配置和工作流 - Claude Code 技能和命令配置 - 项目文档(README.md, CLAUDE.md, AGENTS.md)
This commit is contained in:
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "lyxy-document"
|
||||
version = "0.1.0"
|
||||
description = "帮助AI工具读取转换文档到markdown的skill"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
Reference in New Issue
Block a user