chore: 初始化 lyxy-document 项目

- 项目配置(pyproject.toml, uv.lock)
- 初始入口文件 main.py
- OpenSpec 配置和工作流
- Claude Code 技能和命令配置
- 项目文档(README.md, CLAUDE.md, AGENTS.md)
This commit is contained in:
2026-03-08 11:47:46 +08:00
commit aa14ddc942
53 changed files with 8342 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(*)",
"Bash(openspec:*)",
"Bash(git:*)",
"Bash(uv:*)",
"Bash(ls:*)",
"Bash(wc:*)",
"Bash(curl:*)",
"mcp__context7__query-docs",
"mcp__exa__web_search_exa"
]
}
}