Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:23 +08:00
commit 280d7b64ed
18 changed files with 2018 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "api-migration-tool",
"description": "Migrate APIs between versions with backward compatibility",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}