refactor(monorepo): remove legacy root runtime ownership
This commit is contained in:
@@ -3,6 +3,9 @@ module ai-workflow-skill
|
||||
go 1.26
|
||||
|
||||
require (
|
||||
ai-workflow-skill/packages/inbox-runtime v0.0.0
|
||||
ai-workflow-skill/packages/orch-runtime v0.0.0
|
||||
ai-workflow-skill/packages/orchd-runtime v0.0.0
|
||||
github.com/go-chi/chi/v5 v5.2.5
|
||||
github.com/spf13/cobra v1.10.1
|
||||
modernc.org/sqlite v1.40.1
|
||||
@@ -22,3 +25,9 @@ require (
|
||||
modernc.org/mathutil v1.7.1 // indirect
|
||||
modernc.org/memory v1.11.0 // indirect
|
||||
)
|
||||
|
||||
replace ai-workflow-skill/packages/inbox-runtime => ./packages/inbox-runtime
|
||||
|
||||
replace ai-workflow-skill/packages/orch-runtime => ./packages/orch-runtime
|
||||
|
||||
replace ai-workflow-skill/packages/orchd-runtime => ./packages/orchd-runtime
|
||||
|
||||
Reference in New Issue
Block a user