Adds two new packages to core/gui:
- pkg/webview: wraps go-webview CDP client as core.Service with IPC messages
- pkg/mcp: MCP display subsystem registering ~74 GUI tools via IPC translation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pkg/contextmenu wraps the last Wails v3 manager API.
Display cleanup removes stale interfaces.go wrappers,
migrates remaining direct s.app.* calls to IPC.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 new core.Service packages extracted from pkg/display:
clipboard, dialog, notification, environment, screen.
Each with Platform interface insulation, full IPC messages,
and WS bridge integration for the TypeScript SDK.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wire go-config into display orchestrator to replace the in-memory
loadConfig() stub with real .core/gui/config.yaml file loading and
persistence via handleConfigTask.
Co-Authored-By: Virgil <virgil@lethean.io>