diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..72eb61b6 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,22 @@ +{ + "permissions": { + "allow": [ + "mcp__ide__getDiagnostics", + "Bash(./gradlew tasks:*)", + "Bash(./gradlew:*)", + "Bash(find:*)", + "Bash(ls:*)", + "Bash(grep:*)", + "Bash(rg:*)", + "WebSearch", + "WebFetch(domain:support.google.com)", + "WebFetch(domain:github.com)", + "WebFetch(domain:coil-kt.github.io)", + "WebFetch(domain:mvnrepository.com)", + "WebFetch(domain:kotlinlang.org)", + "WebFetch(domain:developer.android.com)", + "WebFetch(domain:issuetracker.google.com)" + ], + "deny": [] + } +} \ No newline at end of file