Files
hermes-agent/hermes_cli
Shannon Sands f8ba6a4a3e fix(setup): use npm ci instead of npm install in hermes update
npm install re-resolves the dependency graph and rewrites package-lock.json,
leaving a dirty working tree after every update. npm ci installs exactly
from the committed lockfile without mutating it, which is the correct
command for reproducible installs in update/deployment contexts.

Closes #4048
2026-03-31 10:54:58 +10:00
..