Virgil
d331c64fa6
refactor(forge): expose config path helper
...
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:54:24 +00:00
Virgil
51dfbe8de0
fix(forge): honor config precedence before file reads
...
Security Scan / security (push) Successful in 13s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:46:50 +00:00
Virgil
6236446883
fix(forge): create config directory before saving
...
Test / test (push) Waiting to run
Security Scan / security (push) Successful in 15s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:44:36 +00:00
Virgil
4b27f1072a
refactor(forge): align config lookup and service docs with AX
...
Security Scan / security (push) Successful in 16s
Test / test (push) Successful in 1m58s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:40:50 +00:00
Virgil
0dd5916f4e
feat(forge): add config file persistence
...
Security Scan / security (push) Successful in 16s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:58:17 +00:00
Virgil
551a964fdb
refactor(ax): enforce v0.8.0 polish rules
...
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 1m36s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-29 23:39:24 +00:00
Snider
0a9564274d
refactor(module): migrate module path to dappco.re/go/core/forge
...
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 1m20s
Update Go module path from forge.lthn.ai/core/go-forge to
dappco.re/go/core/forge. Migrate all import paths and dependency
references (go-io → dappco.re/go/core/io, go-log → dappco.re/go/core/log).
Update documentation (CLAUDE.md, README.md, docs/) to reflect new paths.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:51:29 +00:00
Snider
f84643140e
refactor: replace os.ReadFile/WriteFile/MkdirAll and fmt.Errorf/errors.New with go-io/go-log
...
Security Scan / security (push) Successful in 7s
Test / test (push) Successful in 1m18s
- Replace os.ReadFile with coreio.Local.Read in parser.go and generator_test.go
- Replace os.WriteFile with coreio.Local.Write in generator.go
- Replace os.MkdirAll with coreio.Local.EnsureDir in generator.go
- Replace all fmt.Errorf and errors.New with coreerr.E() from go-log
- Add forge.lthn.ai/core/go-io and forge.lthn.ai/core/go-log dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:06:48 +00:00
Claude
56dc67a8df
chore: fmt.Errorf(static) → errors.New
...
Security Scan / security (pull_request) Successful in 10s
Test / test (pull_request) Successful in 1m10s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:28:47 +00:00
Snider
b1862445a0
feat: config resolution from env vars and flags
...
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:14:01 +00:00