Extract cloud save required helper

This commit is contained in:
2026-06-15 21:16:27 +02:00
parent 12244b2e0a
commit 4c6b39c21a
4 changed files with 57 additions and 2 deletions

View File

@@ -18,6 +18,13 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud
save-required warning path in `LegacyCloudServices::show_save_required_warning()`
now routes through a focused helper in `src/legacy_cloud_services.cpp`
instead of living inline in the retained service method; the remaining
cloud bridge debt stays concentrated in retained prompt/progress lifetime,
OpenGL context guarding, and the still-retained transfer-thread execution
model.
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud bulk-upload
per-file execution loop in `LegacyCloudServices::upload_all_bulk_files()`
now routes through a focused helper in `src/legacy_cloud_services.cpp`