Split mac cursor visibility

This commit is contained in:
2026-06-13 19:30:02 +02:00
parent 936081680f
commit fc4f5e401d
5 changed files with 51 additions and 5 deletions

View File

@@ -55,6 +55,12 @@ agent or engineer to remove them without reconstructing context from chat.
- 2026-06-13: `PLT-005` was narrowed again. Linux rendered-frame title updates
now route through `src/platform_linux/linux_platform_services.*`; the legacy
platform adapter still owns the surrounding cross-platform dispatch shell.
- 2026-06-13: `PLT-006` was narrowed again. macOS cursor visibility now routes
through `src/platform_apple/apple_platform_services.*`; the legacy platform
adapter still owns the surrounding cross-platform dispatch shell.
- 2026-06-13: `PLT-006` was narrowed again. macOS cursor visibility now routes
through the Apple service boundary instead of the catch-all legacy adapter;
the Apple path still owns the OS-specific cursor toggle.
- 2026-06-13: `DEBT-0036` was narrowed again. `NodeStrokePreview::draw_stroke_immediate()`
now routes final composite execution and preview copy-back through a retained
local wrapper, leaving the call site with only sequence wiring.