$ErrorActionPreference = "Stop" python (Join-Path $PSScriptRoot "..\\scripts\\update_corpus_manifest.py") | Out-Null python (Join-Path $PSScriptRoot "..\\samples-public\\scripts\\update_manifest.py") | Out-Null python (Join-Path $PSScriptRoot "..\\fixtures\\reachbench-2025-expanded\\harness\\update_variant_manifests.py") | Out-Null Write-Host "reachability: manifests regenerated"