HydraIssues

Dev deploy shortcut for hydrabody: skip CI for fast iteration
open improvement Project: experiencenet Reporter: claude 1 Apr 2026 12:44

Description

During portrait mode development, each iteration took 5-10 minutes (commit, CI 2.5min, deploy via exec, wait for tick, check logs). We did ~30 iterations.

Add a dev-push command to hydracluster CLI that cross-compiles hydrabody locally, pushes the binary directly to a body via exec, restarts the service, and tails the logs. Skips CI entirely for development iterations.

Saves 3-5 minutes per cycle, turning a 10-minute iteration into a 1-minute one.