mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
Add repo scaffolding: .gitignore, CLAUDE.md, settings.json
This commit is contained in:
parent
648bd02c68
commit
72e24b687c
3 changed files with 108 additions and 0 deletions
48
settings.json
Normal file
48
settings.json
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash",
|
||||
"Read",
|
||||
"Edit",
|
||||
"Write",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"WebFetch",
|
||||
"WebSearch"
|
||||
],
|
||||
"ask": [
|
||||
"Bash(rm *)",
|
||||
"Bash(rmdir *)",
|
||||
"Bash(git push --force*)",
|
||||
"Bash(git push -f *)",
|
||||
"Bash(git reset --hard*)",
|
||||
"Bash(git clean *)",
|
||||
"Bash(chmod *)",
|
||||
"Bash(dd *)",
|
||||
"Bash(mkfs*)",
|
||||
"Bash(shred *)",
|
||||
"Bash(kill *)",
|
||||
"Bash(killall *)",
|
||||
"Bash(sudo *)"
|
||||
],
|
||||
"defaultMode": "acceptEdits",
|
||||
"deny": [
|
||||
"Read(~/.ssh/**)",
|
||||
"Read(~/.aws/**)",
|
||||
"Read(~/.gnupg/**)",
|
||||
"Read(./.env)",
|
||||
"Read(./.env.*)"
|
||||
]
|
||||
},
|
||||
"model": "sonnet",
|
||||
"enabledPlugins": {
|
||||
"rust-analyzer-lsp@claude-plugins-official": true
|
||||
},
|
||||
"effortLevel": "medium",
|
||||
"attribution": {
|
||||
"commit": "",
|
||||
"pr": ""
|
||||
},
|
||||
"includeGitInstructions": true,
|
||||
"autoUpdatesChannel": "stable"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue