From fb48ff9d4356947a62778d27b332e3812c0941a2 Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 29 Jul 2026 12:01:09 +0200 Subject: [PATCH] chore(claude): Enable google-play and devtools plugins --- .claude/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 46153900..90f1feeb 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -12,6 +12,8 @@ "jvm-tools@claude-code-cafe": true, "frontend-design@claude-plugins-official": true, "kotlin-lsp@claude-plugins-official": true, - "support-investigator@claude-code-cafe": true + "support-investigator@claude-code-cafe": true, + "google-play@claude-code-cafe": true, + "devtools@claude-code-cafe": true } }