pub fn validate_identifier( field: &'static str, value: &str, ) -> Result<(), ValidationError>
Validate an identifier (agent name, project name). Must be non-empty and contain no shell metacharacters.