//! Generation safety module - Poka-Yoke controls for code generation
//!
//! This module implements the behavior for ggen.toml configuration sections:
//! - `[generation].protected_paths` - paths that MUST NEVER be overwritten
//! - `[generation].regenerate_paths` - paths safe to overwrite
//! - `[generation.poka_yoke].warning_headers` - header injection in generated files
//! - `[codeowners]` - CODEOWNERS file generation from OWNERS files
pub use ;
pub use ;
pub use ;