agent-ecosystem/.claude/settings.json
iliya 12e5e95bca chore: simplify Claude configuration by removing hooks and enabling all permissions
The previous configuration had complex hooks for file protection and auto-formatting which were causing issues. This simplifies the configuration to enable all permissions directly and removes all hook logic, making the setup more straightforward and reliable.
2026-03-04 18:26:28 +02:00

16 lines
No EOL
231 B
JSON

{
"alwaysThinkingEnabled": true,
"permissions": {
"allow": [
"Edit",
"Bash",
"ReadFile(*)",
"Web Search",
"WebSearch",
"WebFetch",
"Fetch"
],
"deny": [],
"ask": []
}
}