Record open legacy project result closeout

This commit is contained in:
2026-06-15 22:38:03 +02:00
parent 7b8da2f0e2
commit f88b2094ef
3 changed files with 46 additions and 0 deletions

View File

@@ -70,6 +70,12 @@ agent or engineer to remove them without reconstructing context from chat.
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-0039` was narrowed again. The retained project-open
success/failure handling in `open_legacy_project()` now routes through a
focused helper in `src/legacy_document_open_services.cpp` instead of living
inline in the retained document-open helper; the remaining document-open
bridge debt stays concentrated in 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