Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:56 +08:00
commit db5823dcf2
4 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "test-generator",
"description": "A plugin agent that automatically generates high-quality test cases for code changes and new features",
"version": "1.0.0",
"author": {
"name": "Steven Wu",
"email": "steven@feedmob.com"
},
"agents": [
"./agents/test-generator.md"
]
}