Releases: ClaudeCodeCafe/ghostbuster
Releases · ClaudeCodeCafe/ghostbuster
ghostbuster v0.2.0
ghostbuster v0.1.0 — 👻 First Catch
👻 ghostbuster v0.1.0
The first release of a Claude Code plugin that detects and cleans ghosts from Agent Teams.
Detects
- Ghost teams — team configs with no active Claude session
- Numbered ghosts — duplicated agents like
researcher-2,worker-3 - Dead tmux panes — tmux-backed agents whose panes no longer exist
- Orphan tasks — task directories with no matching team
- Backup remnants —
.backup.*directories
Commands
/ghostbuster:scan— detect ghosts (read-only)/ghostbuster:clean— detect + delete after confirmation
Install
```bash
claude plugin add /path/to/ghostbuster
```