chore: 初始化 lyxy-document 项目
- 项目配置(pyproject.toml, uv.lock) - 初始入口文件 main.py - OpenSpec 配置和工作流 - Claude Code 技能和命令配置 - 项目文档(README.md, CLAUDE.md, AGENTS.md)
This commit is contained in:
16
.claude/settings.local.json
Normal file
16
.claude/settings.local.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user