From 12f5264258926b6f72b0ca5deb104b25088e34b4 Mon Sep 17 00:00:00 2001 From: Elmehdi Aitbrahim Date: Thu, 13 Aug 2026 02:21:51 -0400 Subject: [PATCH] fix(experiments): resolve the sweep harnesses' paths, so a recorded run can be re-run Four harnesses hardcoded two absolute paths: the deployment DB under one laptop's home, and an output directory inside a per-session temp dir that is collected when that session ends. A recorded experiment that cannot be re-run is the one thing a recorded experiment must not be, and the output path had already gone stale. Both now resolve, and both are overridable: DB = $KEEL_EXPERIMENT_DB or ~/keel/keel.db OUT_DIR = $KEEL_EXPERIMENT_OUT or