@@ -15,8 +15,13 @@ tmux new -A -s rec # if the connection drops: reconnect and `tmux new -A
1515# plain -logos-logoscore-cli one supports our module variant (linux-amd64-dev); the
1616# "portable-bundle" one GLIBC-crashes and the "cli-bin-portable" one rejects the modules:
1717export LOGOSCORE_BIN=/nix/store/841y6inhnzhwsdisgs68gkx51244z75r-logos-logoscore-cli/bin/logoscore
18- export LEZ_BUILD=~ /logos-execution-zone MODULES_DIR= ~ /lp0008-modules
18+ export LEZ_BUILD=~ /logos-execution-zone
1919export PATH=" $HOME /.cargo/bin:$PATH "
20+
21+ # fresh clone for the take (NOTE: ~/lp0008 is an OLD monorepo dir — do not use it).
22+ # ~/lp0008-clean already exists verified; re-clone on camera if you want the clone visible:
23+ git clone https://github.com/retraca/lp-0008-logos-agent-module ~ /lp0008-demo
24+ cd ~ /lp0008-demo
2025```
2126
2227Each video is ONE paste — the script prints its own step headers, so you narrate over them
@@ -50,7 +55,7 @@ is on screen:
5055Paste:
5156
5257``` bash
53- cd ~ /lp0008 && RISC0_DEV_MODE=0 ./demo.sh
58+ cd ~ /lp0008-demo && RISC0_DEV_MODE=0 ./demo.sh
5459```
5560
5661Say, as each on-screen header appears:
@@ -104,7 +109,7 @@ at the bottom).
104109Paste:
105110
106111``` bash
107- cd ~ /lp0008 && LEZ_BUILD= ~ /logos-execution-zone bash tests/demo-f8-testnet.sh
112+ cd ~ /lp0008-demo && bash tests/demo-f8-testnet.sh
108113```
109114
110115Say over the on-screen stages:
@@ -133,7 +138,7 @@ runs fully on the hosted testnet.
133138Paste:
134139
135140``` bash
136- cd ~ /lp0008 && bash tests/demo-f8-linux-full.sh
141+ cd ~ /lp0008-demo && bash tests/demo-f8-linux-full.sh
137142```
138143
139144- (storage segment) "Use case: the personal file vault. The owner hands the agent a
0 commit comments