Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:05 +08:00
commit 33c702e9bd
7 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "refactoring-agent",
"description": "Surgical code refactoring agents for analyzing and improving code quality without changing behavior",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"agents": [
"./agents/refactoring-agent.md",
"./agents/refactor-planning-agent.md"
],
"commands": [
"./commands/refactor.md",
"./commands/plan-refactor.md"
]
}