Own Win32 startup flow in runtime layer

This commit is contained in:
2026-06-17 16:26:18 +02:00
parent 3230da243a
commit b311afedd2
6 changed files with 152 additions and 84 deletions

View File

@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
## Reductions
- 2026-06-17: `DEBT-0003` was narrowed again.
`src/platform_windows/windows_runtime_flow.*` now owns the live Win32
startup/session composition flow, including the bound app/session preflight
and the existing `convert` / `-vrmode` mode switch, so
`src/platform_windows/windows_runtime_shell.cpp` is down to a thin entry
wrapper and no longer repeats manual app/session teardown on each exit path.
- 2026-06-17: `DEBT-0017` was narrowed again. The orphaned
`src/platform_legacy/legacy_platform_services.*` shim and its
`legacy_platform_fallback_behavior.h` helper were deleted after the root app,