Commit graph

3 commits

Author SHA1 Message Date
Snider
ddf301fc24 fix: add Commit() for safe config writes, iterator-based All()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 08:29:58 +00:00
Snider
2a9fe868e7 refactor: swap pkg/framework imports to pkg/core
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 14:11:08 +00:00
Snider
2705ca5bf3 feat: extract config package from core/go pkg/config
Layered configuration management (defaults → file → env → flags) with
viper backend, YAML persistence via go-io Medium, and framework service.

Moved from forge.lthn.ai/core/go/pkg/config to standalone module.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:59:44 +00:00