refactor(monorepo): extract inbox and orch runtimes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
inboxcli "ai-workflow-skill/packages/inbox-runtime/internal/cli/inbox"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Exit(inboxcli.Execute(os.Args[1:], os.Stdout, os.Stderr))
|
||||
}
|
||||
Reference in New Issue
Block a user