From e0de22d3c1ac625b1ebe476efa8a29287242fc62 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Sat, 8 Aug 2026 08:46:22 -0700 Subject: [PATCH] docs: make the demo tape portable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recording tape hardcoded an absolute home path, which is both unreproducible on anyone else's machine and a personal detail to publish. Uses $HOME for the cargo bin path, and BULLPEN_HOME rather than overriding HOME to isolate the demo store — which is what BULLPEN_HOME exists for and did not when this tape was written. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PfAfAujueuZ3rDTiL9apx3 --- docs/media/bullpen-agents.tape | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/media/bullpen-agents.tape b/docs/media/bullpen-agents.tape index 99fae5c..dc6be9b 100644 --- a/docs/media/bullpen-agents.tape +++ b/docs/media/bullpen-agents.tape @@ -8,7 +8,7 @@ Set Padding 18 Set TypingSpeed 40ms Hide -Type "export PS1='$ ' PATH=/Users/vics/.cargo/bin:$PATH HOME=/tmp/bpdemo/home; cd /tmp/bpdemo/work; clear" +Type "export PS1='$ ' PATH=$HOME/.cargo/bin:$PATH BULLPEN_HOME=/tmp/bpdemo/home; cd /tmp/bpdemo/work; clear" Enter Sleep 1s Show