mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 12:40:13 -04:00
updated
This commit is contained in:
parent
5f534cbc64
commit
e9262c6aca
1 changed files with 23 additions and 22 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"attribution": {
|
||||
"commit": "",
|
||||
"pr": ""
|
||||
},
|
||||
"includeGitInstructions": true,
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash",
|
||||
|
|
@ -11,6 +16,20 @@
|
|||
"WebFetch",
|
||||
"WebSearch"
|
||||
],
|
||||
"deny": [
|
||||
"Read(~/.ssh/**)",
|
||||
"Read(~/.aws/**)",
|
||||
"Read(~/.gnupg/**)",
|
||||
"Read(./.env)",
|
||||
"Read(./.env.*)",
|
||||
"Bash(cat ~/.ssh/*)",
|
||||
"Bash(cat ~/.aws/*)",
|
||||
"Bash(cat ~/.gnupg/*)",
|
||||
"Bash(cat .env*)",
|
||||
"Bash(less ~/.ssh/*)",
|
||||
"Bash(less ~/.aws/*)",
|
||||
"Bash(less ~/.gnupg/*)"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(rm *)",
|
||||
"Bash(rmdir *)",
|
||||
|
|
@ -26,31 +45,13 @@
|
|||
"Bash(killall *)",
|
||||
"Bash(sudo *)"
|
||||
],
|
||||
"defaultMode": "acceptEdits",
|
||||
"deny": [
|
||||
"Read(~/.ssh/**)",
|
||||
"Read(~/.aws/**)",
|
||||
"Read(~/.gnupg/**)",
|
||||
"Read(./.env)",
|
||||
"Read(./.env.*)",
|
||||
"Bash(cat ~/.ssh/*)",
|
||||
"Bash(cat ~/.aws/*)",
|
||||
"Bash(cat ~/.gnupg/*)",
|
||||
"Bash(cat .env*)",
|
||||
"Bash(less ~/.ssh/*)",
|
||||
"Bash(less ~/.aws/*)",
|
||||
"Bash(less ~/.gnupg/*)"
|
||||
]
|
||||
"defaultMode": "acceptEdits"
|
||||
},
|
||||
"model": "sonnet",
|
||||
"syntaxHighlightingDisabled": false,
|
||||
"effortLevel": "medium",
|
||||
"autoUpdatesChannel": "stable",
|
||||
"claudeMdExcludes": [
|
||||
".claude/agent-memory/**"
|
||||
],
|
||||
"attribution": {
|
||||
"commit": "",
|
||||
"pr": ""
|
||||
},
|
||||
"includeGitInstructions": true,
|
||||
"autoUpdatesChannel": "stable"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue