refactor(monorepo): remove legacy root runtime ownership
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package orch
|
||||
|
||||
import (
|
||||
"io"
|
||||
|
||||
internalorch "ai-workflow-skill/packages/orch-runtime/internal/cli/orch"
|
||||
)
|
||||
|
||||
func Execute(args []string, stdout, stderr io.Writer) int {
|
||||
return internalorch.Execute(args, stdout, stderr)
|
||||
}
|
||||
Reference in New Issue
Block a user