Make long-running real FMA ingestion resumable across sessions
Constraint: The verified FMA archive is multi-gigabyte and downloads slowly, so the workflow must remain inspectable and resumable before extraction can happen Rejected: Depend on ad hoc curl and unzip commands only | Makes long-running handoff and recovery brittle during Ralph-style continuous execution Confidence: high Scope-risk: narrow Directive: Keep official FMA archive acquisition centered on prepare_fma_archive.py so future sessions share one resumable control surface Tested: /usr/local/miniconda3/bin/python -m py_compile acr-engine/scripts/prepare_fma_archive.py; /usr/local/miniconda3/bin/python acr-engine/scripts/prepare_fma_archive.py inspect; unzip -v | head -n 2 Not-tested: Archive extraction and real-data smoke remain pending completion of the full fma_small.zip download
Showing
3 changed files
with
157 additions
and
0 deletions
acr-engine/scripts/prepare_fma_archive.py
0 → 100755
-
Please register or sign in to post a comment