Files
beads/.claude-plugin/commands
Steve Yegge 747697c6c0 feat: Add optional prefix parameter to /bd-init command
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>
2025-10-14 16:03:25 -07:00
..