Route document session prompts through app dialog bridge

This commit is contained in:
2026-06-05 09:59:12 +02:00
parent d9f294e8e6
commit 73564342fc
4 changed files with 35 additions and 37 deletions

View File

@@ -926,8 +926,9 @@ Known local toolchain state:
save-before-workflow prompts. Close, save-before-workflow, new-document
overwrite, Save As overwrite, and save-error prompt text/captions now come
from the pure document-session prompt catalog exposed through
`pano_cli plan-document-session-prompt` before retained `NodeMessageBox`
creation. It also bridges accepted new-document plans to legacy canvas
`pano_cli plan-document-session-prompt`; retained prompt boxes are created
through `src/legacy_app_dialog_services.*` before the document-session bridge
wires callbacks. It also bridges accepted new-document plans to legacy canvas
resize/layer setup, overwrite prompts, title updates, and keyboard/dialog
cleanup. Accepted Save As and Save Version plans now also
route through this bridge before reaching legacy project-save execution,