package main import ( "os" "ai-workflow-skill/packages/orchd-runtime/server" ) func main() { os.Exit(server.Execute(os.Args[1:], os.Stderr)) }