From 7f20d0647052976f6ef0a0dc11ab3f76eb1a7f5f Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 10 Dec 2025 11:58:56 -0500 Subject: [PATCH] fix: remove unsupported config/permissions keys from plugin.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code manifest schema only recognizes: name, version, description, author, license, keywords, repository 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- project-hygiene/.claude-plugin/plugin.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/project-hygiene/.claude-plugin/plugin.json b/project-hygiene/.claude-plugin/plugin.json index 90f5088..5badd70 100644 --- a/project-hygiene/.claude-plugin/plugin.json +++ b/project-hygiene/.claude-plugin/plugin.json @@ -8,15 +8,5 @@ }, "license": "MIT", "keywords": ["cleanup", "hygiene", "automation", "hooks", "maintenance"], - "repository": "https://github.com/bandit-labs/project-hygiene", - "config": { - "default_shell": "bash", - "environment": { - "PLUGIN_HOME": "${CLAUDE_PLUGIN_ROOT}" - } - }, - "permissions": { - "file_access": ["read", "write"], - "shell_access": true - } + "repository": "https://github.com/bandit-labs/project-hygiene" }