18 lines
591 B
JSON
18 lines
591 B
JSON
{
|
|
"name": "code-refactoring",
|
|
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./plugins/code-refactoring/agents/legacy-modernizer.md",
|
|
"./plugins/code-refactoring/agents/code-reviewer.md"
|
|
],
|
|
"commands": [
|
|
"./plugins/code-refactoring/commands/refactor-clean.md",
|
|
"./plugins/code-refactoring/commands/tech-debt.md",
|
|
"./plugins/code-refactoring/commands/context-restore.md"
|
|
]
|
|
} |