v0.10.4
Fixed — Reliable mureo service install re-install on macOS (launchd) (#259)
Re-installing the always-on service (the way to pick up the auto-restart marker from #257) could leave the service down, needing a second run: launchctl bootout is asynchronous, so the immediately-following bootstrap raced the teardown and could silently load nothing.
install now confirms via launchctl print that the job actually stuck and re-bootstraps a few times if not. A hard error returns immediately, and exhausting the retries reports failure rather than a false "ok".
Full changelog: https://github.com/logly/mureo/blob/main/CHANGELOG.md