npx claudepluginhub trillium/penguin --plugin beads<new-prefix> [--dry-run]Rename the issue prefix for all issues in the database. Updates all issue IDs and all text references across all fields. ## Prefix Rules - Max length: 8 characters - Allowed: lowercase letters, numbers, hyphens - Must start with a letter - Must end with a hyphen (e.g., 'kw-', 'work-') ## Usage - **Preview**: `bd rename-prefix kw- --dry-run` - **Apply**: `bd rename-prefix kw-` Example: Rename from 'knowledge-work-' to 'kw-' All dependencies and text references are automatically updated.
/rename-prefixRenames issue prefix for all database issues, updating IDs and text references across all fields. Supports --dry-run preview. Prefix must be <=8 chars, start with letter, end with hyphen.
/issue-updateUpdates existing tickets/issues with status changes, comments, assignees, labels, priority, milestones, or other fields using configured provider. Returns confirmation and updated details.
/update-labelsReorganizes GitHub issue labels into standard type (feature, bugfix), priority (high, medium, low), and effort (small, medium, large) groups by creating labels and re-labeling issues.
/pgai:issuesManages PostgresAI issues from console.postgres.ai: lists open issues in table (ID, Title, Status, Created), views details with action plan, posts comments via arguments.
/updateUpdates task status, fields, scope, tags, dependencies, position, and milestones. Supports batch updates, AI rewrites via prompts, validation, and milestone creation.
Share bugs, ideas, or general feedback.
Rename the issue prefix for all issues in the database.
Updates all issue IDs and all text references across all fields.
bd rename-prefix kw- --dry-runbd rename-prefix kw-Example: Rename from 'knowledge-work-' to 'kw-'
All dependencies and text references are automatically updated.