Commit graph

11 commits

Author SHA1 Message Date
Claude
59b968b1ef
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
Migrate from forge.lthn.ai deps to dappco.re. Replace os, strings,
path/filepath with Core primitives. OnStartup returns core.Result.
Service factory returns core.Result.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:06:13 +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