Files
gh-xdg-xdg-claude-refactori…/.claude-plugin/plugin.json
2025-11-30 09:07:05 +08:00

17 lines
431 B
JSON

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