Virgil
|
3bcca95b5e
|
refactor(ax): align GUI code with declarative AX principles
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 13:19:46 +00:00 |
|
Snider
|
13a493f57d
|
refactor(ax): AX compliance sweep — comments, error handling, test names
Security Scan / security (push) Failing after 26s
Test / test (push) Failing after 56s
- Fix window/service.go: replace 3 fmt.Errorf calls with coreerr.E() (removes implicit fmt dependency)
- Add usage-example comments to all bare Register() functions across 10 packages
- Remove redundant prose comments (Options/Service/Register/OnStartup/HandleIPCEvents boilerplate)
- Add Result-type comments to message types in contextmenu, keybinding, notification packages
- Fix test naming to TestFilename_Function_{Good,Bad,Ugly} pattern in display_test, window_test, persistence_test, service_screen_test
- Convert New() and CreateWindowOptions doc comments to usage-example style
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-31 12:18:41 +01:00 |
|
Virgil
|
2b6e6cee0b
|
refactor(ax): finish AX cleanup in display stack
Security Scan / security (push) Failing after 28s
Test / test (push) Failing after 2m9s
|
2026-03-31 05:24:09 +00:00 |
|
Snider
|
b559562dd9
|
fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests
Security Scan / security (pull_request) Failing after 28s
Test / test (pull_request) Failing after 1m59s
- 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 |
|
Snider
|
060bbe7c0b
|
feat(window): add tiling, snapping, stacking, and workflow layouts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 12:09:31 +00:00 |
|
Snider
|
ff44b8c654
|
feat(window): add LayoutManager with JSON persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 12:08:17 +00:00 |
|
Snider
|
3a4a2fc508
|
feat(window): add StateManager with JSON persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 12:07:28 +00:00 |
|
Snider
|
ad3c63f093
|
feat(window): add Window struct, options, and Manager with CRUD
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 12:05:37 +00:00 |
|