From beads
Reopens one or more closed issues by setting status to 'open', clearing closed_at timestamp, and emitting Reopened event. Accepts issue IDs and optional --reason.
npx claudepluginhub trillium/penguin --plugin beadsReopen 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
/reopenReopens one or more closed issues by setting status to 'open', clearing closed_at timestamp, and emitting Reopened event. Accepts issue IDs and optional --reason.
/issue-updateUpdates existing tickets/issues with status changes, comments, assignees, labels, priority, milestones, or other fields using configured provider. Returns confirmation and updated details.
Share bugs, ideas, or general feedback.
Reopen one or more closed issues.
Sets status to 'open' and clears the closed_at timestamp. Emits a Reopened event.
bd reopen bd-42bd reopen bd-42 bd-43 bd-44bd reopen bd-42 --reason "Found regression"More explicit than bd update --status open - specifically designed for reopening workflow.
Common reasons for reopening: