chore(claude): drop plugin toggles and use auto permission mode

This commit is contained in:
2026-07-30 23:20:01 +07:00
parent eba1b66bd6
commit ffed070bb3
+1 -6
View File
@@ -1,9 +1,4 @@
{
"enabledPlugins": {
"commit-commands@claude-plugins-official": false,
"skill-creator@claude-plugins-official": false,
"superpowers@claude-plugins-official": false
},
"permissions": {
"allow": [
"Bash(.claude/skills/**)",
@@ -39,6 +34,6 @@
"mcp__web-reader__webReader",
"mcp__web-search-prime__webSearchPrime"
],
"defaultMode": "acceptEdits"
"defaultMode": "auto"
}
}