Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:57 +08:00
commit 1470d07775
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code-refactor-master",
"description": "Agent for structured, safe refactors with review steps",
"version": "0.1.0",
"author": {
"name": "ClaudeSmith"
},
"agents": [
"./agents"
]
}