claude: allow git push in auto mode

This commit is contained in:
2026-05-09 09:13:32 +07:00
parent bff5c5e59c
commit fffbd2d98f
+5
View File
@@ -1,5 +1,10 @@
{
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
},
"permissions": {
"allow": [
"Bash(git push *)"
]
}
}