Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user