# Warehouse task Use the local source of truth and current policy to prepare the requested handoff. Preserve the export files. | Question | Canonical source | Join key | | --- | --- | --- | | Cutoff, deduplication, decision precedence, allocation | policy/dispatch.md | current policy | | Orders and totals | exports/orders.csv + exports/order-lines.csv | order_id | | Net settled payments | exports/payments.csv | order_id; deduplicate event_id | | Available stock | exports/stock.csv + data/catalog.json | canonical SKU; deduplicate event_id | | Current customer hold | exports/customer-holds.csv | customer_id; latest event before cutoff | Read the policy before deriving results. The table is a navigation index, not a replacement for its rules. Archived notes are superseded. Check each proposed shipment against the reconciled payment, hold and stock state.