Extract document-session close prompt helper

This commit is contained in:
2026-06-15 22:09:49 +02:00
parent f6afd34256
commit be8dee8de5
4 changed files with 63 additions and 10 deletions

View File

@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 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
`show_unsaved_close_prompt()`; the remaining document-session bridge debt
stays concentrated in save-before-workflow prompts, save-version routing,
app document field mutation, and keyboard/dialog cleanup.
- 2026-06-15: `DEBT-0040` was narrowed again. The retained save-before-
continue workflow prompt wiring in `src/legacy_document_session_services.cpp`
now routes through a focused helper instead of living inline in