Snider
|
0fe81cd2b3
|
Align theme aliases and chat search
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
|
2026-04-15 22:25:07 +01:00 |
|
Snider
|
da28294f46
|
Add missing GUI action aliases
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
|
2026-04-15 20:20:53 +01:00 |
|
Snider
|
2a9968354b
|
Implement remaining GUI integration tools
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
|
2026-04-15 13:58:56 +01:00 |
|
Claude
|
18a455b460
|
refactor: migrate entire gui to Core v0.8.0 API
Security Scan / security (push) Failing after 25s
- Import paths: forge.lthn.ai/core/go → dappco.re/go/core
- Import paths: forge.lthn.ai/core/go-log → dappco.re/go/core/log
- Import paths: forge.lthn.ai/core/go-io → dappco.re/go/core/io
- RegisterTask → c.Action("name", handler) across all 15 services
- QueryHandler signature: (any, bool, error) → core.Result
- PERFORM(task) → Action.Run(ctx, opts)
- QUERY returns single core.Result (not 3 values)
- All 17 packages build and test clean on v0.8.0-alpha.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-31 16:14:19 +01:00 |
|
Claude
|
bb5122580a
|
feat(environment,contextmenu): expand with new queries and lifecycle
Security Scan / security (push) Failing after 26s
Environment:
- QueryFocusFollowsMouse IPC query
- 9 new tests (accent colour, file manager, focus follows mouse)
Context Menu:
- TaskUpdate (remove-then-add semantics)
- TaskDestroy (remove + release)
- QueryGetAll
- OnShutdown cleanup
- 12 new tests
All 17 packages build and test clean.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-31 15:08:50 +01: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 |
|
Snider
|
a7c976ff3c
|
feat(environment): add environment core.Service with theme change broadcasts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 14:19:05 +00:00 |
|