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
623f05ffc1
refactor: Remove pkg/help ( #25 )
...
The help package has been moved to its own repository at Snider/help. This commit removes the local copy of the package from this repository and updates the dependencies.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-13 14:28:41 +00:00
Snider
35024677c2
( #10 ) GitHub Actions workflow and refactor build and test infrastructure
2025-10-30 16:23:00 +00:00
Snider
2af6c4ad3e
Refactor PGP module with helper functions and error handling title ( #8 )
2025-10-30 14:18:37 +00:00