posimai-root/claude-settings.json

87 lines
1.9 KiB
JSON

{
"permissions": {
"allow": [
"Bash(*)",
"Read",
"Write",
"Edit",
"Glob",
"Grep",
"WebSearch",
"WebFetch",
"Bash(git *)",
"Bash(npm *)",
"Bash(npx *)",
"Bash(node *)",
"Bash(python3 *)",
"Bash(flutter *)",
"Bash(vercel *)",
"Bash(gh *)",
"Bash(curl *)",
"Bash(scp *)",
"Bash(ssh *)",
"Bash(ls*)",
"Bash(find *)",
"Bash(mkdir *)",
"Bash(mv *)",
"Bash(cp *)",
"Bash(rm -f *)",
"Bash(rm -r *)",
"Bash(chmod *)",
"Bash(cat *)",
"Bash(grep *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(sed *)",
"Bash(awk *)",
"Bash(echo *)",
"Bash(printf *)",
"Bash(wc *)",
"Bash(xargs *)",
"Bash(unzip *)",
"Bash(bash *)",
"Bash(keytool *)",
"Bash(yes)",
"Bash(for *)",
"Bash(do *)",
"Bash(done*)"
],
"deny": [
"Bash(rm -rf *)",
"Bash(git reset --hard *)",
"Bash(git push --force *)",
"Bash(git clean *)",
"Bash(sudo *)"
],
"defaultMode": "acceptEdits",
"additionalDirectories": [
"c:\\Users\\maita\\posimai-project\\_template",
"c:\\Users\\maita\\posimai-project\\posimai-analytics\\src\\app\\(galaxy)",
"c:\\Users\\maita\\.claude\\projects\\c--Users-maita-posimai-project\\memory",
"c:\\Users\\maita\\posimai-project",
"/tmp"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Write",
"hooks": [
{
"type": "command",
"command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh"
}
]
}
]
},
"extraKnownMarketplaces": {
"claude-plugins-official": {
"source": {
"source": "github",
"repo": "anthropics/claude-plugins-official"
}
}
}
}