Files
git.stella-ops.org/tests/reachability/scripts/README.md
master 10212d67c0
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
api-governance / spectral-lint (push) Has been cancelled
Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized function calls.
2025-11-20 07:50:52 +02:00

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
```