go/pkg/ml
Snider adaa4131f9 refactor: strip to pure package library (#3)
- Fix remaining 187 pkg/ files referencing core/cli → core/go
- Move SDK library code from internal/cmd/sdk/ → pkg/sdk/ (new package)
- Create pkg/rag/helpers.go with convenience functions from internal/cmd/rag/
- Fix pkg/mcp/tools_rag.go to use pkg/rag instead of internal/cmd/rag
- Fix pkg/build/buildcmd/cmd_sdk.go and pkg/release/sdk.go to use pkg/sdk
- Remove all non-library content: main.go, internal/, cmd/, docker/,
  scripts/, tasks/, tools/, .core/, .forgejo/, .woodpecker/, Taskfile.yml
- Run go mod tidy to trim unused dependencies

core/go is now a pure Go package suite (library only).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Co-authored-by: Claude <developers@lethean.io>
Reviewed-on: #3
2026-02-16 14:23:45 +00:00
..
agent.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
approve.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
backend_http.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
backend_http_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
backend_llama.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
backend_mlx.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
compare.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
consolidate.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
convert.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
coverage.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
db.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
exact.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
exact_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
expand.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
export.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
gguf.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
heuristic.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
heuristic_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
import_all.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
inference.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
influx.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
ingest.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
inventory.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
io.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
judge.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
judge_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
metrics.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
normalize.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
ollama.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
parquet.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
probes.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
probes_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
prompts.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
publish.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
score.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
score_test.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
seed_influx.go feat: port 11 LEM data management commands into core ml 2026-02-16 05:53:52 +00:00
service.go refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
status.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
types.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
worker.go feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00