mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50: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",
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
|
"attribution": {
|
||||||
|
"commit": "",
|
||||||
|
"pr": ""
|
||||||
|
},
|
||||||
|
"includeGitInstructions": true,
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash",
|
"Bash",
|
||||||
|
|
@ -11,6 +16,20 @@
|
||||||
"WebFetch",
|
"WebFetch",
|
||||||
"WebSearch"
|
"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": [
|
"ask": [
|
||||||
"Bash(rm *)",
|
"Bash(rm *)",
|
||||||
"Bash(rmdir *)",
|
"Bash(rmdir *)",
|
||||||
|
|
@ -26,31 +45,13 @@
|
||||||
"Bash(killall *)",
|
"Bash(killall *)",
|
||||||
"Bash(sudo *)"
|
"Bash(sudo *)"
|
||||||
],
|
],
|
||||||
"defaultMode": "acceptEdits",
|
"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/*)"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"model": "sonnet",
|
"model": "sonnet",
|
||||||
|
"syntaxHighlightingDisabled": false,
|
||||||
"effortLevel": "medium",
|
"effortLevel": "medium",
|
||||||
|
"autoUpdatesChannel": "stable",
|
||||||
"claudeMdExcludes": [
|
"claudeMdExcludes": [
|
||||||
".claude/agent-memory/**"
|
".claude/agent-memory/**"
|
||||||
],
|
]
|
||||||
"attribution": {
|
|
||||||
"commit": "",
|
|
||||||
"pr": ""
|
|
||||||
},
|
|
||||||
"includeGitInstructions": true,
|
|
||||||
"autoUpdatesChannel": "stable"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue