up
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
Mirror Thin Bundle Sign & Verify / mirror-sign (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-11-29 11:37:00 +02:00
parent 3488b22c0c
commit 8f54ffa203
14 changed files with 685 additions and 4 deletions

View File

@@ -27,10 +27,10 @@ Deterministic, reproducible benchmark for reachability analysis tools.
## Quick Start (once populated)
```bash
# validate schemas
npm test ./schemas # or python -m pytest schemas
# schema sanity checks (offline)
python tools/validate.py all schemas/examples
# score a submission
# score a submission (coming in task 513-008)
cd tools/scorer
./rb-score --cases ../cases --truth ../benchmark/truth --submission ../benchmark/submissions/sample.json
```