Commit graph

2 commits

Author SHA1 Message Date
Claude
12d326edd9
chore: replace monolithic chat.js with TypeScript-built bundle
All checks were successful
Security Scan / security (pull_request) Successful in 11s
Test / test (pull_request) Successful in 2m50s
Updated chat.js is now built from TypeScript source in core/go/lem-chat/
via esbuild. Functionally identical, 15KB ESM bundle (was 833 lines,
now 556 — esbuild compacts class syntax).

Source: forge.lthn.ai/core/go → lem-chat/src/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 18:24:22 +00:00
Snider
812c926dac feat: migrate cmd/ml from CLI repo, resolve forge deps
Move all 40 ML command files from core/cli/cmd/ml to go-ml/cmd/.
Commands self-register via init() + cli.RegisterCommands().

- Fixed stale go-ai/ml import in cmd_ab.go (now uses go-ml + go-mlx)
- Disabled cmd_train.go (needs go-mlx training API export)
- Removed all local replace directives, deps resolve from forge
- go build ./... passes cleanly

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 19:14:58 +00:00