Snider
cd305904e5
fix: migrate module paths from forge.lthn.ai to dappco.re
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 16:21:14 +01:00
Snider
c68698fc5c
deps: bump dappco.re/go/core to v0.8.0-alpha.1
...
Resolves build failures from using Core primitives (JSONMarshalString,
JSONUnmarshal, ReadAll, ServiceRuntime, etc.) that didn't exist in v0.4.7.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 12:22:46 +00:00
Snider
3d62d2f531
feat: migrate module path forge.lthn.ai/core/mcp → dappco.re/go/mcp
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-24 21:39:52 +00:00
Snider
04ef80cd06
refactor: migrate core import to dappco.re/go/core
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 13:51:14 +00:00
Snider
40e43773a7
chore: sync dependencies for v0.3.4
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 13:51:14 +00:00
Snider
6a6dfe5217
chore: sync dependencies for v0.3.3
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 13:51:14 +00:00
Snider
a4f86b5de6
chore: sync dependencies for v0.3.2
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:19:03 +00:00
Snider
d6dccec914
refactor: move MLSubsystem to go-ml/pkg/mcp
...
ML tools (generate, score, probe, status, backends) belong in go-ml,
not the MCP framework. Removes go-ml/go-mlx/go-duckdb dependency chain
from core/mcp, unblocking CGO_ENABLED=0 cross-compilation.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 15:37:27 +00:00
Snider
cbc7ccd91c
chore: sync workspace dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:45:04 +00:00
Snider
4b6dec50b1
chore: sync go.mod dependencies
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:38:33 +00:00
Snider
3695f72b42
chore: bump forge deps (core/go v0.3.1, go-io v0.1.2, go-process v0.2.2)
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:17:42 +00:00
Snider
f0f53efeb6
fix: align dependency versions for forge resolution
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 14:47:35 +00:00
Snider
7a766dd32c
fix: align indirect dependency versions via go work sync
...
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:42:31 +00:00
Snider
1df29c915b
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:59 +00:00
Snider
37e1bec02b
refactor(api): update import path from go-api to core/api
...
Part of the polyglot merge — forge.lthn.ai/core/go-api is now
forge.lthn.ai/core/api.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:10:28 +00:00
Snider
9e2d77ed2a
feat: initial core/mcp — Go MCP server + PHP Laravel MCP package
...
Moved from go-ai/mcp/ and php-mcp. Produces core-mcp binary.
49 MCP tools including brain, RAG, ML, IDE bridge.
2026-03-09 18:34:17 +00:00