Files
2025-11-30 08:55:53 +08:00

13 lines
334 B
JSON

{
"name": "git",
"description": "Git workflow automation tool with git-flow style commits, branch management, and automatic push.",
"version": "1.1.0",
"author": {
"name": "Kazuki Hashimoto",
"email": "setouchi.develop@gmail.com"
},
"commands": [
"./commands/commit.md",
"./commands/create-branch.md"
]
}