pub fn validate_bone_id(id: &str) -> Result<(), ValidationError>Expand description
Validate a bone ID (e.g., bd-3cqv, bn-m80).
Bone ID prefixes vary by project, so we validate the format (short alphanumeric with hyphens) without hardcoding a prefix.