fix: update go-agentic imports to core/agent
go-agentic → core/agent/pkg/lifecycle (aliased as agentic) go-agentic/cmd/workspace → core/agent/cmd/workspace All cmd/ packages now build cleanly. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
f293e71a04
commit
a3f6b76337
8 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ package dev
|
|||
import (
|
||||
"context"
|
||||
|
||||
"forge.lthn.ai/core/go-agentic"
|
||||
agentic "forge.lthn.ai/core/agent/pkg/lifecycle"
|
||||
"forge.lthn.ai/core/go/pkg/core"
|
||||
"forge.lthn.ai/core/go-scm/git"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
"forge.lthn.ai/core/go-agentic"
|
||||
agentic "forge.lthn.ai/core/agent/pkg/lifecycle"
|
||||
"forge.lthn.ai/core/go-scm/git"
|
||||
"forge.lthn.ai/core/go-i18n"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/go-agentic/cmd/workspace"
|
||||
"forge.lthn.ai/core/agent/cmd/workspace"
|
||||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
"forge.lthn.ai/core/go-i18n"
|
||||
"forge.lthn.ai/core/go-io"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
"forge.lthn.ai/core/go-agentic"
|
||||
agentic "forge.lthn.ai/core/agent/pkg/lifecycle"
|
||||
"forge.lthn.ai/core/go-scm/git"
|
||||
"forge.lthn.ai/core/go/pkg/core"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/go-agentic/cmd/workspace"
|
||||
"forge.lthn.ai/core/agent/cmd/workspace"
|
||||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
"forge.lthn.ai/core/go-i18n"
|
||||
"forge.lthn.ai/core/go-io"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/go-agentic/cmd/workspace"
|
||||
"forge.lthn.ai/core/agent/cmd/workspace"
|
||||
"forge.lthn.ai/core/go-i18n"
|
||||
coreio "forge.lthn.ai/core/go-io"
|
||||
"forge.lthn.ai/core/go-scm/repos"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"forge.lthn.ai/core/go-agentic/cmd/workspace"
|
||||
"forge.lthn.ai/core/agent/cmd/workspace"
|
||||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
"forge.lthn.ai/core/go-i18n"
|
||||
coreio "forge.lthn.ai/core/go-io"
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -4,7 +4,7 @@ go 1.26.0
|
|||
|
||||
require (
|
||||
forge.lthn.ai/core/cli v0.1.0
|
||||
forge.lthn.ai/core/go-agentic v0.1.0
|
||||
forge.lthn.ai/core/agent v0.1.0
|
||||
forge.lthn.ai/core/go-ansible v0.1.0
|
||||
forge.lthn.ai/core/go-config v0.1.0
|
||||
forge.lthn.ai/core/go-container v0.1.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue