Extract document-session save-version helper

This commit is contained in:
2026-06-15 22:13:13 +02:00
parent 02552c9a12
commit aaf55dd797
4 changed files with 62 additions and 9 deletions

View File

@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-15: `DEBT-0042` was narrowed again. The retained Save Version
execution in `src/legacy_document_session_services.cpp` now routes through a
focused helper instead of living inline in
`LegacyDocumentVersionSaveServices::save_document_version()`; the remaining
document-session bridge debt stays concentrated in close prompts, save
dialogs, overwrite prompts, and keyboard/dialog cleanup.
- 2026-06-15: `DEBT-0040` was narrowed again. The retained close-unsaved
prompt wiring in `src/legacy_document_session_services.cpp` now routes
through a focused helper instead of living inline in