Allow users to specify a custom issue prefix when initializing beads:
/bd-init myproject
If no prefix is provided, defaults to current directory name (existing behavior).
Changes:
- Add argument-hint: [prefix] to command frontmatter
- Update command description to document $1 parameter usage
- Pass prefix to MCP init tool when provided
The MCP init tool already supported the prefix parameter, this just
exposes it through the slash command interface.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>