ci/harden-gate-boot
The gate booted the soul with `env -i`, which strips the ambient environment — including the library path the dynamically-linked soul needs on the GCE CI runner. The soul never came up there, so the gate failed the build (run 3384) even though the soul is correct (the gate passes locally against the exact published CI runtime). Switch to preserving the ambient env and instead UNSET only the live-service vars (ENGRAM_URL/API keys/ identity) while pointing HOME + snapshot at throwaway paths and axon at a dead port. Isolation is unchanged (verified: no touch of the live soul/engram); the soul now boots on the runner.
Description
Neuron - the canonical CGI substrate. Real soul.el lives here.
29 MiB
Languages
Emacs Lisp
83.6%
Shell
10%
Python
4.8%
HTML
1.1%
Dockerfile
0.5%