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
build: add install-daemon Makefile target for local dev workflow
After make build, run `make install-daemon` to replace the downloaded release
daemon with the locally-built binary. This ensures mxcli uses current dev-branch
code (including unfixed regressions or new features) during local development
and golden rebuilds, rather than the latest release from GitHub.
The target stops any running daemon process before copying, then reports the
installed version for verification.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments