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:

Do not commit CHD/CDI/GDI/ZIP/7z images.