pub fn detect_package_name(path: &Path) -> Result<Option<String>>
Detect the CUE package name from a file.
Returns Ok(None) if no package declaration is found.
Ok(None)