Commit graph

3 commits

Author SHA1 Message Date
Virgil
07cf008a3a feat(config): expose service env prefix option
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 07:34:06 +00:00
Snider
683f78c37a fix(config): standardise go-io import alias to coreio; wrap error in OnStartup
Rename the go-io import alias from the default `io` to `coreio` in
service.go and config_test.go, matching the alias already used in
config.go. Wrap the bare error return at service.go:48 with
coreerr.E() to include caller context.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:50 +00:00
Snider
cd93ad8081 feat: rename go-config to core/config
Module path changed from forge.lthn.ai/core/go-config to forge.lthn.ai/core/config.
Package name remains "config" — only the module path changed.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:21:18 +00:00