Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:44 +08:00
commit 3a6d51ebad
6 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "commit-commands",
"description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",
"version": "1.0.0",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"commands": [
"./commands"
]
}