Fixed
- Persistence mode now actually persists data with proper YAML serialization (PR #1001)
- Auto-save now works correctly with cloud status indicators
- Start screen displays appropriately when persistence is enabled
- Layout auto-loads on startup if a saved layout exists
- Metadata and UUID handling for persisted layouts
- Thanks to @timothystewart6 for the comprehensive persistence fix!
Technical
- Production deployment now syncs docker-compose.yml from repo to prevent config drift
- Added --remove-orphans flag to clean up stale containers during deployment
- Fixed inch mark character escaping in changelog for GitHub Actions