12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"name": "commit-commands",
|
|
"description": "Commands for git commit workflows including commit, push, and PR creation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Anthropic",
|
|
"email": "support@anthropic.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |