refactor(monorepo): remove legacy root runtime ownership

This commit is contained in:
2026-03-20 13:47:53 +08:00
parent 388c25b1b0
commit d00b2a30ee
99 changed files with 144 additions and 17619 deletions
+9
View File
@@ -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