Record shared history bridge closeout

This commit is contained in:
2026-06-15 22:51:57 +02:00
parent 530e572e3a
commit eacf862c0b
3 changed files with 45 additions and 0 deletions

View File

@@ -1411,6 +1411,10 @@ retained history services.
The retained project-open history-planning call in `open_legacy_project()`
now also routes through a focused helper, so the remaining document-open
bridge debt is further concentrated on retained history services.
The retained history adapter now also reuses the shared
`src/legacy_history_services.*` helper from both document-open and
document-session bridges, so the remaining bridge debt is further concentrated
on retained history services.
`App::request_close`, `App::save_document`, and
`App::continue_document_workflow_after_optional_save` now route through
app-core document-session executors and `src/legacy_document_session_services.*`,