You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add auto-recovery monitor for self-healing task execution
- Add monitor.py: background process that detects errors (rate limit, API error, timeout) and auto-resumes
- Update launch.py: automatically starts monitor (use --no-monitor to disable)
- Update cleanup.py: kills monitor process on cleanup
- Update task-prompt-template.md: guide Claude to write checkpoints in .worktree-task/progress.json
- Fix on-session-start.py: handle installed_plugins.json array format
- Add CLAUDE.md for project documentation
- Bump version to 1.1.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "worktree-task",
3
-
"version": "1.0.0",
3
+
"version": "1.2.0",
4
4
"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.",
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Project Overview
6
+
7
+
A Claude Code plugin that enables spawning autonomous agent sessions in separate git worktrees via tmux. Manages large coding tasks that would otherwise overflow context by delegating phases to subagents.
0 commit comments