From: Jérôme Benoit Date: Fri, 8 May 2026 12:43:21 +0000 (+0200) Subject: fix(sandcastle): update pi package to @earendil-works/pi-coding-agent X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3be531486fe1871c7cd7755915e4aa9ce1ba50ca;p=e-mobility-charging-stations-simulator.git fix(sandcastle): update pi package to @earendil-works/pi-coding-agent The pi coding agent npm package migrated from @mariozechner/pi-coding-agent to @earendil-works/pi-coding-agent (repo moved to earendil-works/pi-mono). --- diff --git a/.sandcastle/Dockerfile b/.sandcastle/Dockerfile index ca7ed188..06135d0f 100644 --- a/.sandcastle/Dockerfile +++ b/.sandcastle/Dockerfile @@ -30,7 +30,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \ # Install coding agents globally RUN npm install -g \ @anthropic-ai/claude-code \ - @mariozechner/pi-coding-agent \ + @earendil-works/pi-coding-agent \ opencode-ai # Rename the base image's "node" user to "agent" and align UID/GID.