Summary
Roll out eva-v0.42.56.5 to the active customer VM fleet one VM at a time. Local canary is already green: CLI, doctor 100/100, Voyage 2048, Support KB search, workspace-docs search, Codex plugin rehearsal, OpenClaw plugin inspect, gateway inference, and an OpenClaw agent turn that called GBrain.
Durable Contract
- Release: https://github.com/electricsheephq/eva-brain/releases/tag/eva-v0.42.56.5
- Evidence root:
/Volumes/LEXAR/Codex/evidence/eva-brain-fleet-rollout-0.42.56.5/
- VM inventory source: Supabase
customer_vms, not memory.
- Mutation path: exact-tag repo updater only.
- Stop on: SSH/identity uncertainty, backup failure, updater failure after one retry, PGLite open failure, gateway restart failure, plugin load failure, Support KB search failure, workspace-docs failure when docs exist, schema stats empty while status shows pages, Jackie/proxy drift, or agent GBrain-call failure for runtime reasons.
Rollout Order
- Golden
- Eric
- Jackie with proxy/gateway preflight
- Remaining active VMs one at a time from Supabase inventory
Per-VM Acceptance
gbrain version is 0.42.56.5
gbrain doctor --scope=brain --json is 100/100, or classified with a non-runtime exception
- Voyage uses
voyage:voyage-4-large with 2048 dimensions
openclaw-support-kb is populated and searchable
workspace-docs is searchable when docs exist
- AGENTS guidance mentions
/root/.openclaw/workspace/docs and workspace-docs
- OpenClaw plugin exposes GBrain tools
- OpenClaw/Hermes agent records
gbrain_search or gbrain_query
- No duplicate stale
gbrain serve processes
Canonical VM Command
cd /root/eva-brain
export PATH="/root/.bun/bin:$PATH"
export GBRAIN_SKILLS_DIR=/root/eva-brain/skills
scripts/update-local-install.sh \
--ref eva-v0.42.56.5 \
--dir /root/eva-brain \
--with-openclaw \
--without-codex-plugin \
--with-support-kb \
--with-workspace-docs \
--stop-stale-serve
systemctl restart openclaw-gateway
Summary
Roll out
eva-v0.42.56.5to the active customer VM fleet one VM at a time. Local canary is already green: CLI, doctor 100/100, Voyage 2048, Support KB search, workspace-docs search, Codex plugin rehearsal, OpenClaw plugin inspect, gateway inference, and an OpenClaw agent turn that called GBrain.Durable Contract
/Volumes/LEXAR/Codex/evidence/eva-brain-fleet-rollout-0.42.56.5/customer_vms, not memory.Rollout Order
Per-VM Acceptance
gbrain versionis0.42.56.5gbrain doctor --scope=brain --jsonis 100/100, or classified with a non-runtime exceptionvoyage:voyage-4-largewith 2048 dimensionsopenclaw-support-kbis populated and searchableworkspace-docsis searchable when docs exist/root/.openclaw/workspace/docsandworkspace-docsgbrain_searchorgbrain_querygbrain serveprocessesCanonical VM Command