chore: claude settings

This commit is contained in:
Ilia Denisov
2026-05-11 01:10:32 +02:00
parent 9c29f03d66
commit 7a7f2e4b98
3 changed files with 29 additions and 28 deletions
+21 -26
View File
@@ -1,28 +1,23 @@
{
"sandbox": {
"network": {
"allowLocalBinding": true,
"allowUnixSockets": ["/Users/id/.colima/default/docker.sock"],
"allowedDomains": [
"github.com",
"registry.npmjs.org",
"*.npmjs.org",
"docker.com",
"docker.io",
"gcr.io",
"*.golang.org"
]
}
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true,
"context7@claude-plugins-official": true
},
"permissions": {
"defaultMode": "plan",
"allow": [
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs"
]
"permissions": {
"allow": [],
"defaultMode": "default"
},
"sandbox": {
"network": {
"allowedDomains": [
"github.com",
"registry.npmjs.org",
"*.npmjs.org",
"docker.com",
"docker.io",
"gcr.io",
"*.golang.org"
],
"allowUnixSockets": [
"/var/run/docker.sock"
],
"allowLocalBinding": true
}
}
}
}