# REPAIR TASK — variant_5 A recent PRODUCTION daily run logged 1 code-level crash(es) attributable to **variant_5** (signature `dc90f20a2243`). Fix ONLY variant_5's code so this stops crashing, with the smallest change that addresses the error. This is a REPAIR, not an experiment — do not change the genome/manifest and do not add features. ## Representative error(s) **ERROR** `harness.producer` 2026-09-08 13:27:32,679 ERROR harness.producer produce_reported_error variant=variant_5 error=plan/import/assets: meme_pool.json not found at /app/variants/variant_5/meme_pool.json. Commit a pool of pre-curated meme plans for quota-survival rendering. Traceback (most recent call last): File "/app/variants/variant_5/produce.py", line 119, in main pool = _load_meme_pool(pool_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/variants/variant_5/produce.py", line 46, in _load_meme_pool raise FileNotFoundError( FileNotFoundError: meme_pool.json not found at /app/variants/variant_5/meme_pool.json. Commit a pool of pre-curated meme plans for quota-survival rendering.