Snider
41a0faba75
refactor: migrate module path from Snider/Core to host-uk/core
...
Move Go module from github.com/Snider/Core to github.com/host-uk/core
to match the new repository location under the host-uk organization.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 15:29:42 +00:00
Snider
0ad5c09ee6
feat: add initial project structure with configuration files and components
2026-01-15 22:46:50 +00:00
Snider
4e02d5bc97
refactor: bring external packages home and restructure
...
- Imported packages from separate repos:
- github.com/Snider/config -> pkg/config
- github.com/Snider/display -> pkg/display
- github.com/Snider/help -> pkg/help
- github.com/Snider/i18n -> pkg/i18n
- github.com/Snider/updater -> pkg/updater
- Moved core code from root to pkg/core
- Flattened nested package structures
- Updated all import paths to github.com/Snider/Core/pkg/*
- Added Display interface to Core
- Updated go.work for workspace modules
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 15:30:43 +00:00
614aed51ba
refactor: Remove config, display, and i18n packages ( #26 )
...
Removes the following unused packages:
- pkg/config
- pkg/display
- pkg/i18n
Also removes the dependencies from pkg/runtime and cleans up the go.mod and go.sum files.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-13 16:45:48 +00:00
Snider
20ebafbcc1
Refactor services and tests: update Config, Workspace, Display, and cryptography modules; add test-gen and PWA build support; improve workspace test utilities and mock implementations; and enhance file handling logic.
...
Signed-off-by: Snider <snider@lt.hn>
2025-10-28 21:42:29 +00:00
Snider
11e65079ac
Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace ( #3 )
2025-10-27 03:14:50 +00:00