pub const DERIVED_NAME_MAX_LEN: usize = 60;Expand description
Maximum byte length for an ingest-derived kebab-case name.
Stricter than MAX_MEMORY_NAME_LEN (80) to leave headroom for collision
suffixes (-2, -10, …) when multiple files derive to the same base.
Used exclusively by src/commands/ingest.rs.