fix: use as_wds pattern for WebDataset tar creation in blob examples
Replace manual tarfile/msgpack writing with proper WebDataset
TarWriter and PackableSample.as_wds serialization in:
- examples/atmosphere_demo.py blob storage demo
- tests/test_integration_atmosphere_live.py blob roundtrip test
This ensures correct sample serialization with __key__ field
required for WebDataset iteration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>