pub fn validate_tab_name(name: &str) -> Result<()>Expand description
Validate a tab name: lowercase ASCII alpha/digit plus -/_, length
1..=64, and the leading-_ namespace is reserved (used by internal
scratch / system rows so agents can’t collide with them).