Files
2025-11-30 08:32:54 +08:00

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"
]
}