--- globs: src/Data/*/Entity/*.php description: This rule ensures consistent entity placement within the feature-based architecture by requiring entities to be stored in a specific directory structure under /src/Data/[FeatureName]/Entity, with proper Doctrine configuration for each directory. alwaysApply: true --- All entities must be located in /src/Data/[FeatureName]/Entity directory, where [FeatureName] is the feature-specific subdirectory. If [FeatureName] is unknown, use "Unknown" as the directory name.