chore: update Claude Code and MCP auto-approve settings

Added auto-approval for common safe operations:
- Git add and commit commands
- Serena MCP replace_regex tool

This improves workflow efficiency during development.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-11-17 13:31:56 +01:00
parent c3b555189b
commit 13812c78ae
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,10 @@
"mcp__serena__search_for_pattern", "mcp__serena__search_for_pattern",
"mcp__serena__find_file", "mcp__serena__find_file",
"mcp__serena__list_dir", "mcp__serena__list_dir",
"mcp__serena__think_about_collected_information" "mcp__serena__think_about_collected_information",
"Bash(git add:*)",
"Bash(git commit:*)",
"mcp__serena__replace_regex"
] ]
}, },
"enableAllProjectMcpServers": true, "enableAllProjectMcpServers": true,

View File

@@ -20,7 +20,8 @@
"read_file", "read_file",
"find_file", "find_file",
"list_dir", "list_dir",
"think_about_collected_information" "think_about_collected_information",
"replace_regex"
] ]
} }
}, },