fix: remove unsupported config/permissions keys from plugin.json

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 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 11:58:56 -05:00
parent 239a4869b4
commit 7f20d06470

View File

@@ -8,15 +8,5 @@
}, },
"license": "MIT", "license": "MIT",
"keywords": ["cleanup", "hygiene", "automation", "hooks", "maintenance"], "keywords": ["cleanup", "hygiene", "automation", "hooks", "maintenance"],
"repository": "https://github.com/bandit-labs/project-hygiene", "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
}
} }