Historical store of compacted ADJ snapshots.
Every time a commit on the adj repository passes the validation workflow, the
full ADJ configuration is compacted into a single JSON file and pushed here.
storage/
└── commit-<sha>.json # one file per upstream commit
<sha> is the full 40-character commit hash of the originating commit in
the adj repository.To fetch the ADJ snapshot for a given upstream commit:
curl -O https://raw.githubusercontent.com/Hyperloop-UPV/ADJ-Archive/main/storage/commit-<sha>.json
Files are written automatically by the ADJ Validator workflow in
Hyperloop-UPV/adj. Do not commit by hand.
Used by Control Station