17 lines
399 B
JSON
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"
|
|
]
|
|
} |