//! PROMPT.md validation utilities.
//!//! Validates the structure and content of PROMPT.md files to ensure
//! they have the required sections for the pipeline to work effectively.
include!("validation/helpers.rs");include!("validation/io.rs");include!("validation/tests.rs");