Reduce platform legacy adapter tail

This commit is contained in:
2026-06-13 19:12:18 +02:00
parent 3c6fd00ae3
commit 6ba98eea70
5 changed files with 78 additions and 22 deletions

View File

@@ -18,6 +18,10 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-13: `PLT-004` was narrowed again. `LegacyPlatformServices::display_file()`
and `share_file()` now delegate Apple file actions through
`AppleDocumentPlatformServices`, leaving the legacy adapter with only the
cross-platform dispatch shell.
- 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.