Low-Context Execution Packet
Use branch stage/d3-03-asset-source-manifest.
Do not extract bulk assets in this stage. Inventory and plan only.
Start on the Pi:
ssh mehdifarah@100.120.38.37 'find "/mnt/kitchen/MEDIA LIBRARY/GAMES/DREAMCAST" -maxdepth 4 \( -iname "*D2*" -o -iname "*.chd" -o -iname "*.cdi" -o -iname "*.gdi" -o -iname "*.zip" -o -iname "*.7z" \) -print'
ssh mehdifarah@100.120.38.37 'command -v sha256sum 7z chdman file du'
For every candidate source, collect:
du -h "<path>"
sha256sum "<path>"
file "<path>"
7z l "<path>" | head -80
chdman info -i "<path>"
Only run 7z l on archive formats and
chdman info on CHD files. Capture failures as data.
Prepare these external directories if missing:
/mnt/kitchen/collab/d3-tui/asset-staging/raw/d2-title
/mnt/kitchen/collab/d3-tui/asset-staging/converted/d2-title
/mnt/kitchen/collab/d3-tui/logs/d3-03
docs/D2_ASSET_SOURCE_MANIFEST.md must include:
- source path
- media type
- size
- SHA-256
- disc/region notes
- whether tool inspection succeeded
- recommended extraction priority
- exact first three extraction commands for D3-05
- explicit LFS/external-storage decision
Do not commit CHD/CDI/GDI/ZIP/7z images.