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

Merged
lmiranda merged 1 commits from development into main 2025-12-10 17:00:16 +00:00

View File

@@ -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"
}