18 lines
443 B
JSON
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"
|
|
]
|
|
} |