From 9a9d4452d1fe3093767809a6477dba5c519f7e4d Mon Sep 17 00:00:00 2001 From: darken Date: Mon, 7 Sep 2026 13:06:08 +0200 Subject: [PATCH] chore: Migrate Claude plugins to Clanker Cafe Enable the six migrated plugins at project scope and retain explicit disabled entries for the old marketplace. The local DebugBadger pilot has been promoted to a project installation. Validation: a fresh Claude Code session loaded all six new plugin identities, their commands and agents, the migrated hooks and all four MCP services. Read-only schema discovery passed without device actions or service writes. --- .claude/settings.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 9e07ab77..96adc8dd 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,12 +7,18 @@ "deny": [] }, "enabledPlugins": { - "android-translation@claude-code-cafe": true, - "debugbadger@claude-code-cafe": true, - "jvm-tools@claude-code-cafe": true, + "android-translation@claude-code-cafe": false, + "debugbadger@claude-code-cafe": false, + "jvm-tools@claude-code-cafe": false, "frontend-design@claude-plugins-official": true, - "support@claude-code-cafe": true, - "google-play@claude-code-cafe": true, - "devtools@claude-code-cafe": true + "support@claude-code-cafe": false, + "google-play@claude-code-cafe": false, + "devtools@claude-code-cafe": false, + "android-translation@clanker-cafe": true, + "debugbadger@clanker-cafe": true, + "jvm-tools@clanker-cafe": true, + "support@clanker-cafe": true, + "google-play@clanker-cafe": true, + "devtools@clanker-cafe": true } }