Commit graph

4 commits

Author SHA1 Message Date
Snider
5c8e690abf docs: add Extract & Insulate implementation plan (8 tasks)
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>
2026-03-13 14:14:46 +00:00
Snider
09ff28fca1 docs: add go-config wiring design spec and implementation plan (2 tasks)
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>
2026-03-13 13:45:46 +00:00
Snider
bf6f46345d docs: add Service Conclave IPC implementation plan (6 tasks)
Three-chunk plan wiring core/go IPC into core/gui sub-packages.
Tasks 1-3: Window/systray/menu IPC layers (Service, Register, messages).
Task 4: Display config handlers + Register refactor.
Task 5: HandleIPCEvents IPC→WS bridge + exported mocks.
Task 6: Integration tests + delegation conversion to IPC.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:11:30 +00:00
Snider
6e7ca1b815 docs: add display package split implementation plan (12 tasks)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:00:15 +00:00