claude: allow git push in auto mode

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