Low-Context Execution Packet
Use branch stage/d3-00-bootstrap-verification.
Start on the Mac:
git status --short
git lfs install
git lfs env
git lfs track
Then probe the Pi:
ssh mehdifarah@100.120.38.37 'cd /home/mehdifarah/.pearl/D3-TUI && git pull --ff-only && git status --short'
ssh mehdifarah@100.120.38.37 'cd /home/mehdifarah/.pearl/D3-TUI && bash ops/pi/workspace-layout.sh && bash ops/pi/probe-environment.sh'
ssh mehdifarah@100.120.38.37 'command -v git-lfs rg ffmpeg chdman 7z && git lfs version && rg --version | head -1 && ffmpeg -version | head -1 && chdman -help 2>/dev/null | head -1'
Check Forgejo routes without printing tokens:
git remote -v
ssh -o BatchMode=yes -o ConnectTimeout=8 -p 2222 git@100.120.38.37 true
ssh mehdifarah@100.120.38.37 'cd /home/mehdifarah/.pearl/D3-TUI && git remote -v'
If HTTP push requires an auth token, state that it uses an existing credential or coordinator-provided token. Never paste the token.
The outcome report must include:
- local and Pi
git-lfsstatus - Pi tool availability table
- Forgejo HTTP clone/push status
- Forgejo SSH status on port
2222 - corrected environment manifest lines, if any
- exact next prompt for D3-01 and D3-04