//! Single source of truth for xacro directive names
//!
//! This module generates both unprefixed directive names (for internal matching)
//! and prefixed names (for user-facing error messages) from a single definition.
define_directives!;
define_directives!;