Commit graph

12 commits

Author SHA1 Message Date
f640b1de52 Merge pull request '[agent/codex:gpt-5.4-mini] Update the code against the AX design principles in ~/spec/r...' (#3) from agent/update-the-code-against-the-ax-design-pr into dev 2026-03-31 18:00:25 +00:00
Virgil
9d44e653d7 fix(config): clarify config priorities and file types
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:00:11 +00:00
9a12aa8d7d Merge pull request '[agent/claude:sonnet] Fix these issues: 1) Update CLAUDE.md — replace outdated `...' (#2) from agent/fix-these-issues--1--update-claude-md into main 2026-03-17 08:02:25 +00:00
Snider
62c57e6eef fix(config): update CLAUDE.md commands and remove redundant fmt.Sprintf in coreerr.E calls
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 07:11:11 +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