feat: adaptive backup lanes wired into CLI (1.0.0-beta.6)
- BackupCommand builds a PhotosDatabaseLocalAvailability + AIMDController
and passes both to LadderKitExportProvider, so the backup now runs a
fast local lane and a throttled iCloud lane.
- runBackup takes an optional AdaptiveConcurrencyControlling, polls it
between batches, and emits BackupProgressDelegate.concurrencyChanged
when the limit shifts.
- TerminalRenderer shows lane count beside upload speed; the log
delegate prints a single line when concurrency changes.