This commit is contained in:
2026-04-21 23:38:29 +08:00
commit d5444cdb35
15 changed files with 1236 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"permissions": {
"allow": [
"Bash(uv --version)",
"Skill(claude-api)",
"Skill(claude-api:*)",
"Bash(uv init *)",
"Bash(uv add *)",
"Bash(uv pip *)",
"Bash(uv sync *)",
"Bash(uv run *)",
"Bash(fc-list :lang=zh)",
"Bash(grep -E \"\\\\.py$|\\\\.toml$|\\\\.md$|\\\\.txt$\")",
"mcp__plugin_context7_context7__resolve-library-id",
"mcp__plugin_context7_context7__query-docs"
]
}
}