//! File-based project conventions for zero-config generation
//!
//! This module provides automatic project structure detection and convention-based
//! code generation. It watches for changes to RDF files and triggers regeneration
//! based on project-specific conventions.
pub use ;
pub use ConventionPreset;
pub use ;
pub use ProjectWatcher;