Skip to content

Commit 0dccf53

Browse files
committed
docs: runbook — record from a fresh clone dir (~/lp0008 on the box is the old monorepo tree, not the public repo)
1 parent e8f7882 commit 0dccf53

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

docs/RECORDING_RUNBOOK.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
1717
export 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
1919
export 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

2227
Each video is ONE paste — the script prints its own step headers, so you narrate over them
@@ -50,7 +55,7 @@ is on screen:
5055
Paste:
5156

5257
```bash
53-
cd ~/lp0008 && RISC0_DEV_MODE=0 ./demo.sh
58+
cd ~/lp0008-demo && RISC0_DEV_MODE=0 ./demo.sh
5459
```
5560

5661
Say, as each on-screen header appears:
@@ -104,7 +109,7 @@ at the bottom).
104109
Paste:
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

110115
Say over the on-screen stages:
@@ -133,7 +138,7 @@ runs fully on the hosted testnet.
133138
Paste:
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

Comments
 (0)