#!/usr/bin/env bash set -euo pipefail python3 "$(dirname "$0")/../scripts/update_corpus_manifest.py" >/dev/null python3 "$(dirname "$0")/../samples-public/scripts/update_manifest.py" >/dev/null python3 "$(dirname "$0")/../fixtures/reachbench-2025-expanded/harness/update_variant_manifests.py" >/dev/null echo "reachability: manifests regenerated"