Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:38 +08:00
commit 326193b2d9
5 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "refactor",
"description": "General-purpose software development refactoring and reorganization",
"version": "1.0.0",
"author": {
"name": "boneskull"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}