• v0.4.0-alpha.1 1b4efe0f67

    Ghost released this 2026-03-26 01:28:03 +00:00 | 155 commits to dev since this release

    • Register factory returns core.Result
    • OnStartup/OnShutdown return core.Result
    • Start/StartWithOptions/Run/RunWithOptions all return core.Result
    • 5 named Action handlers (process.run/start/kill/list/get)
    • core.ID() replaces fmt.Sprintf for process IDs
    • core.As replaces errors.As, core.Sprintf replaces fmt.Sprintf
    • handleRun returns output as Value (string) always, OK = exit 0

    Co-Authored-By: Virgil virgil@lethean.io

    Downloads