Skip to content

Releases: ClaudeCodeCafe/ghostbuster

ghostbuster v0.2.0

18 Jun 02:13

Choose a tag to compare

What's Changed

  • fix: session registry-based liveness detection for in-process backend by @morinpic in #2

New Contributors

Full Changelog: v0.1.0...v0.2.0

ghostbuster v0.1.0 — 👻 First Catch

29 May 05:05

Choose a tag to compare

👻 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
```