> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd migrate-personal

> Move personal planning issues from the project database to your planning repo

Generated from `bd help --doc migrate-personal`.

Identify issues you created in the project database and move them to your
personal planning repository (\~/.beads-planning by default).

This is a one-time migration for contributors who created personal planning
issues before contributor routing was configured.

The command:

1. Finds all issues in the project database created by your git identity
2. Shows you the list and asks for confirmation
3. Moves them to the planning repo configured in routing.contributor

EXAMPLES:
bd migrate-personal        # Interactive: show list and prompt
bd migrate-personal -y     # Non-interactive: skip confirmation

```
bd migrate-personal [flags]
```

**Flags:**

```
  -y, --yes   Skip confirmation prompt
```
