17 lines
508 B
JSON
17 lines
508 B
JSON
{
|
|
"name": "git-pr-workflows",
|
|
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
|
|
"version": "1.2.1",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./plugins/git-pr-workflows/agents/code-reviewer.md"
|
|
],
|
|
"commands": [
|
|
"./plugins/git-pr-workflows/commands/pr-enhance.md",
|
|
"./plugins/git-pr-workflows/commands/onboard.md",
|
|
"./plugins/git-pr-workflows/commands/git-workflow.md"
|
|
]
|
|
} |