Back to Beads

Reopen

claude-plugin/commands/reopen.md

1.0.3508 B
Original Source

Reopen one or more closed issues.

Sets status to 'open' and clears the closed_at timestamp. Emits a Reopened event.

Usage

  • Reopen single: bd reopen bd-42
  • Reopen multiple: bd reopen bd-42 bd-43 bd-44
  • With reason: bd reopen bd-42 --reason "Found regression"

More explicit than bd update --status open - specifically designed for reopening workflow.

Common reasons for reopening:

  • Regression found
  • Requirements changed
  • Incomplete implementation
  • New information discovered