add database migrations planning document
- docs/migrations.md: comprehensive analysis of migration options
- zmig (sqlite-only zig tool)
- atlas (external go-based tool, multi-dialect)
- minimal DIY approach
- hybrid recommendation (atlas for dev, embedded SQL for runtime)
- phased implementation plan
- references to python prefect alembic patterns
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>