gui/pkg/systray
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
..
assets feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00
menu.go fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
messages.go feat(systray): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:18 +00:00
mock_platform.go feat(display): add HandleIPCEvents IPC->WS bridge 2026-03-13 13:32:16 +00:00
mock_test.go feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00
platform.go feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00
register.go feat(systray): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:18 +00:00
service.go feat(display): wire go-config for config file persistence 2026-03-13 13:54:28 +00:00
service_test.go feat(systray): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:18 +00:00
tray.go fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
tray_test.go feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00
types.go feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00
wails.go feat(systray): add Manager with platform abstraction and callback registry 2026-03-13 12:13:40 +00:00