mod fixture;
mod manifests;
mod performance;
mod windows_path_crlf;
pub use fixture::{
build_a13_fixture, build_a13_fixture_crlf, normalize_agent_path_spelling, sha256_hex,
FIXTURE_SHA256_HEX, FIXTURE_SIZE_BYTES,
};
pub use manifests::{
load_and_check_fences, load_final_gates, load_ownership, noise_policy_is_well_formed,
ownership_owners_are_fenced, REQUIRED_ROWS, REQUIRED_SLICES,
};
pub use performance::{
channel0_health_reply_avoids_hashline_stores, fill_snapshot_store_to_path_maximum,
measure_render_medians, measure_tag_median, median_duration, ratio_delta,
HealthIsolationReport, RENDER_REGRESSION_MAX_RATIO, TAG_MEDIAN_MAX, TIMED_REPS, WARMUPS,
};