refactor(tile-preload,ipc): flip app-control to strict + delete legacy (Phase 3.6f)
Flip api.log, api.quit, api.restart in tile-preload.cts to use strict
tile:log:write / tile:app:quit / tile:app:restart channels (with token).
Delete legacy ipcMain.on handlers for renderer-log, app-quit, app-restart
from ipc.ts. Remove now-redundant tileQuit/tileRestart/tileLog shims added
in Phase 3.5f. Pre-audit confirmed no direct callers of the legacy channels
in app/ or features/.