Files
gh-hermeticormus-alqvimia-c…/.claude-plugin/plugin.json
2025-11-29 18:33:30 +08:00

18 lines
443 B
JSON

{
"name": "codebase-cleanup",
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/test-automator.md",
"./agents/code-reviewer.md"
],
"commands": [
"./commands/deps-audit.md",
"./commands/tech-debt.md",
"./commands/refactor-clean.md"
]
}