36 lines
645 B
JSON
36 lines
645 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Glob",
|
|
"Grep",
|
|
"WebSearch",
|
|
"WebFetch",
|
|
"Bash(rg:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(fd:*)",
|
|
"Bash(find:*)",
|
|
"Bash(pwd:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(head:*)",
|
|
"Bash(tail:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(sort:*)",
|
|
"Bash(diff:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(git status:*)"
|
|
]
|
|
},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "~/.claude/statusline.sh"
|
|
},
|
|
"autoMemoryEnabled": false,
|
|
"theme": "auto",
|
|
"editorMode": "vim"
|
|
}
|
|
|