pub fn generate_project_files( info: &IrInfo, package_name: &str, header: &str, schemas: &IndexMap<String, IrSchema>, operations: &[IrOperation], ) -> Vec<FileInfo>
Generate all project-level files.