From 7139c3cadc2368ef1c79a9f7bafb0c6fc76d3c17 Mon Sep 17 00:00:00 2001 From: InauguralPhysicist Date: Tue, 4 Aug 2026 02:53:40 -0500 Subject: [PATCH] bump: EigenScript pin v0.35.2 -> v0.36.0 Co-Authored-By: Claude Fable 5 --- .devcontainer/Dockerfile | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 62c79a4..f1fe1f6 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.35.2 +ARG EIGS_REF=v0.36.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 \ diff --git a/CLAUDE.md b/CLAUDE.md index c7d06df..29bd0ce 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,7 +50,7 @@ EigenScript is **not** vendored in this repo; it lives in the sibling v0.19.0** — the neural policy stores its weights/obs as flat shaped buffers (`buffer of [r, c]`, shaped `VAL_BUFFER` #275), which land there. (Background music needs `audio_music_*` from v0.18.0.) **CI and the devcontainer pin -v0.35.2** via `.devcontainer/Dockerfile`'s `EIGS_REF` — build that ref for +v0.36.0** via `.devcontainer/Dockerfile`'s `EIGS_REF` — build that ref for parity. The **Makefile** wraps the toolchain so you don't hand-manage the binary