Commit graph

21 commits

Author SHA1 Message Date
Snider
94650e05b2 fix: migrate module paths from forge.lthn.ai to dappco.re
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 16:21:11 +01:00
7c02e2c30e Merge pull request '[agent/codex:gpt-5.3-codex-spark] Read ~/spec/code/core/go/config/RFC.md fully. Find features ...' (#4) from agent/read---spec-code-core-go-config-rfc-md-f into dev 2026-04-03 07:34:13 +00:00
Virgil
07cf008a3a feat(config): expose service env prefix option
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 07:34:06 +00:00
Virgil
411c82a6d4 fix(config): align public docs with Set semantics
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:31:04 +00:00
Virgil
f9439cd3d8 fix(config): normalise env prefix option
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:25:05 +00:00
Virgil
2dbb8fb6ba fix(config): align yaml path validation
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:22:59 +00:00
Virgil
8d29e924e8 fix(config): reject non-yaml save paths
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:20:26 +00:00
Virgil
25559c4913 fix(config): validate file types before read
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:18:01 +00:00
Virgil
d6f7c05838 fix(config): make iteration deterministic
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:09:32 +00:00
Virgil
6dd94aff4c fix(config): validate config file types explicitly
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:06:44 +00:00
Virgil
1f081bcd92 docs(config): add agent-facing examples and correct storage alias
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:02:28 +00:00
Snider
2405ecb84a chore: sync dependencies for v0.1.8
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:53:19 +00:00
Snider
e4ee5cbec9 chore: sync dependencies for v0.1.7
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:48:27 +00:00
Snider
0bdd58718e chore: sync dependencies for v0.1.6
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:17:57 +00:00
Snider
cb1edf007e chore: sync dependencies for v0.1.5
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:13:07 +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
90608664a7 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:35:37 +00:00
Snider
7846ff22ae chore: bump core/go to v0.3.1
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:17:03 +00:00
Snider
70b69904b7 chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
Snider
2474e627e9 fix: update stale import paths and dependency versions from extraction
Resolve stale forge.lthn.ai/core/cli v0.1.0 references (tag never existed,
earliest is v0.0.1) and regenerate go.sum via workspace-aware go mod tidy.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:38:58 +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