ramekin: restate the libhegel path and RUBYOPT
Assisted-by: Claude Opus 5 via Claude Code
change zwrwvzuqsqwzzkutooyuwuzsuwywkokx
commit ac7a86b2b4167022c120de3af5628bf46653ef3e
author Alpha Chen <alpha@kejadlen.dev>
date
parent nyvxwqnw
diff --git a/.ramekin/config.kdl b/.ramekin/config.kdl
index 1d4b2f6..ea5bc94 100644
--- a/.ramekin/config.kdl
+++ b/.ramekin/config.kdl
@@ -1,5 +1,13 @@
 // The workspace .envrc is shadowed by /dev/null in the user config, so the
-// backlog name it exports has to be restated here to reach the agent.
+// vars it exports have to be restated here to reach the agent.
 env {
   RANGER_DEFAULT_BACKLOG "pro-tacts"
+
+  // hegeltest's native engine, staged by `rake libhegel:fetch`. Relative
+  // because env values take no interpolation and the workspace mount point
+  // is slugged per host path; it resolves against the agent's cwd, which is
+  // the workspace root.
+  HEGEL_LIBHEGEL_PATH "tmp/libhegel/0.32.5"
+
+  RUBYOPT "--enable-frozen-string-literal"
 }