Initial commit
This commit is contained in:
13
.claude-plugin/plugin.json
Normal file
13
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user