All 16 plan and spec files from the 2026-03-13 GUI restructuring are
implemented. Remove them to keep the repo clean.
Co-Authored-By: Virgil <virgil@lethean.io>
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 packages: clipboard, dialog, notification, environment, screen.
Each follows the three-layer pattern with Platform interface, IPC
messages, and Service. Task 7 cleans up display orchestrator.
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>
GUI packages, examples, and documentation for building
desktop applications with Go and web technologies.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>