Track Claude Code settings
This commit is contained in:
parent
3386ce72c3
commit
6d96354652
1 changed files with 36 additions and 0 deletions
36
.claude/settings.json
Normal file
36
.claude/settings.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(/home/agent/.local/bin/pylsp:*)",
|
||||
"Bash(apt list:*)",
|
||||
"Bash(bash -n:*)",
|
||||
"Bash(claude mcp list)",
|
||||
"Bash(claude plugin --help:*)",
|
||||
"Bash(claude plugin install --help:*)",
|
||||
"Bash(claude plugin list:*)",
|
||||
"Bash(claude plugin marketplace --help:*)",
|
||||
"Bash(claude plugin marketplace list)",
|
||||
"Bash(claude plugin validate --help:*)",
|
||||
"Bash(dpkg -l:*)",
|
||||
"Bash(echo:*)",
|
||||
"Bash(env)",
|
||||
"Bash(git log:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(head:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(pylsp:*)",
|
||||
"Bash(tree:*)",
|
||||
"Bash(uv run mypy:*)",
|
||||
"Bash(uv run tach:*)",
|
||||
"Bash(uv tool list:*)",
|
||||
"Bash(wc:*)",
|
||||
"Bash(xargs cat:*)",
|
||||
"WebFetch(domain:docs.cloud.google.com)",
|
||||
"WebFetch(domain:docs.gauge.sh)",
|
||||
"WebFetch(domain:docs.temporal.io)",
|
||||
]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"gopls-lsp@claude-plugins-official": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue