Commit graph

7 commits

Author SHA1 Message Date
Snider
ea942fbbfe docs: add CLAUDE.md project instructions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:38:01 +00:00
Snider
67bffa5439 docs: add human-friendly documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:02:40 +00:00
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
c81bf25431 chore: add .core/ build and release configs
Add go-devops build system configuration for standardised
build, test, and release workflows across the Go ecosystem.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 18:52:36 +00:00
Snider
1dced31517 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 15:21:56 +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