pub const CSV_HEADER: &[&str];Expand description
Fixed column order for write_csv output. Asserted by tests so
downstream consumers can rely on positional access. Metric column
names use dotted JSON-style paths (loc.lloc, halstead.volume)
so a single name addresses the metric in both JSON and CSV.