//! Language-Specific Review Guidelines Module
//!
//! Provides tailored code review guidance based on the detected project stack.
//! These guidelines are incorporated into review prompts to help agents focus
//! on language-specific best practices, common pitfalls, and security concerns.
// Re-export public types.
pub use ;