Record document open unsaved prompt closeout

This commit is contained in:
2026-06-15 22:31:43 +02:00
parent 39728e463a
commit a401ab356b
3 changed files with 47 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ agent or engineer to remove them without reconstructing context from chat.
dialog method; the remaining document-open bridge debt stays concentrated in
unsaved-project prompts, project-open execution, layer refresh, title
updates, and retained history services.
- 2026-06-15: `DEBT-0039` was narrowed again. The retained unsaved-project
discard prompt wiring in `LegacyDocumentOpenServices::prompt_discard_unsaved_project()`
now routes through a focused helper in `src/legacy_document_open_services.cpp`
instead of living inline in the retained document-open service method; the
remaining document-open bridge debt stays concentrated in project-open
execution, layer refresh, title updates, and retained history services.
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud downloaded-
project open camera reset and layer-clear setup in
`execute_legacy_downloaded_project_open()` now routes through a focused