Initial commit
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user