pub fn create_text_file( project: &ProjectRoot, relative_path: &str, content: &str, overwrite: bool, ) -> Result<()>