Files
2025-11-29 18:33:25 +08:00

18 lines
466 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": [
"./agents/legacy-modernizer.md",
"./agents/code-reviewer.md"
],
"commands": [
"./commands/refactor-clean.md",
"./commands/tech-debt.md",
"./commands/context-restore.md"
]
}