cli/pkg/core
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
..
testdata refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
core.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
core_extra_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
core_lifecycle_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
core_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
e.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
e_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
go.mod refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
go.sum refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
interfaces.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
runtime_pkg.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
runtime_pkg_extra_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
runtime_pkg_test.go refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00