You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): stand up the cli primitive from the service
core.New no longer auto-registers the cli primitive, so cli.Register now registers it (via core.CliRegister) — registering the cli service IS a working CLI, driven by Core.Run() with no cli.Main wiring. cli.Init opts the primitive in via core.WithCli() so the cli.Main path keeps working.
Co-Authored-By: Virgil <virgil@lethean.io>
0 commit comments