17 lines
431 B
JSON
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"
|
|
]
|
|
} |