mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
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.
25 lines
679 B
JSON
25 lines
679 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__ide__getDiagnostics",
|
|
"WebSearch"
|
|
],
|
|
"deny": []
|
|
},
|
|
"enabledPlugins": {
|
|
"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": 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
|
|
}
|
|
}
|