Files
gh-ourines-worktree-task-pl…/.claude-plugin/plugin.json
2025-11-30 08:46:45 +08:00

17 lines
399 B
JSON

{
"name": "worktree-task",
"description": "Manage large coding tasks using git worktrees and background Claude Code sessions. Supports launching, monitoring, resuming, and cleanup of autonomous tasks with alert notifications.",
"version": "1.0.0",
"author": {
"name": "ourines"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}