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:
@@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user