Adds remote core node targeting and collision detection, renames the serve command and the shared-directory variable.
Released on July 7, 2026
Breaking changes
- The
PEPPYOS_SHARED_DIRenvironment variable has been renamed toPEPPY_SHARED_DIR; update your environment so the shared directory stays configured.
Core node targeting
- The
--core-nodeflag can now target a remote core node and is accepted bynode add,node sync, andrepo add. - The
--core-nodeflag is now validated as the command is parsed, so invalid values are reported immediately. - peppy now detects core node name collisions.
Serve reliability
peppy service servenow shuts down cleanly when an error occurs during startup.