Virgil
3c0d9f853c
feat(ai): add recent metrics events
...
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m16s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 05:35:56 +00:00
Claude
8a68ed5160
chore: migrate to dappco.re vanity import path
...
Security Scan / security (push) Successful in 9s
Test / test (push) Failing after 23s
Module path: forge.lthn.ai/core/go-ai -> dappco.re/go/core/ai
Updated all .go imports for migrated sibling packages:
- forge.lthn.ai/core/go-log -> dappco.re/go/core/log
- forge.lthn.ai/core/go-io -> dappco.re/go/core/io
- forge.lthn.ai/core/go-i18n -> dappco.re/go/core/i18n
Added //go:build ignore to cmd/lab/cmd_lab.go (pre-existing broken
import: forge.lthn.ai/lthn/lem/pkg/lab was removed from LEM).
Packages not yet migrated (left as-is): cli, go-rag, go-scm,
go-process, mcp, api, go-crypt, go-inference, go-ml, go-mlx.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:52:57 +00:00
Snider
569f553b1a
fix(ai): DX audit — update CLAUDE.md, add tests, fix io consistency
...
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Failing after 1m33s
- CLAUDE.md: remove deleted daemon/ entry, add embed-bench/ and lab/,
fix build commands for go workspace (./... → module path),
update error handling guidance to coreerr.E(), remove stale
cli.AddDaemonCommand reference
- Replace os.MkdirAll with coreio.Local.EnsureDir in bench/test code
- Add 14 unit tests for metrics (Record, ReadEvents, Summary, sortedMap,
readMetricsFile edge cases) — ai/ coverage 65.3% → 67.3%
- Add parseDuration tests for cmd/metrics — coverage 0% → 24.6%
- No fmt.Errorf or errors.New violations found
- No os.ReadFile/os.WriteFile violations found
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:01:21 +00:00
Snider
251d248026
refactor: replace fmt.Errorf/errors.New with coreerr.E()
...
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 1m15s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 21:59:21 +00:00
Snider
dfe474a239
refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
...
Security Scan / security (push) Successful in 9s
Test / test (push) Failing after 3m8s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:42 +00:00
Snider
8a21d750bb
refactor: migrate CLI imports from core/go to core/cli
...
Update imports from forge.lthn.ai/core/go/pkg/cli to
forge.lthn.ai/core/cli/pkg/cli following CLI package split.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 23:29:44 +00:00
Snider
6298a84b8b
refactor: remove init() + RegisterCommands pattern
...
Commands now register through Core framework lifecycle via
cli.WithCommands() instead of side-channel init() functions.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 22:07:10 +00:00
Snider
55e537a55c
feat: migrate metrics command from CLI
...
Move AI metrics tracking command from core/cli cmd/ai into go-ai
where the metrics backend lives.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 20:42:17 +00:00