Files
autoAiWorkSys/.claude/settings.local.json
张成 c45ea21c83 1
2025-12-30 16:18:28 +08:00

27 lines
590 B
JSON

{
"permissions": {
"allow": [
"Bash(tree:*)",
"Bash(find:*)",
"Bash(xargs ls:*)",
"Read(//f/项目/node框架项目/**)",
"Read(//f/项目/约球小程序后端/nodeapi/**)",
"Bash(dir:*)",
"Bash(mkdir:*)",
"Bash(findstr:*)",
"Bash(cat:*)",
"Bash(npm run restart:*)",
"Bash(del scheduledJobs.js)",
"Bash(ls:*)",
"Bash(wc:*)",
"Bash(for:*)",
"Bash(done)",
"Bash(npm start)",
"Bash(timeout 10 npm start)",
"Bash(timeout 15 npm start)"
],
"deny": [],
"ask": []
}
}