Snider
5e0252b5ee
chore(deps): sync go modules after SDK implementation
...
Updates go.mod and go.sum files across all workspace modules
after adding oasdiff and kin-openapi dependencies for SDK generation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 01:29:39 +00:00
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
858c9b4462
fix(dependencies): update golang.org/x modules to latest versions
2026-01-28 15:19:39 +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
Snider
11e65079ac
Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace ( #3 )
2025-10-27 03:14:50 +00:00
Snider
d077831825
Remove unused packages, configurations, and assets
2025-10-26 00:02:40 +01:00