Code Navigation¶
Use this route when you need to inspect infra quickly.
Fast Reading Path¶
- start at
src/api.rsto see the curated infrastructure surface - jump to the owning family: dataset registry source, raw-IQ metadata source, run-layout source, artifact-inspection source, receiver-profile override source, experiment source, sweep source, provenance source, or validation-adapter source
- read the corresponding crate-local docs under the infra crate docs, especially the public API, dataset, run-layout, override, hashing, validation, and test guides
- confirm with the narrow infra tests and any relevant root handbook page
Review Shortcut¶
If a change touches run layout, dataset registry parsing, or validation adapters, review it as a repository contract change first and an implementation-detail change second.
First Proof Check¶
Inspect curated public API source, dataset registry source, raw-IQ metadata source, run-layout source, infra guardrail tests, and override integration tests. Use the infra public API guide and run layout guide to keep code navigation tied to reader-facing contracts.