bool isFeatureModuleFile(String path) { final normalized = _normalizePath(path); return normalized.contains('/lib/features/'); }