Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:49 +08:00
commit 922f513d97
8 changed files with 864 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "workflow",
"description": "Workflow automation commands for Git operations with conventional commits formatting for pull requests",
"version": "1.0.0",
"author": {
"name": "Scott",
"email": "scott.jungling@gmail.com"
},
"commands": [
"./commands"
]
}