Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:25 +08:00
commit bd2d3a6a6e
8 changed files with 1683 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}