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
* feat(pilotctl): add update command for one-shot updater invoke (PILOT-396)
pilotctl update runs the updater once — checks the latest release,
downloads and installs if newer. When the daemon is not running (manual
mode), it also re-runs skill install so newly installed binaries have
matching skill definitions.
Dependency: github.com/pilot-protocol/updater now exposes RunOnce() for
one-shot invocation without a periodic loop.
Closes PILOT-396
* chore: regenerate docs/cli-reference.md via gen-cli-reference.sh
PILOT-396
* fix: remove MOTD line from cli-reference.md (CI env has no daemon)
---------
Co-authored-by: matthew-pilot <matthew@pilotprotocol.network>
Co-authored-by: Calin Teodor <t.calin@student.vu.nl>
0 commit comments