17 lines
408 B
JSON
17 lines
408 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": [
|
|
"./agents/code-reviewer.md"
|
|
],
|
|
"commands": [
|
|
"./commands/pr-enhance.md",
|
|
"./commands/onboard.md",
|
|
"./commands/git-workflow.md"
|
|
]
|
|
} |