Extract cloud bulk progress helpers

This commit is contained in:
2026-06-15 21:09:53 +02:00
parent 0cec8e1bfd
commit df2c67838b
4 changed files with 68 additions and 6 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 bulk-upload
progress lifetime wiring in `LegacyCloudServices::begin_bulk_upload()` and
`end_bulk_upload()` now routes through focused helpers in
`src/legacy_cloud_services.cpp` instead of living inline in the retained
service methods; 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-browser
OK-button wiring in `LegacyCloudServices::show_browser()` now routes through
a focused helper in `src/legacy_cloud_services.cpp` instead of living