pub fn is_valid_id(id: &str) -> boolExpand description
Validate that an identifier follows the naming convention: starts with lowercase ASCII letter, followed by lowercase ASCII letters, digits, or underscores.
Used across all four registry crates (source, compute, trigger, action) for primitive ID and version validation.