bool isLibraryModuleFile(String path) { final normalized = _normalizePath(path); return normalized.toLowerCase().contains('/libraries/'); }