Files
gh-gitbutlerapp-claude-plug…/.claude-plugin/plugin.json
2025-11-29 18:28:27 +08:00

12 lines
252 B
JSON

{
"name": "gitbutler",
"description": "Commands for git commit workflows including commit, push, and PR creation",
"version": "1.0.0",
"author": {
"name": "GitButler",
"email": "hello@gitbutler.com"
},
"hooks": [
"./hooks"
]
}