gui/pkg
Snider b559562dd9
Some checks failed
Security Scan / security (pull_request) Failing after 28s
Test / test (pull_request) Failing after 1m59s
fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests
- Replace 90+ fmt.Errorf calls with coreerr.E() from go-log across
  display, window, systray, keybinding, contextmenu, and mcp packages
- Replace os.ReadFile/WriteFile/MkdirAll with coreio.Local in
  window/layout.go and window/state.go
- Update CLAUDE.md: fix key files table for new package structure,
  document error handling and file I/O conventions, add missing deps
- Add 37 tests for window package (task handlers, persistence,
  tiling modes, snap positions, workflow layouts)
- Window coverage: 47.1% → 69.8%

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:05:35 +00:00
..
browser feat(browser): add browser core.Service with Platform interface and IPC 2026-03-13 14:35:01 +00:00
clipboard feat(clipboard): add clipboard core.Service with Platform interface and IPC 2026-03-13 14:16:54 +00:00
contextmenu fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
dialog feat(dialog): add dialog core.Service with Platform interface and IPC 2026-03-13 14:17:35 +00:00
display fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
dock feat(dock): add dock/badge core.Service with Platform interface and IPC 2026-03-13 14:40:41 +00:00
environment feat(environment): add environment core.Service with theme change broadcasts 2026-03-13 14:19:05 +00:00
keybinding fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
lifecycle feat(lifecycle): add application lifecycle core.Service with Platform interface and IPC 2026-03-13 14:41:42 +00:00
mcp fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
menu feat(display): wire go-config for config file persistence 2026-03-13 13:54:28 +00:00
notification feat(notification): add notification core.Service with fallback to dialog via IPC 2026-03-13 14:18:21 +00:00
screen feat(screen): add screen core.Service with computed queries via IPC 2026-03-13 14:19:56 +00:00
systray fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
webview fix(webview): broadcast ActionConsoleMessage and ActionException via watchers 2026-03-13 16:23:12 +00:00
window fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00