@figure 在 claude code 怎么写permissions 中发帖
{
"allowedTools": [
"Read",
"Write",
"Glob",
"Grep",
"Edit",
"Update",
"Create",
"Bash",
"Task",
"WebFetch",
"WebSearch",
"NotebookEdit"
],
"deny": [
"Bash(git push*)",
"Bash(git commit*)"
]
}
我是这样写的,但是每次Bash好像都没有起作用,是不是难道是要写所有 Bash(cd*) Bash(ls*) 这种吗?