Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user