9 lines
267 B
Markdown
9 lines
267 B
Markdown
# Reachability Scripts
|
|
|
|
- `update_corpus_manifest.py` — regenerate `tests/reachability/corpus/manifest.json` with SHA-256 hashes for all corpus files. Deterministic; no network access.
|
|
|
|
Usage:
|
|
```bash
|
|
python tests/reachability/scripts/update_corpus_manifest.py
|
|
```
|