Split Win32 main window session state

This commit is contained in:
2026-06-17 11:17:02 +02:00
parent 81a998436d
commit 949dbf778a
11 changed files with 92 additions and 53 deletions

View File

@@ -78,6 +78,10 @@ Completed, blocked, and superseded task history moved to
the queue is now ordered by code movement instead.
Current slice:
- `src/platform_windows/windows_main_window_session.*` now owns the retained
Win32 main-window session fields.
- `src/platform_windows/windows_runtime_shell.cpp` no longer carries the
retained `HWND` / title-buffer / sandbox pocket.
- `src/platform_legacy/legacy_platform_services.*` now takes Android storage
paths through explicit `create_platform_services(...)` config instead of the
legacy singleton state.