Resources / Datasets
Neurarch structural check catalogue
The 41 structural checks Neurarch runs on a model graph, as data: id, severity, category, the condition that triggers it, why it costs something, and the fix. These are the checks that run in the editor as a design is built, in CI through the GitHub Action, and over the wire at POST /api/v1/check, so the catalogue is the vocabulary any of those three surfaces grades in.
Get it
| The catalogue as JSON | neurarch.com/r/index.json |
|---|---|
| Hugging Face mirror (dataset viewer, load_dataset) | huggingface.co/datasets/neurarch-ai/neurarch-structural-checks |
curl -s https://neurarch.com/r/index.json | jq '.checks[] | select(.severity=="blocker") | .id'
What is in a row
What this dataset is not
Severity is our editorial judgment, not a measured error rate. 3 of the 41 carry a non-null provenance field naming the study that grounds them; the rest follow from the shape algebra or from convention, and the entry says which. Reading the whole catalogue as measured would overstate it by 38 checks.
Licence and citation
Released under Creative Commons Attribution 4.0. Cite it as:
Neurarch. Neurarch structural check catalogue. https://neurarch.com/d/checks.html