Files
agent/.claude/settings.local.json

20 lines
465 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"mcp__serena__create_text_file",
"mcp__serena__read_file",
"Bash(open /Users/apple/Documents/cursor/数字员工/linear-workflow.html)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(chmod:*)",
"Bash(lsof:*)",
"Bash(kill:*)"
],
"deny": [],
"ask": []
}
}