From d6999e807c83058446795825f868551e9e9defd1 Mon Sep 17 00:00:00 2001 From: InauguralPhysicist Date: Tue, 4 Aug 2026 19:27:53 -0500 Subject: [PATCH] bump: EigenScript pin v0.37.0 -> v0.38.0 Carries the rung-5 fleet-UI widgets (dock #848, hex_view #850). Suite preflighted locally against the real v0.38.0 tag before this bump. Co-Authored-By: Claude Fable 5 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e3a5770..6cbce0b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update \ # EIGS_REF is a tag/SHA (fetched directly, so it stays reproducible). Pinned to # v0.19.0 — the release that ships the flat-buffer tensors (shaped VAL_BUFFER, # #275) the neural policy's buffer path requires. -ARG EIGS_REF=v0.37.0 +ARG EIGS_REF=v0.38.0 RUN mkdir -p /opt/eigenscript && cd /opt/eigenscript && git init -q \ && git remote add origin https://github.com/InauguralSystems/EigenScript.git \ && git fetch -q --depth 1 origin "${EIGS_REF}" && git checkout -q FETCH_HEAD \