Seed assets
The deterministic inputs the sim is re-seeded with before every automated run. Source of truth:
FlashCopyAssets/seed_inputs/. Ground truth (when present) is stored
under data/ground_truth/<sha256>.md so it stays associated with the
exact file bytes — if the asset ever changes, its old ground truth silently disassociates instead of quietly going stale.
| Asset | Flow | Sim IDs | Size | SHA256 | Ground truth |
|---|---|---|---|---|---|
| labubu_box_picture.JPG single_image/scanned/labubu_box_picture.JPG missing | single-photo | AAAA0001AAAA0003 | — | — | not set |
| notepad_picture.JPG single_image/scanned/notepad_picture.JPG missing | single-photo | AAAA0002AAAA0004 | — | — | not set |
| code_screen_picture.JPG multi_ocr/first_collection_scanned/code_screen_picture.JPG missing | collection-child | AAAA0005AAAA0008 | — | — | not set |
| grocery_list_whiteboard_picture.JPG multi_ocr/first_collection_scanned/grocery_list_whiteboard_picture.JPG missing | collection-child | AAAA0006AAAA0009 | — | — | not set |
| word_doc_screenshot.JPG multi_ocr/first_collection_scanned/word_doc_screenshot.JPG missing | collection-child | AAAA0007AAAA000A | — | — | not set |
| IMG_4558.mov video/processed/IMG_4558.mov missing | video | BBBB0001BBBB0003 | — | — | not set |
| ScreenRecording_03-03-2026 10-36-16_1.MOV video/processed/ScreenRecording_03-03-2026 10-36-16_1.MOV missing | video | BBBB0002BBBB0004 | — | — | not set |
data/ground_truth/<sha256>.md using the asset's SHA256 shown above.
Future runs of that asset will then compare against the new file automatically — no page edits needed.