fix: add required fields to plugin manifests

- Add author, homepage, repository to all plugin manifests
- Add license field where missing
- Add commands and agents directory references
- Update keywords for better discoverability

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 09:55:57 -05:00
parent 76462d5d8c
commit 1adb434c58
4 changed files with 36 additions and 30 deletions

View File

@@ -6,9 +6,16 @@
"name": "Leo Miranda",
"email": "leobmiranda@gmail.com"
},
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/project-hygiene/README.md",
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
"license": "MIT",
"keywords": ["cleanup", "hygiene", "automation", "hooks", "maintenance"],
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace",
"keywords": [
"cleanup",
"hygiene",
"automation",
"hooks",
"maintenance"
],
"hooks": {
"PostToolUse": [
{