24 lines
617 B
JSON
24 lines
617 B
JSON
{
|
|
"name": "git",
|
|
"description": "Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup",
|
|
"version": "0.18.0",
|
|
"author": {
|
|
"name": "Craig Motlin"
|
|
},
|
|
"skills": [
|
|
"./skills/git-workflow/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/commit-handler.md",
|
|
"./agents/rebaser.md",
|
|
"./agents/conflict-resolver.md"
|
|
],
|
|
"commands": [
|
|
"./commands/worktree.md",
|
|
"./commands/commit.md",
|
|
"./commands/commit-chunks.md",
|
|
"./commands/conflicts.md",
|
|
"./commands/rebase-all.md",
|
|
"./commands/clean-worktrees.md"
|
|
]
|
|
} |