Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:23 +08:00
commit c959b5bb31
11 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "regression-test-tracker",
"description": "Track and run regression tests to ensure new changes don't break existing functionality",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}